Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgattdefs.h33 #define GATT_UUID_SEC_SERVICE 0x2801 macro
/system/bt/stack/gatt/
Dgatt_db.c171 case GATT_UUID_SEC_SERVICE: in gatts_check_attr_readability()
238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) in read_attr_value()
1193 uuid.uu.uuid16 = GATT_UUID_SEC_SERVICE; in gatts_db_add_service_declaration()
Dgatt_utils.c1361 …type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE; in gatt_sr_alloc_rcb()