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

  /external/bluetooth/bluedroid/stack/mcap/
mca_dact.c 145 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt);
mca_cact.c 138 L2CA_DataWrite (p_ccb->lcid, p_pkt);
202 L2CA_DataWrite (p_ccb->lcid, p_pkt);
429 L2CA_DataWrite (p_ccb->lcid, p_buf);
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 471 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
605 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
711 L2CA_DataWrite(p_lcb->ch_lcid, p_buf);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 301 L2CA_DataWrite (p_ccb->connection_id, p_buf);
555 L2CA_DataWrite (p_ccb->connection_id, p_buf);
859 L2CA_DataWrite (p_ccb->connection_id, p_buf);
sdp_discovery.c 178 L2CA_DataWrite (p_ccb->connection_id, p_cmd);
571 L2CA_DataWrite (p_ccb->connection_id, p_msg);
722 L2CA_DataWrite (p_ccb->connection_id, p_msg);
    [all...]
sdp_utils.c 354 L2CA_DataWrite (p_ccb->connection_id, p_buf);
sdp_api.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 48 /* result code for L2CA_DataWrite() */
326 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b)
484 ** Function L2CA_DataWrite
493 L2C_API extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data);
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 499 ** passes the data to L2CA_DataWrite().
515 return L2CA_DataWrite(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, p_buf);
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 363 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 480 L2CA_DataWrite (p_mcb->lcid, p);
rfc_ts_frames.c 219 L2CA_DataWrite (p_mcb->lcid, p_buf);
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 443 L2CA_DataWrite (l2cap_cid, p_buf);
bnep_utils.c 471 L2CA_DataWrite (p_bcb->l2cap_cid, p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c     [all...]

Completed in 268 milliseconds