Home
last modified time | relevance | path

Searched refs:onPhyUpdate (Results 1 – 9 of 9) 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
DBluetoothGattServer.java377 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
394 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
DBluetoothGatt.java296 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
316 callback.onPhyUpdate(
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
DIBluetoothGattCallback.aidl29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1389 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate()
1481 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1600 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V
1629 Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V
1644 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V
1673 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt656 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int);
769 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);