Home
last modified time | relevance | path

Searched refs:onPhyUpdate (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattCallback
DBluetoothGattServerCallback.java167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() method in BluetoothGattServerCallback
DBluetoothGattServer.java312 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
323 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
DBluetoothGatt.java195 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
209 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
/frameworks/base/config/
Dhiddenapi-public-dex.txt5537 Landroid/bluetooth/BluetoothGattCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothGatt;III)V
5640 Landroid/bluetooth/BluetoothGattServerCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothDevice;III…
Dboot-image-profile.txt1331 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
/frameworks/base/api/
Dcurrent.txt8175 method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int);
8286 method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);