HomeSort by relevance Sort by last modified time
    Searched refs:BT_HDR (Results 201 - 225 of 233) sorted by null

1 2 3 4 5 6 7 8910

  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 535 void mca_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf)
mca_main.c 440 void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf)
mca_api.c 871 ** The application passes the packet using the BT_HDR structure.
883 tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR *p_pkt)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 818 static int send_data_to_app(int fd, BT_HDR *p_buf)
848 BT_HDR *p_buf = GKI_dequeue(&rs->incoming_que);
934 int bta_co_rfc_data_incoming(void *user_data, BT_HDR *p_buf)
    [all...]
btif_core.c 277 BT_HDR *p_msg;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 318 BT_HDR *p_rsp,
    [all...]
gatt_api.c 600 BT_HDR *p_msg;
670 BT_HDR *p_buf;
    [all...]
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
bt_types.h 206 } BT_HDR;
208 #define BT_HDR_SIZE (sizeof (BT_HDR))
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 136 BT_HDR *bta_gattc_alloc_cache_buf(tBTA_GATTC_SERV *p_srvc_cb)
138 BT_HDR *p_buf;
140 if ((p_buf = (BT_HDR *)GKI_getpoolbuf(GATT_DB_POOL_ID)) == NULL)
    [all...]
bta_gattc_act.c 274 BT_HDR buf;
329 UINT16 event = ((BT_HDR *)p_msg)->event;
374 UINT16 event = ((BT_HDR *)p_msg)->event;
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 442 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 620 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
pan_main.c 542 BT_HDR *p_buf,
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 471 BT_HDR *p_pending_msg;
504 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h     [all...]
btm_acl.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 189 } BT_HDR;
191 #define BT_HDR_SIZE (sizeof (BT_HDR))
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 256 nfa_ce_hdl_event ((BT_HDR *) &ce_msg);
265 nfa_ce_hdl_event ((BT_HDR *) &ce_msg);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c     [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 295 ** Returns BT_HDR *.
298 BT_HDR * bta_hl_get_buf(UINT16 data_size)
300 BT_HDR *p_new;
305 p_new = (BT_HDR *)GKI_getbuf(size);
309 p_new = (BT_HDR *) GKI_getpoolbuf(BTA_HL_LRG_DATA_POOL_ID);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 753 BT_HDR *p_buf;
    [all...]

Completed in 230 milliseconds

1 2 3 4 5 6 7 8910