Searched refs:onPhyUpdate (Results 1 – 6 of 6) 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 | 205 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 219 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 12144 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 12175 Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V 12191 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 12222 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
|
/frameworks/base/api/ |
D | current.txt | 8461 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 8572 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|