Home | History | Annotate | Download | only in gatt

Lines Matching defs:e_hdl

444     uint16_t e_hdl, UNUSED_ATTR uint8_t* p_data, tBT_UUID value) {
452 if (el.s_hdl >= s_hdl && el.s_hdl <= e_hdl &&
482 UINT16_TO_STREAM(p, el.e_hdl);
509 uint16_t s_hdl, uint16_t e_hdl) {
519 if (attr.handle > e_hdl) break;
556 uint16_t& e_hdl) {
561 STREAM_TO_UINT16(e_hdl, p);
564 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) ||
565 !GATT_HANDLE_IS_VALID(e_hdl)) {
575 uint16_t& e_hdl) {
576 tGATT_STATUS ret = read_handles(len, p, s_hdl, e_hdl);
606 uint16_t s_hdl = 0, e_hdl = 0;
610 gatts_validate_packet_format(op_code, len, p_data, &uuid, s_hdl, e_hdl);
644 reason = gatt_build_primary_service_rsp(p_msg, tcb, op_code, s_hdl, e_hdl,
667 uint16_t s_hdl = 0, e_hdl = 0;
668 uint8_t reason = read_handles(len, p_data, s_hdl, e_hdl);
687 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) {
688 reason = gatt_build_find_info_rsp(el, p_msg, buf_len, s_hdl, e_hdl);
783 uint16_t s_hdl, e_hdl, err_hdl = 0;
785 gatts_validate_packet_format(op_code, len, p_data, &uuid, s_hdl, e_hdl);
815 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) {
820 tcb, el.p_db, op_code, p_msg, s_hdl, e_hdl, uuid, &buf_len, sec_flag,
1017 if (el.s_hdl <= handle && el.e_hdl >= handle) {
1150 if (el.s_hdl <= handle && el.e_hdl >= handle) {