Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java102 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattCallback
DBluetoothGattCallbackWrapper.java70 …public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteEx… in onDescriptorRead() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl37 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() method