Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_dact.c147 status = L2CA_DataWrite (p_dcb->lcid, p_data->p_pkt); in mca_dcb_snd_data()
Dmca_cact.c138 L2CA_DataWrite (p_ccb->lcid, p_pkt); in mca_ccb_snd_req()
201 L2CA_DataWrite (p_ccb->lcid, p_pkt); in mca_ccb_snd_rsp()
428 L2CA_DataWrite (p_ccb->lcid, p_buf); in mca_ccb_hdl_req()
/system/bt/stack/avct/
Davct_lcb_act.c489 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
623 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_send_msg()
730 L2CA_DataWrite(p_lcb->ch_lcid, p_buf); in avct_lcb_msg_ind()
/system/bt/stack/include/
Dl2c_api.h328 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b)
502 extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data);
/system/bt/stack/sdp/
Dsdp_server.c302 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search()
567 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_attr_req()
905 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search_attr_req()
Dsdp_discovery.c178 L2CA_DataWrite (p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
537 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_attr_rsp()
688 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
Dsdp_utils.c358 L2CA_DataWrite (p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
/system/bt/stack/rfcomm/
Drfc_utils.c480 L2CA_DataWrite (p_mcb->lcid, p); in rfc_check_send_cmd()
Drfc_ts_frames.c223 L2CA_DataWrite (p_mcb->lcid, p_buf); in rfc_send_buf_uih()
/system/bt/stack/avdt/
Davdt_ad.c517 return L2CA_DataWrite(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, p_buf); in avdt_ad_write_req()
/system/bt/stack/l2cap/
Dl2cap_client.c409 switch (L2CA_DataWrite(client->local_channel_id, packet)) { in dispatch_fragments()
Dl2c_api.c1812 UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data) in L2CA_DataWrite() function
/system/bt/stack/gatt/
Datt_protocol.c363 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
/system/bt/stack/bnep/
Dbnep_main.c443 L2CA_DataWrite (l2cap_cid, p_buf); in bnep_congestion_ind()
Dbnep_utils.c472 L2CA_DataWrite (p_bcb->l2cap_cid, p_buf); in bnepu_check_send_packet()
/system/bt/stack/hid/
Dhidh_conn.c981 if ((p_hcon->conn_flags & HID_CONN_FLAGS_CONGESTED) || (!L2CA_DataWrite (cid, p_buf))) in hidh_conn_snd_data()