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 527 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value)
548 p_rcb->s_hdl <= e_hdl &&
586 UINT16_TO_STREAM(p, p_rcb->e_hdl);
619 UINT16 s_hdl, UINT16 e_hdl)
637 if (p_attr->handle > e_hdl)
704 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
712 STREAM_TO_UINT16(e_hdl, p);
715 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl))
748 *p_e_hdl = e_hdl;
766 UINT16 s_hdl = 0, e_hdl = 0; local
837 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
981 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_DEBUG ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d",
438 GATT_TRACE_DEBUG ("released handles s_hdl=%u e_hdl=%u",
517 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
531 GATT_TRACE_DEBUG ("s_hdl=%d e_hdl=%d type=0x%x svc_inst=%d sdp_hdl=0x%x",
532 p_sreg->s_hdl,p_sreg->e_hdl,
    [all...]
gatt_utils.c     [all...]
gatt_int.h 238 UINT16 e_hdl; /* service ending handle */ member in struct:__anon5909

Completed in 70 milliseconds