HomeSort by relevance Sort by last modified time
    Searched refs:e_hdl (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 526 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value)
545 p_rcb->s_hdl <= e_hdl &&
583 UINT16_TO_STREAM(p, p_rcb->e_hdl);
615 UINT16 s_hdl, UINT16 e_hdl)
633 if (p_attr->handle > e_hdl)
695 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
703 STREAM_TO_UINT16(e_hdl, p);
706 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl))
737 *p_e_hdl = e_hdl;
755 UINT16 s_hdl = 0, e_hdl = 0; local
825 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
961 s_hdl, e_hdl, err_hdl = 0; local
    [all...]
att_protocol.c 136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid)
150 UINT16_TO_STREAM (p, e_hdl);
gatt_api.c 255 GATT_TRACE_DEBUG6 ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d",
437 GATT_TRACE_DEBUG2 ("released handles s_hdl=%u e_hdl=%u",
516 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
530 GATT_TRACE_DEBUG5 ("s_hdl=%d e_hdl=%d type=0x%x svc_inst=%d sdp_hdl=0x%x",
531 p_sreg->s_hdl,p_sreg->e_hdl,
    [all...]
gatt_int.h 223 UINT16 e_hdl; /* service ending handle */ member in struct:__anon3113
gatt_utils.c     [all...]

Completed in 224 milliseconds