Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc547 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 …]
Datt_protocol.cc136 uint16_t e_hdl, in attp_build_browse_cmd() argument
150 UINT16_TO_STREAM(p, e_hdl); in attp_build_browse_cmd()
Dgatt_api.cc306 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()
Dgatt_int.h288 uint16_t e_hdl; /* service ending handle */ member
Dgatt_utils.cc835 if (it->s_hdl <= handle && it->e_hdl >= handle) { in gatt_sr_find_i_rcb_by_handle()