Home
last modified time | relevance | path

Searched refs:onPhyUpdate (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
DBluetoothGattServerCallback.java173 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
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
DBluetoothGattServer.java302 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
310 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
DBluetoothGatt.java186 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
197 mCallback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
/frameworks/base/api/
Dcurrent.txt7686 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int);
7797 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
Dsystem-current.txt8165 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int);
8276 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);