Searched defs:onPhyRead (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 175 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) {} in onPhyRead() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 49 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyRead() method in BluetoothGattCallback
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
|
D | IBluetoothGattServerCallback.aidl | 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
|