Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc268 btgatt_db_element_t ccc_descriptor; in OnGattServerRegister() local
269 ccc_descriptor.uuid = kClientCharacteristicConfiguration; in OnGattServerRegister()
270 ccc_descriptor.type = BTGATT_DB_DESCRIPTOR; in OnGattServerRegister()
271 ccc_descriptor.permissions = GATT_PERM_WRITE | GATT_PERM_READ | key_mask; in OnGattServerRegister()
272 service.push_back(ccc_descriptor); in OnGattServerRegister()
283 service.push_back(ccc_descriptor); in OnGattServerRegister()
293 service.push_back(ccc_descriptor); in OnGattServerRegister()
304 service.push_back(ccc_descriptor); in OnGattServerRegister()
316 service.push_back(ccc_descriptor); in OnGattServerRegister()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1452 let ccc_descriptor = BluetoothGattDescriptor::new( in cmd_gatt() localVariable
1460 characteristic.descriptors.push(ccc_descriptor); in cmd_gatt()