Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c527 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) in gatt_build_primary_service_rsp() argument
548 p_rcb->s_hdl <= e_hdl && in gatt_build_primary_service_rsp()
586 UINT16_TO_STREAM(p, p_rcb->e_hdl); in gatt_build_primary_service_rsp()
619 UINT16 s_hdl, UINT16 e_hdl) in gatt_build_find_info_rsp() argument
637 if (p_attr->handle > e_hdl) in gatt_build_find_info_rsp()
704 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; in gatts_validate_packet_format() local
712 STREAM_TO_UINT16(e_hdl, p); in gatts_validate_packet_format()
715 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)) in gatts_validate_packet_format()
748 *p_e_hdl = e_hdl; in gatts_validate_packet_format()
766 UINT16 s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local
[all …]
Datt_protocol.c136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) in attp_build_browse_cmd() argument
150 UINT16_TO_STREAM (p, e_hdl); in attp_build_browse_cmd()
Dgatt_api.c517 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl); in GATTS_StartService()
532 p_sreg->s_hdl,p_sreg->e_hdl, in GATTS_StartService()
Dgatt_int.h238 UINT16 e_hdl; /* service ending handle */ member
Dgatt_utils.c1293 gatt_cb.sr_reg[i_rcb].e_hdl >= handle ) in gatt_sr_find_i_rcb_by_handle()
1363 p_sreg->e_hdl = p_list->asgn_range.e_handle; in gatt_sr_alloc_rcb()