Searched refs:L2CA_DataWrite (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb_act.c | 454 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/ |
D | l2c_api.h | 339 #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/ |
D | sdp_server.c | 291 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()
|
D | sdp_discovery.c | 170 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()
|
D | sdp_utils.c | 346 L2CA_DataWrite (p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_utils.c | 505 L2CA_DataWrite (p_mcb->lcid, p); in rfc_check_send_cmd()
|
D | rfc_ts_frames.c | 223 L2CA_DataWrite (p_mcb->lcid, p_buf); in rfc_send_buf_uih()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 81 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()
|
D | hidh_conn.c | 931 if (L2CA_DataWrite(cid, p_buf) == L2CAP_DW_FAILED) { in hidh_conn_snd_data()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ad.c | 482 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/ |
D | l2cap_client.c | 432 switch (L2CA_DataWrite(client->local_channel_id, packet)) { in dispatch_fragments()
|
D | l2c_api.c | 2133 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/ |
D | att_protocol.c | 358 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
|