Searched refs:onPhyUpdate (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { method in class:BluetoothGattCallback
|
H A D | BluetoothGattServerCallback.java | 167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { method in class:BluetoothGattServerCallback
|
H A D | BluetoothGattServer.java | 312 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 D | BluetoothGatt.java | 195 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 D | boot-image-profile.txt | 1331 HPLandroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V [all...] |
Completed in 56 milliseconds