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 | 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 | 11416 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 11445 Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V 11460 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V 11489 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 8466 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 8577 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 8466 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int); 8577 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
|