Searched refs:onPhyUpdate (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
|
D | BluetoothGattServer.java | 312 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 323 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
|
D | BluetoothGatt.java | 195 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 209 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 5537 Landroid/bluetooth/BluetoothGattCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothGatt;III)V 5640 Landroid/bluetooth/BluetoothGattServerCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothDevice;III…
|
D | boot-image-profile.txt | 1331 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
|
/frameworks/base/api/ |
D | current.txt | 8175 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 8286 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|