Lines Matching refs:e_hdl
455 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
589 tGATT_STATUS ret = read_handles(len, p, s_hdl, e_hdl); in gatts_validate_packet_format()
619 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local
623 gatts_validate_packet_format(op_code, len, p_data, &uuid, s_hdl, e_hdl); in gatts_process_primary_service_req()
655 reason = gatt_build_primary_service_rsp(p_msg, tcb, op_code, s_hdl, e_hdl, in gatts_process_primary_service_req()
678 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_find_info() local
679 uint8_t reason = read_handles(len, p_data, s_hdl, e_hdl); in gatts_process_find_info()
698 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) { in gatts_process_find_info()
699 reason = gatt_build_find_info_rsp(el, p_msg, buf_len, s_hdl, e_hdl); in gatts_process_find_info()
794 uint16_t s_hdl = 0, e_hdl = 0, err_hdl = 0; in gatts_process_read_by_type_req() local
796 gatts_validate_packet_format(op_code, len, p_data, &uuid, s_hdl, e_hdl); in gatts_process_read_by_type_req()
826 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) { in gatts_process_read_by_type_req()
831 tcb, el.p_db, op_code, p_msg, s_hdl, e_hdl, uuid, &buf_len, sec_flag, in gatts_process_read_by_type_req()
1038 if (el.s_hdl <= handle && el.e_hdl >= handle) { in gatts_process_attribute_req()
1171 if (el.s_hdl <= handle && el.e_hdl >= handle) { in gatts_process_value_conf()