Searched refs:e_hdl (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_sr.c | 711 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 …]
|
D | att_protocol.c | 133 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()
|
D | gatt_api.c | 509 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()
|
D | gatt_utils.c | 1413 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()
|
D | gatt_db.c | 804 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/ |
D | gatt_int.h | 246 UINT16 e_hdl; /* service ending handle */ member
|