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

  /system/bt/stack/mcap/
mca_dact.c 147 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt);
mca_cact.c 138 L2CA_DataWrite (p_ccb->lcid, p_pkt);
201 L2CA_DataWrite (p_ccb->lcid, p_pkt);
428 L2CA_DataWrite (p_ccb->lcid, p_buf);
  /system/bt/stack/avct/
avct_lcb_act.c 489 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
623 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
730 L2CA_DataWrite(p_lcb->ch_lcid, p_buf);
  /system/bt/stack/include/
l2c_api.h 50 /* result code for L2CA_DataWrite() */
328 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b)
493 ** Function L2CA_DataWrite
502 extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data);
    [all...]
  /system/bt/stack/sdp/
sdp_server.c 302 L2CA_DataWrite (p_ccb->connection_id, p_buf);
567 L2CA_DataWrite (p_ccb->connection_id, p_buf);
905 L2CA_DataWrite (p_ccb->connection_id, p_buf);
sdp_discovery.c 178 L2CA_DataWrite (p_ccb->connection_id, p_cmd);
537 L2CA_DataWrite (p_ccb->connection_id, p_msg);
688 L2CA_DataWrite (p_ccb->connection_id, p_msg);
    [all...]
sdp_utils.c 358 L2CA_DataWrite (p_ccb->connection_id, p_buf);
  /system/bt/stack/avdt/
avdt_ad.c 501 ** passes the data to L2CA_DataWrite().
517 return L2CA_DataWrite(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, p_buf);
  /system/bt/stack/gatt/
att_protocol.c 363 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP);
  /system/bt/stack/l2cap/
l2cap_client.c 409 switch (L2CA_DataWrite(client->local_channel_id, packet)) {
l2c_api.c     [all...]
  /system/bt/stack/rfcomm/
rfc_utils.c 480 L2CA_DataWrite (p_mcb->lcid, p);
rfc_ts_frames.c 223 L2CA_DataWrite (p_mcb->lcid, p_buf);
  /system/bt/stack/bnep/
bnep_main.c 443 L2CA_DataWrite (l2cap_cid, p_buf);
bnep_utils.c 472 L2CA_DataWrite (p_bcb->l2cap_cid, p_buf);
    [all...]
  /system/bt/stack/hid/
hidh_conn.c     [all...]

Completed in 79 milliseconds