Home
last modified time | relevance | path

Searched refs:onDescriptorWrite (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java335 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor,
337 super.onDescriptorWrite(gatt, descriptor, status);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java247 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in GattClientListener.GattCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1495 app.callback.onDescriptorWrite(address, status, handle); in onWriteDescriptor()