Home | History | Annotate | Download | only in gatt

Lines Matching refs:s_hdl

526                                                     UINT8 op_code, UINT16 s_hdl,
547 p_rcb->s_hdl >= s_hdl &&
548 p_rcb->s_hdl <= e_hdl &&
576 UINT16_TO_STREAM(p, p_rcb->s_hdl);
619 UINT16 s_hdl, UINT16 e_hdl)
642 if (p_attr->handle >= s_hdl)
704 UINT16 uuid_len, s_hdl = 0, e_hdl = 0;
711 STREAM_TO_UINT16(s_hdl, p);
715 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl))
747 *p_s_hdl = s_hdl;
766 UINT16 s_hdl = 0, e_hdl = 0;
772 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
794 reason = gatt_build_primary_service_rsp (p_msg, p_tcb, op_code, s_hdl, e_hdl, p_data, value);
817 gatt_send_error_rsp (p_tcb, reason, op_code, s_hdl, FALSE);
837 UINT16 s_hdl = 0, e_hdl = 0, buf_len;
843 reason = gatts_validate_packet_format(op_code, &len, &p_data, NULL, &s_hdl, &e_hdl);
871 !(p_rcb->s_hdl > e_hdl ||
872 p_rcb->e_hdl < s_hdl))
874 reason = gatt_build_find_info_rsp(p_rcb, p_msg, &buf_len, s_hdl, e_hdl);
892 gatt_send_error_rsp (p_tcb, reason, op_code, s_hdl, FALSE);
981 s_hdl, e_hdl, err_hdl = 0;
989 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
996 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, FALSE);
1029 !(p_rcb->s_hdl > e_hdl ||
1030 p_rcb->e_hdl < s_hdl))
1041 s_hdl,
1058 s_hdl = err_hdl;
1074 gatt_send_error_rsp (p_tcb, reason, op_code, s_hdl, FALSE);
1286 if (p_rcb->in_use && p_rcb->s_hdl <= handle && p_rcb->e_hdl >= handle)
1430 if (p_rcb->in_use && p_rcb->s_hdl <= handle && p_rcb->e_hdl >= handle)