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 140 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt);
mca_cact.c 133 L2CA_DataWrite (p_ccb->lcid, p_pkt);
197 L2CA_DataWrite (p_ccb->lcid, p_pkt);
422 L2CA_DataWrite (p_ccb->lcid, p_buf);
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 462 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
594 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
698 L2CA_DataWrite(p_lcb->ch_lcid, p_buf);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 287 L2CA_DataWrite (p_ccb->connection_id, p_buf);
535 L2CA_DataWrite (p_ccb->connection_id, p_buf);
832 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 494 ** passes the data to L2CA_DataWrite().
510 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 477 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 441 L2CA_DataWrite (l2cap_cid, p_buf);
bnep_utils.c 470 L2CA_DataWrite (p_bcb->l2cap_cid, p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 926 if ((p_hcon->conn_flags & HID_CONN_FLAGS_CONGESTED) || (!L2CA_DataWrite (cid, p_buf)))
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c     [all...]

Completed in 112 milliseconds