Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServerCallback.java181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
DBluetoothGattCallback.java52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
DBluetoothGattServer.java343 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
354 mCallback.onPhyRead(device, txPhy, rxPhy, status);
DBluetoothGatt.java239 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
253 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11406 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
11435 Landroid/bluetooth/IBluetoothGattCallback;->onPhyRead(Ljava/lang/String;III)V
11450 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
11479 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
/frameworks/base/core/api/
Dcurrent.txt9141 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
9253 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);