/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 129 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattCallback
|
H A D | BluetoothGatt.java | 503 public void onDescriptorRead(String address, int status, int handle, byte[] value) { 544 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() method
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClient.txt | 102 * IBluetoothGattClientCallback.onDescriptorRead. Returns false if the 107 * |status| parameter of the onDescriptorRead callback will contain the
|
H A D | IBluetoothGattClientCallback.txt | 105 void onDescriptorRead(in int status, in GattIdentifier descriptor_id,
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattClientListener.java | 241 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in GattClientListener.GattCallback
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1770 app.callback.onDescriptorRead(address, status, handle, data); in onReadDescriptor()
|
/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 | 11402 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onDescriptorRead(Ljava/lang/String;II[B)V 11431 Landroid/bluetooth/IBluetoothGattCallback;->onDescriptorRead(Ljava/lang/String;II[B)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9145 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6282 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|