Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc67 struct L2CA_DataWrite L2CA_DataWrite; variable
237 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
239 return test::mock::stack_l2cap_api::L2CA_DataWrite(cid, p_data); in L2CA_DataWrite()
Dmock_stack_l2cap_api.h426 struct L2CA_DataWrite { struct
433 extern struct L2CA_DataWrite L2CA_DataWrite; argument
Dmock_main_shim_l2cap_api.h114 struct L2CA_DataWrite { struct
121 extern struct L2CA_DataWrite L2CA_DataWrite; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc54 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeBtStack()
84 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeBtStack()
Davrc_fuzzer.cc60 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeBtStack()
95 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeBtStack()
Dsdp_fuzzer.cc90 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeL2cap()
111 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeL2cap()
Dgatt_fuzzer.cc86 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t lcid, in FakeBtStack()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_parse_test.cc63 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t /* cid */, in SetUp()
80 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in TearDown()
Dstack_sdp_test.cc52 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t /* cid */, in SetUp()
69 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in TearDown()
Dstack_sdp_utils_test.cc257 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t /* cid */, in SetUp()
276 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in TearDown()
/packages/modules/Bluetooth/system/stack/avct/
Davct_lcb_act.cc510 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_cong_ind()
622 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
726 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) != L2CAP_DW_SUCCESS) { in avct_lcb_msg_ind()
Davct_bcb_act.cc479 if (L2CA_DataWrite(p_bcb->ch_lcid, p_buf) != L2CAP_DW_SUCCESS) { in avct_bcb_send_msg()
585 if (L2CA_DataWrite(p_bcb->ch_lcid, p_buf) != L2CAP_DW_SUCCESS) { in avct_bcb_msg_ind()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc70 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_discovery.cc180 if (L2CA_DataWrite(p_ccb->connection_id, p_cmd) != L2CAP_DW_SUCCESS) { in sdp_snd_service_search_req()
690 if (L2CA_DataWrite(p_ccb->connection_id, p_msg) != L2CAP_DW_SUCCESS) { in process_service_search_attr_rsp()
864 if (L2CA_DataWrite(p_ccb->connection_id, p_msg) != L2CAP_DW_SUCCESS) { in process_service_attr_rsp()
Dsdp_server.cc306 if (L2CA_DataWrite(p_ccb->connection_id, p_buf) != L2CAP_DW_SUCCESS) { in process_service_search()
704 if (L2CA_DataWrite(p_ccb->connection_id, p_buf) != L2CAP_DW_SUCCESS) { in process_service_attr_req()
1182 if (L2CA_DataWrite(p_ccb->connection_id, p_buf) != L2CAP_DW_SUCCESS) { in process_service_search_attr_req()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h225 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc91 if (L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data) != in hidd_check_config_done()
825 if (!L2CA_DataWrite(cid, p_buf)) { in hidd_conn_send_data()
Dhidh_conn.cc851 (!L2CA_DataWrite(cid, p_buf))) { in hidh_conn_snd_data()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc429 if (L2CA_DataWrite(p_mcb->lcid, p) != L2CAP_DW_SUCCESS) { in rfc_check_send_cmd()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h587 [[nodiscard]] uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc493 return L2CA_DataWrite(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid, in avdt_ad_write_req()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc307 if (L2CA_DataWrite(l2cap_cid, p_buf) != L2CAP_DW_SUCCESS) { in bnep_congestion_ind()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1504 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
1510 return L2CA_DataWrite(cid, p_data); in L2CA_LECocDataWrite()
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc384 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc441 status = L2CA_DataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()

12