Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.cc455 uint16_t e_hdl, UNUSED_ATTR uint8_t* p_data, const Uuid& value) { in gatt_build_primary_service_rsp() argument
462 if (el.s_hdl < s_hdl || el.s_hdl > e_hdl || in gatt_build_primary_service_rsp()
500 UINT16_TO_STREAM(p, el.e_hdl); in gatt_build_primary_service_rsp()
522 uint16_t s_hdl, uint16_t e_hdl) { in gatt_build_find_info_rsp() argument
532 if (attr.handle > e_hdl) break; in gatt_build_find_info_rsp()
569 uint16_t& e_hdl) { in read_handles() argument
574 STREAM_TO_UINT16(e_hdl, p); in read_handles()
577 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || in read_handles()
578 !GATT_HANDLE_IS_VALID(e_hdl)) { in read_handles()
588 uint16_t& e_hdl) { in gatts_validate_packet_format() argument
[all …]
Datt_protocol.cc127 BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, uint16_t e_hdl, in attp_build_browse_cmd() argument
141 UINT16_TO_STREAM(p, e_hdl); in attp_build_browse_cmd()
Dgatt_api.cc279 elem.e_hdl = list.asgn_range.e_handle; in GATTS_AddService()
289 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl); in GATTS_AddService()
297 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService()
Dgatt_int.h262 uint16_t e_hdl; /* service ending handle */ member
Dgatt_utils.cc668 if (it->s_hdl <= handle && it->e_hdl >= handle) { in gatt_sr_find_i_rcb_by_handle()