Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c711 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) in gatt_build_primary_service_rsp() argument
731 p_rcb->s_hdl <= e_hdl && in gatt_build_primary_service_rsp()
761 UINT16_TO_STREAM(p, p_rcb->e_hdl); in gatt_build_primary_service_rsp()
795 UINT16 s_hdl, UINT16 e_hdl) in gatt_build_find_info_rsp() argument
813 if (p_attr->handle > e_hdl) { in gatt_build_find_info_rsp()
869 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; in gatts_validate_packet_format() local
876 STREAM_TO_UINT16(e_hdl, p); in gatts_validate_packet_format()
879 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)) { in gatts_validate_packet_format()
908 *p_e_hdl = e_hdl; in gatts_validate_packet_format()
926 UINT16 s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local
[all …]
Datt_protocol.c133 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) in attp_build_browse_cmd() argument
148 UINT16_TO_STREAM (p, e_hdl); in attp_build_browse_cmd()
Dgatt_api.c509 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl); in GATTS_StartService()
525 p_sreg->s_hdl, p_sreg->e_hdl, in GATTS_StartService()
Dgatt_utils.c1413 gatt_cb.sr_reg[i_rcb].e_hdl >= handle ) { in gatt_sr_find_i_rcb_by_handle()
1479 p_sreg->e_hdl = p_list->asgn_range.e_handle; in gatt_sr_alloc_rcb()
Dgatt_db.c804 if (p_rcb->in_use && p_rcb->s_hdl <= attr_handle && p_rcb->e_hdl >= attr_handle) { in gatts_get_attr_value_internal()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h246 UINT16 e_hdl; /* service ending handle */ member