Searched refs:onPhyRead (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
|
D | BluetoothGattServer.java | 334 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 345 mCallback.onPhyRead(device, txPhy, rxPhy, status);
|
D | BluetoothGatt.java | 230 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 244 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 11415 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V 11444 Landroid/bluetooth/IBluetoothGattCallback;->onPhyRead(Ljava/lang/String;III)V 11459 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V 11488 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 8465 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int); 8576 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 8465 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int); 8576 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
|