Searched refs:ras_control_point (Results 1 – 1 of 1) sorted by relevance
286 btgatt_db_element_t ras_control_point; in OnGattServerRegister() local287 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()