Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c30 if (uuid >= GATT_UUID_PRI_SERVICE && uuid <= GATT_UUID_CHAR_DECLARE) { in gatt_get_attr_name()
31 return gatt_attr_name[uuid - GATT_UUID_PRI_SERVICE]; in gatt_get_attr_name()
71 if (p_attr->uuid == GATT_UUID_PRI_SERVICE || in calculate_database_info_size()
115 if (p_attr->uuid == GATT_UUID_PRI_SERVICE || in fill_database_info()
212 case GATT_UUID_PRI_SERVICE: in gatts_show_local_database()
Dgatt_db.c168 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()
742 case GATT_UUID_PRI_SERVICE: in gatts_set_attribute_value()
1558 uuid.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatts_db_add_service_declaration()
Dgatt_cl.c62 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
63 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
417 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatt_process_find_type_value_rsp()
Dgatt_sr.c732 p_rcb->type == GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()
927 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; in gatts_process_primary_service_req()
Dgatt_api.c506 if (p_sreg->type == GATT_UUID_PRI_SERVICE) { in GATTS_StartService()
Dgatt_utils.c1477 …p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE : GATT_UUID_SE… in gatt_sr_alloc_rcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h32 #define GATT_UUID_PRI_SERVICE 0x2800 macro