Searched refs:onPhyUpdate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { method in class:BluetoothGattCallback
H A DBluetoothGattServerCallback.java167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { method in class:BluetoothGattServerCallback
H A DBluetoothGattServer.java312 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
315 "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
323 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
337 "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
579 * BluetoothGattServerCallback#onPhyUpdate} will be triggered as a result of this call, even if
H A DBluetoothGatt.java195 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
197 Log.d(TAG, "onPhyUpdate() - status=" + status
209 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
917 * {@link BluetoothGattCallback#onPhyUpdate} will be triggered as a result of this call, even
/frameworks/base/config/
H A Dboot-image-profile.txt1331 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
[all...]

Completed in 53 milliseconds