Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc90 struct L2CA_DataWrite L2CA_DataWrite; variable
247 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
249 return test::mock::stack_l2cap_api::L2CA_DataWrite(cid, p_data); in L2CA_DataWrite()
H A Dmock_main_shim_l2cap_api.cc53 struct L2CA_DataWrite L2CA_DataWrite; variable
135 uint8_t bluetooth::shim::L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function in bluetooth::shim
137 return test::mock::main_shim_l2cap_api::L2CA_DataWrite(cid, p_data); in L2CA_DataWrite()
H A Dmock_stack_l2cap_api.h401 struct L2CA_DataWrite { struct
408 extern struct L2CA_DataWrite L2CA_DataWrite; argument
H A Dmock_main_shim_l2cap_api.h156 struct L2CA_DataWrite { struct
163 extern struct L2CA_DataWrite L2CA_DataWrite; argument
/aosp12/system/bt/stack/avct/
H A Davct_lcb_act.cc430 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_cong_ind()
542 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
640 L2CA_DataWrite(p_lcb->ch_lcid, p_buf); in avct_lcb_msg_ind()
H A Davct_bcb_act.cc475 L2CA_DataWrite(p_bcb->ch_lcid, p_buf); in avct_bcb_send_msg()
572 L2CA_DataWrite(p_bcb->ch_lcid, p_buf); in avct_bcb_msg_ind()
/aosp12/system/bt/stack/test/common/
H A Dmock_l2cap_layer.cc60 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
H A Dmock_main_shim_l2c_api.cc177 uint8_t bluetooth::shim::L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function in bluetooth::shim
/aosp12/system/bt/stack/sdp/
H A Dsdp_server.cc295 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_search()
528 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_attr_req()
844 L2CA_DataWrite(p_ccb->connection_id, p_buf); in process_service_search_attr_req()
H A Dsdp_discovery.cc164 L2CA_DataWrite(p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
499 L2CA_DataWrite(p_ccb->connection_id, p_msg); in process_service_attr_rsp()
620 L2CA_DataWrite(p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
H A Dsdp_utils.cc555 L2CA_DataWrite(p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
/aosp12/system/bt/main/shim/
H A Dl2c_api.h225 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
H A Dl2c_api.cc777 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
/aosp12/system/bt/stack/hid/
H A Dhidd_conn.cc76 L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data); in hidd_check_config_done()
781 if (!L2CA_DataWrite(cid, p_buf)) return (HID_ERR_CONGESTED); in hidd_conn_send_data()
H A Dhidh_conn.cc826 (!L2CA_DataWrite(cid, p_buf))) in hidh_conn_snd_data()
/aosp12/system/bt/stack/rfcomm/
H A Drfc_utils.cc430 L2CA_DataWrite(p_mcb->lcid, p); in rfc_check_send_cmd()
H A Drfc_ts_frames.cc198 L2CA_DataWrite(p_mcb->lcid, p_buf); in rfc_send_buf_uih()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1479 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
1481 return bluetooth::shim::L2CA_DataWrite(cid, p_data); in L2CA_DataWrite()
1493 return L2CA_DataWrite(cid, p_data); in L2CA_LECocDataWrite()
/aosp12/system/bt/stack/include/
H A Dl2c_api.h540 extern uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
/aosp12/system/bt/stack/avdt/
H A Davdt_ad.cc490 return L2CA_DataWrite(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, in avdt_ad_write_req()
/aosp12/system/bt/stack/bnep/
H A Dbnep_main.cc300 L2CA_DataWrite(l2cap_cid, p_buf); in bnep_congestion_ind()
H A Dbnep_utils.cc415 L2CA_DataWrite(p_bcb->l2cap_cid, p_buf); in bnepu_check_send_packet()
/aosp12/system/bt/stack/gatt/
H A Datt_protocol.cc337 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc442 status = L2CA_DataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()