Searched refs:e_hdl (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr.cc | 547 uint16_t s_hdl, uint16_t e_hdl, uint8_t* /* p_data */, const Uuid& value) { in gatt_build_primary_service_rsp() argument 556 if (el.s_hdl < s_hdl || el.s_hdl > e_hdl || in gatt_build_primary_service_rsp() 594 UINT16_TO_STREAM(p, el.e_hdl); in gatt_build_primary_service_rsp() 616 uint16_t s_hdl, uint16_t e_hdl) { in gatt_build_find_info_rsp() argument 626 if (attr.handle > e_hdl) break; in gatt_build_find_info_rsp() 663 uint16_t& e_hdl) { in read_handles() argument 668 STREAM_TO_UINT16(e_hdl, p); in read_handles() 671 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || in read_handles() 672 !GATT_HANDLE_IS_VALID(e_hdl)) { in read_handles() 682 uint16_t& e_hdl) { in gatts_validate_packet_format() argument [all …]
|
D | att_protocol.cc | 136 uint16_t e_hdl, in attp_build_browse_cmd() argument 150 UINT16_TO_STREAM(p, e_hdl); in attp_build_browse_cmd()
|
D | gatt_api.cc | 306 elem.e_hdl = list.asgn_range.e_handle; in GATTS_AddService() 318 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl); in GATTS_AddService() 330 elem.s_hdl, elem.e_hdl, elem.type, elem.sdp_handle); in GATTS_AddService()
|
D | gatt_int.h | 288 uint16_t e_hdl; /* service ending handle */ member
|
D | gatt_utils.cc | 835 if (it->s_hdl <= handle && it->e_hdl >= handle) { in gatt_sr_find_i_rcb_by_handle()
|