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 | 220 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 234 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 5536 Landroid/bluetooth/BluetoothGattCallback;->onPhyRead(Landroid/bluetooth/BluetoothGatt;III)V 5639 Landroid/bluetooth/BluetoothGattServerCallback;->onPhyRead(Landroid/bluetooth/BluetoothDevice;III)V
|
D | boot-image-profile.txt | 1330 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
|
/frameworks/base/api/ |
D | current.txt | 8174 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int); 8285 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
|