Home
last modified time | relevance | path

Searched refs:onPhyRead (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
DBluetoothGattServerCallback.java181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
DBluetoothGattServer.java334 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
345 mCallback.onPhyRead(device, txPhy, rxPhy, status);
DBluetoothGatt.java230 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
244 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt11415 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/
Dcurrent.txt8465 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
8576 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
/frameworks/base/api/
Dcurrent.txt8465 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
8576 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);