Searched refs:L2CA_DataWrite (Results 1 - 16 of 16) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_dact.c140 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt);
H A Dmca_cact.c133 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/
H A Davct_lcb_act.c462 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/
H A Dsdp_server.c287 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);
H A Dsdp_discovery.c178 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);
H A Dsdp_utils.c354 L2CA_DataWrite (p_ccb->connection_id, p_buf);
H A Dsdp_api.c1442 L2CA_DataWrite (p_ccb->connection_id, p_msg);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h48 /* 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);
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c494 ** 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/
H A Datt_protocol.c363 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_utils.c477 L2CA_DataWrite (p_mcb->lcid, p);
H A Drfc_ts_frames.c219 L2CA_DataWrite (p_mcb->lcid, p_buf);
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_main.c441 L2CA_DataWrite (l2cap_cid, p_buf);
H A Dbnep_utils.c470 L2CA_DataWrite (p_bcb->l2cap_cid, p_buf);
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c926 if ((p_hcon->conn_flags & HID_CONN_FLAGS_CONGESTED) || (!L2CA_DataWrite (cid, p_buf)))
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1630 ** Function L2CA_DataWrite
1639 UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data) function
1641 L2CAP_TRACE_API2 ("L2CA_DataWrite() CID: 0x%04x Len: %d", cid, p_data->len);

Completed in 1386 milliseconds