Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgattdefs.h32 #define GATT_UUID_PRI_SERVICE 0x2800 macro
/system/bt/stack/gatt/
Dgatt_db.cc61 uuid.uu.uuid16 = is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE; in gatts_init_service_db()
122 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()
179 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
Dgatt_cl.cc61 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
62 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
389 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatt_process_find_type_value_rsp()
Dgatt_api.cc189 if (uuid.len == LEN_UUID_16 && (uuid.uu.uuid16 == GATT_UUID_PRI_SERVICE || in is_gatt_attr_type()
360 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE in GATTS_AddService()
363 if (elem.type == GATT_UUID_PRI_SERVICE) { in GATTS_AddService()
Dgatt_sr.cc457 el.type == GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()
643 primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; in gatts_process_primary_service_req()