Home
last modified time | relevance | path

Searched defs:onDescriptorRead (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java131 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattCallback
DIBluetoothGattCallback.aidl35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() method