Searched refs:onDescriptorRead (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java127 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, method in class:BluetoothGattCallback
H A DBluetoothGatt.java480 public void onDescriptorRead(String address, int status, int handle, byte[] value) {
483 "onDescriptorRead() - Device=" + address + " handle=" + handle);
520 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
1192 * {@link BluetoothGattCallback#onDescriptorRead} callback is

Completed in 11 milliseconds