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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java139 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, method in class:BluetoothGattCallback
H A DBluetoothGatt.java531 public void onDescriptorWrite(String address, int status, int handle) {
534 "onDescriptorWrite() - Device=" + address + " handle=" + handle);
570 callback.onDescriptorWrite(BluetoothGatt.this, descriptor, status);
1233 * <p>A {@link BluetoothGattCallback#onDescriptorWrite} callback is

Completed in 11 milliseconds