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.java220 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
234 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
/frameworks/base/config/
Dhiddenapi-public-dex.txt5536 Landroid/bluetooth/BluetoothGattCallback;->onPhyRead(Landroid/bluetooth/BluetoothGatt;III)V
5639 Landroid/bluetooth/BluetoothGattServerCallback;->onPhyRead(Landroid/bluetooth/BluetoothDevice;III)V
Dboot-image-profile.txt1330 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
/frameworks/base/api/
Dcurrent.txt8174 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
8285 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);