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