Searched defs:onPhyUpdate (Results 1 – 4 of 4) 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
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|