Searched refs:e_hdl (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.c | 505 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) in gatt_build_primary_service_rsp() argument 526 p_rcb->s_hdl <= e_hdl && in gatt_build_primary_service_rsp() 564 UINT16_TO_STREAM(p, p_rcb->e_hdl); in gatt_build_primary_service_rsp() 597 UINT16 s_hdl, UINT16 e_hdl) in gatt_build_find_info_rsp() argument 615 if (p_attr->handle > e_hdl) in gatt_build_find_info_rsp() 682 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; in gatts_validate_packet_format() local 690 STREAM_TO_UINT16(e_hdl, p); in gatts_validate_packet_format() 693 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)) in gatts_validate_packet_format() 726 *p_e_hdl = e_hdl; in gatts_validate_packet_format() 744 UINT16 s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local [all …]
|
D | att_protocol.c | 128 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) in attp_build_browse_cmd() argument 140 UINT16_TO_STREAM(p, e_hdl); in attp_build_browse_cmd()
|
D | gatt_api.c | 516 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl); in GATTS_StartService() 531 p_sreg->s_hdl,p_sreg->e_hdl, in GATTS_StartService()
|
D | gatt_int.h | 238 UINT16 e_hdl; /* service ending handle */ member
|
D | gatt_utils.c | 1347 gatt_cb.sr_reg[i_rcb].e_hdl >= handle ) in gatt_sr_find_i_rcb_by_handle() 1417 p_sreg->e_hdl = p_list->asgn_range.e_handle; in gatt_sr_alloc_rcb()
|