Home
last modified time | relevance | path

Searched refs:L2CA_DataWrite (Results 1 – 18 of 18) sorted by relevance

/system/bt/stack/test/common/
Dmock_l2cap_layer.cc59 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
/system/bt/stack/avct/
Davct_lcb_act.cc431 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_cong_ind()
543 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
641 L2CA_DataWrite(p_lcb->ch_lcid, p_buf); in avct_lcb_msg_ind()
Davct_bcb_act.cc478 L2CA_DataWrite(p_bcb->ch_lcid, p_buf); in avct_bcb_send_msg()
575 L2CA_DataWrite(p_bcb->ch_lcid, p_buf); in avct_bcb_msg_ind()
/system/bt/stack/mcap/
Dmca_cact.cc131 L2CA_DataWrite(p_ccb->lcid, p_pkt); in mca_ccb_snd_req()
190 L2CA_DataWrite(p_ccb->lcid, p_pkt); in mca_ccb_snd_rsp()
411 L2CA_DataWrite(p_ccb->lcid, p_buf); in mca_ccb_hdl_req()
/system/bt/stack/include/
Dl2c_api.h339 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b)
612 extern uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
/system/bt/stack/sdp/
Dsdp_server.cc299 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_search()
532 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_attr_req()
834 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_search_attr_req()
Dsdp_discovery.cc167 L2CA_DataWrite(p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
502 L2CA_DataWrite(p_ccb->connection_id, p_msg); in process_service_attr_rsp()
628 L2CA_DataWrite(p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
Dsdp_utils.cc554 L2CA_DataWrite(p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
/system/bt/stack/rfcomm/
Drfc_utils.cc431 L2CA_DataWrite(p_mcb->lcid, p); in rfc_check_send_cmd()
Drfc_ts_frames.cc197 L2CA_DataWrite(p_mcb->lcid, p_buf); in rfc_send_buf_uih()
/system/bt/stack/hid/
Dhidd_conn.cc96 L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data); in hidd_check_config_done()
982 if (!L2CA_DataWrite(cid, p_buf)) return (HID_ERR_CONGESTED); in hidd_conn_send_data()
Dhidh_conn.cc973 (!L2CA_DataWrite(cid, p_buf))) in hidh_conn_snd_data()
/system/bt/stack/avdt/
Davdt_ad.cc493 return L2CA_DataWrite(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, in avdt_ad_write_req()
/system/bt/stack/gatt/
Datt_protocol.cc331 l2cap_ret = (uint16_t)L2CA_DataWrite(tcb.att_lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
/system/bt/stack/l2cap/
Dl2cap_client.cc431 switch (L2CA_DataWrite(client->local_channel_id, packet)) { in dispatch_fragments()
Dl2c_api.cc2100 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
/system/bt/stack/bnep/
Dbnep_main.cc410 L2CA_DataWrite(l2cap_cid, p_buf); in bnep_congestion_ind()
Dbnep_utils.cc416 L2CA_DataWrite(p_bcb->l2cap_cid, p_buf); in bnepu_check_send_packet()