Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc286 btgatt_db_element_t ras_control_point; in OnGattServerRegister() local
287 ras_control_point.uuid = kRasControlPointCharacteristic; in OnGattServerRegister()
288 ras_control_point.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
289 ras_control_point.properties = in OnGattServerRegister()
291 ras_control_point.permissions = GATT_PERM_WRITE_ENCRYPTED | key_mask; in OnGattServerRegister()
292 service.push_back(ras_control_point); in OnGattServerRegister()