Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgattdefs.h32 #define GATT_UUID_PRI_SERVICE 0x2800 macro
/system/bt/stack/gatt/
Dgatt_db.c170 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()
238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) in read_attr_value()
1176 uuid.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatts_db_add_service_declaration()
Dgatt_cl.c64 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
65 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
428 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatt_process_find_type_value_rsp()
Dgatt_sr.c530 p_rcb->type == GATT_UUID_PRI_SERVICE) in gatt_build_primary_service_rsp()
748 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; in gatts_process_primary_service_req()
Dgatt_api.c512 if (p_sreg->type == GATT_UUID_PRI_SERVICE) in GATTS_StartService()
Dgatt_utils.c1414 …p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC… in gatt_sr_alloc_rcb()