Searched refs:onPhyUpdate (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 173 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
|
D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() method
|
D | BluetoothGattServer.java | 302 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 310 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
|
D | BluetoothGatt.java | 186 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 197 mCallback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/api/ |
D | current.txt | 7686 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 7797 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|
D | system-current.txt | 8165 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 8276 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|