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.java175 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) {} in onPhyRead() method in BluetoothGattServerCallback
DBluetoothGattCallback.java49 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyRead() method in BluetoothGattCallback
/packages/modules/Bluetooth/android/app/aidl/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