Searched defs:e_hdl (Results 1 – 3 of 3) 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() 616 uint16_t s_hdl, uint16_t e_hdl) { in gatt_build_find_info_rsp() 663 uint16_t& e_hdl) { in read_handles() 682 uint16_t& e_hdl) { in gatts_validate_packet_format() 714 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local 775 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_find_info() local 900 uint16_t s_hdl = 0, e_hdl = 0, err_hdl = 0; in gatts_process_read_by_type_req() local 1315 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_db_out_of_sync() local
|
D | att_protocol.cc | 136 uint16_t e_hdl, in attp_build_browse_cmd()
|
D | gatt_int.h | 288 uint16_t e_hdl; /* service ending handle */ member
|