/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 67 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()
|
D | mock_stack_l2cap_api.h | 426 struct L2CA_DataWrite { struct 433 extern struct L2CA_DataWrite L2CA_DataWrite; argument
|
D | mock_main_shim_l2cap_api.h | 114 struct L2CA_DataWrite { struct 121 extern struct L2CA_DataWrite L2CA_DataWrite; argument
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | bnep_fuzzer.cc | 54 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeBtStack() 84 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeBtStack()
|
D | avrc_fuzzer.cc | 60 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeBtStack() 95 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeBtStack()
|
D | sdp_fuzzer.cc | 90 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t cid, in FakeL2cap() 111 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in ~FakeL2cap()
|
D | gatt_fuzzer.cc | 86 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t lcid, in FakeBtStack()
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_parse_test.cc | 63 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t /* cid */, in SetUp() 80 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in TearDown()
|
D | stack_sdp_test.cc | 52 test::mock::stack_l2cap_api::L2CA_DataWrite.body = [](uint16_t /* cid */, in SetUp() 69 test::mock::stack_l2cap_api::L2CA_DataWrite = {}; in TearDown()
|
D | stack_sdp_utils_test.cc | 257 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/ |
D | avct_lcb_act.cc | 510 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()
|
D | avct_bcb_act.cc | 479 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/ |
D | mock_l2cap_layer.cc | 70 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() function
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_discovery.cc | 180 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()
|
D | sdp_server.cc | 306 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/ |
D | l2c_api.h | 225 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_conn.cc | 91 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()
|
D | hidh_conn.cc | 851 (!L2CA_DataWrite(cid, p_buf))) { in hidh_conn_snd_data()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_utils.cc | 429 if (L2CA_DataWrite(p_mcb->lcid, p) != L2CAP_DW_SUCCESS) { in rfc_check_send_cmd()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 587 [[nodiscard]] uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data);
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ad.cc | 493 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/ |
D | bnep_main.cc | 307 if (L2CA_DataWrite(l2cap_cid, p_buf) != L2CAP_DW_SUCCESS) { in bnep_congestion_ind()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1504 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/ |
D | att_protocol.cc | 384 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 441 status = L2CA_DataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()
|