/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattServerCallback
|
H A D | BluetoothGattCallback.java | 52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() method in BluetoothGattCallback
|
H A D | BluetoothGattServer.java | 343 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 354 mCallback.onPhyRead(device, txPhy, rxPhy, status);
|
H A D | BluetoothGatt.java | 239 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 D | IBluetoothGattServerCallback.aidl | 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() method
|
H A D | IBluetoothGattCallback.aidl | 30 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 D | GattService.java | 1477 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11406 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 D | current.txt | 9148 method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int); 9260 method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
|