Searched refs:ccc_descriptor (Results 1 – 2 of 2) sorted by relevance
268 btgatt_db_element_t ccc_descriptor; in OnGattServerRegister() local269 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()
1452 let ccc_descriptor = BluetoothGattDescriptor::new( in cmd_gatt() localVariable1460 characteristic.descriptors.push(ccc_descriptor); in cmd_gatt()