Searched refs:onPhyRead (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
|
D | BluetoothGattServer.java | 343 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 354 mCallback.onPhyRead(device, txPhy, rxPhy, status);
|
D | BluetoothGatt.java | 239 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 253 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 11406 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/ |
D | current.txt | 9141 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int); 9253 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
|