Lines Matching refs:e_hdl
508 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) in gatt_build_primary_service_rsp() argument
529 p_rcb->s_hdl <= e_hdl && in gatt_build_primary_service_rsp()
567 UINT16_TO_STREAM(p, p_rcb->e_hdl); in gatt_build_primary_service_rsp()
600 UINT16 s_hdl, UINT16 e_hdl) in gatt_build_find_info_rsp() argument
618 if (p_attr->handle > e_hdl) in gatt_build_find_info_rsp()
685 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; in gatts_validate_packet_format() local
693 STREAM_TO_UINT16(e_hdl, p); in gatts_validate_packet_format()
696 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)) in gatts_validate_packet_format()
729 *p_e_hdl = e_hdl; in gatts_validate_packet_format()
747 UINT16 s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local
753 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_primary_service_req()
768 s_hdl, e_hdl, p_data, in gatts_process_primary_service_req()
811 UINT16 s_hdl = 0, e_hdl = 0, buf_len; in gatts_process_find_info() local
817 reason = gatts_validate_packet_format(op_code, &len, &p_data, NULL, &s_hdl, &e_hdl); in gatts_process_find_info()
837 if (p_rcb->in_use && !(p_rcb->s_hdl > e_hdl || in gatts_process_find_info()
838 p_rcb->e_hdl < s_hdl)) { in gatts_process_find_info()
840 s_hdl, e_hdl); in gatts_process_find_info()
946 UINT16 buf_len, s_hdl, e_hdl, err_hdl = 0; in gatts_process_read_by_type_req() local
954 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_read_by_type_req()
984 if (p_rcb->in_use && !(p_rcb->s_hdl > e_hdl || in gatts_process_read_by_type_req()
985 p_rcb->e_hdl < s_hdl)) { in gatts_process_read_by_type_req()
994 e_hdl, in gatts_process_read_by_type_req()
1232 if (p_rcb->in_use && p_rcb->s_hdl <= handle && p_rcb->e_hdl >= handle) in gatts_process_attribute_req()
1377 if (p_rcb->in_use && p_rcb->s_hdl <= handle && p_rcb->e_hdl >= handle) in gatts_process_value_conf()