Home
last modified time | relevance | path

Searched refs:cccd (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java595 BluetoothGattDescriptor cccd = in onCharacteristicRead() local
597 if (cccd != null) { in onCharacteristicRead()
599 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java1252 ClientCharacteristicConfigurationDescriptor cccd; in onAuthorizedGattOperation() local
1340 cccd = (ClientCharacteristicConfigurationDescriptor) op.mDescriptor; in onAuthorizedGattOperation()
1341 value = cccd.getValue(device); in onAuthorizedGattOperation()
1360 cccd = (ClientCharacteristicConfigurationDescriptor) op.mDescriptor; in onAuthorizedGattOperation()
1369 status = cccd.setValue(device, op.mValue); in onAuthorizedGattOperation()