Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c454 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
577 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
679 L2CA_DataWrite(p_lcb->ch_lcid, p_buf); in avct_lcb_msg_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h339 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b)
585 extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_server.c291 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search()
529 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_attr_req()
835 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search_attr_req()
Dsdp_discovery.c170 L2CA_DataWrite (p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
506 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_attr_rsp()
647 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
Dsdp_utils.c346 L2CA_DataWrite (p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c505 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c81 L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data); in hidd_check_config_done()
786 if (L2CA_DataWrite(cid, p_buf) == L2CAP_DW_FAILED) in hidd_conn_send_data()
Dhidh_conn.c931 if (L2CA_DataWrite(cid, p_buf) == L2CAP_DW_FAILED) { in hidh_conn_snd_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c482 return L2CA_DataWrite(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, p_buf); in avdt_ad_write_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c432 switch (L2CA_DataWrite(client->local_channel_id, packet)) { in dispatch_fragments()
Dl2c_api.c2133 UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data) in L2CA_DataWrite() function
2162 L2CA_DataWrite(cid, p_buf); in l2cap_bqb_write_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c358 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP); in attp_send_msg_to_l2cap()