Searched refs:onPhyUpdate (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 162 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) {} in onPhyUpdate() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyUpdate() method in BluetoothGattCallback
|
D | BluetoothGattServer.java | 377 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 394 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
|
D | BluetoothGatt.java | 296 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 316 callback.onPhyUpdate(
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1389 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate() 1481 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1600 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 1629 Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V 1644 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 1673 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 656 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 769 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|