/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 90 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 D | mock_main_shim_l2cap_api.cc | 53 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 D | mock_stack_l2cap_api.h | 401 struct L2CA_DataWrite { struct 408 extern struct L2CA_DataWrite L2CA_DataWrite; argument
|
H A D | mock_main_shim_l2cap_api.h | 156 struct L2CA_DataWrite { struct 163 extern struct L2CA_DataWrite L2CA_DataWrite; argument
|
/aosp12/system/bt/stack/avct/ |
H A D | avct_lcb_act.cc | 430 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 D | avct_bcb_act.cc | 475 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 D | mock_l2cap_layer.cc | 60 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
|
H A D | mock_main_shim_l2c_api.cc | 177 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 D | sdp_server.cc | 295 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 D | sdp_discovery.cc | 164 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 D | sdp_utils.cc | 555 L2CA_DataWrite(p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 225 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
|
H A D | l2c_api.cc | 777 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
|
/aosp12/system/bt/stack/hid/ |
H A D | hidd_conn.cc | 76 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 D | hidh_conn.cc | 826 (!L2CA_DataWrite(cid, p_buf))) in hidh_conn_snd_data()
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_utils.cc | 430 L2CA_DataWrite(p_mcb->lcid, p); in rfc_check_send_cmd()
|
H A D | rfc_ts_frames.cc | 198 L2CA_DataWrite(p_mcb->lcid, p_buf); in rfc_send_buf_uih()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1479 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 D | l2c_api.h | 540 extern uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
|
/aosp12/system/bt/stack/avdt/ |
H A D | avdt_ad.cc | 490 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 D | bnep_main.cc | 300 L2CA_DataWrite(l2cap_cid, p_buf); in bnep_congestion_ind()
|
H A D | bnep_utils.cc | 415 L2CA_DataWrite(p_bcb->l2cap_cid, p_buf); in bnepu_check_send_packet()
|
/aosp12/system/bt/stack/gatt/ |
H A D | att_protocol.cc | 337 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
|
/aosp12/system/bt/stack/gap/ |
H A D | gap_conn.cc | 442 status = L2CA_DataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()
|