Home
last modified time | relevance | path

Searched refs:onPhyRead (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
H A DBluetoothGattCallback.java52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
H A DBluetoothGattServer.java343 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
354 mCallback.onPhyRead(device, txPhy, rxPhy, status);
H A DBluetoothGatt.java239 public void onPhyRead(String address, int txPhy, int rxPhy, int status) {
253 callback.onPhyRead(BluetoothGatt.this, txPhy, rxPhy, status);
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
H A DIBluetoothGattCallback.aidl30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1477 app.callback.onPhyRead(address, txPhy, rxPhy, status); in onClientPhyRead()
1552 app.callback.onPhyRead(address, txPhy, rxPhy, status); in onServerPhyRead()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11406 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
11435 Landroid/bluetooth/IBluetoothGattCallback;->onPhyRead(Ljava/lang/String;III)V
11450 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
11479 Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9148 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
9260 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);