Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
DBluetoothGattCallback.java38 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
DIBluetoothGattServerCallback.aidl43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method