Home
last modified time | relevance | path

Searched defs:onPhyRead (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
DBluetoothGattCallback.java52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
DIBluetoothGattServerCallback.aidl44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method