/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
|
H A D | BluetoothGattCallback.java | 38 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
|
H A D | BluetoothGattServer.java | 321 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 332 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
|
H A D | BluetoothGatt.java | 214 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 228 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
H A D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1455 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate() 1532 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11407 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 11436 Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V 11451 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 11480 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9149 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 9261 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|