Home
last modified time | relevance | path

Searched refs:big_params (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h768 void create_big(uint8_t big_id, struct big_create_params big_params) { in create_big()
774 big_params.enc = 0; in create_big()
775 big_params.enc_code = {0}; in create_big()
778 last_big_create_req_sdu_itv_ = big_params.sdu_itv; in create_big()
780 big_id, big_params.adv_handle, big_params.num_bis, big_params.sdu_itv, in create_big()
781 big_params.max_sdu_size, big_params.max_transport_latency, in create_big()
782 big_params.rtn, big_params.phy, big_params.packing, big_params.framing, in create_big()
783 big_params.enc, big_params.enc_code); in create_big()
Dbtm_iso.cc112 struct iso_manager::big_create_params big_params) { in CreateBig() argument
113 pimpl_->iso_impl_->create_big(big_id, std::move(big_params)); in CreateBig()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.h63 struct bluetooth::hci::iso_manager::big_create_params big_params) = 0;
111 struct bluetooth::hci::iso_manager::big_create_params big_params),
Dmock_hcic_layer.cc87 struct bluetooth::hci::iso_manager::big_create_params big_params = { in btsnd_hcic_create_big() local
100 hcic_interface->CreateBig(big_handle, std::move(big_params)); in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_iso.cc107 struct iso_manager::big_create_params big_params) { in CreateBig() argument
109 pimpl_->CreateBig(big_id, std::move(big_params)); in CreateBig()
Dmock_stack_btm_iso.h65 struct bluetooth::hci::iso_manager::big_create_params big_params));
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc250 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager() argument
251 std::vector<uint8_t> buf(big_params.num_bis * sizeof(uint16_t) + in InitIsoManager()
257 ASSERT_TRUE(big_params.num_bis <= in InitIsoManager()
263 UINT8_TO_STREAM(p, big_params.phy); in InitIsoManager()
271 UINT8_TO_STREAM(p, big_params.num_bis); in InitIsoManager()
272 for (auto i = 0; i < big_params.num_bis; ++i) { in InitIsoManager()
1437 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() argument
1445 UINT8_TO_STREAM(p, big_params.phy); // phy in TEST_F()
1466 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() argument
1474 UINT8_TO_STREAM(p, big_params.phy); // phy in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api.h179 struct iso_manager::big_create_params big_params);
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc394 struct bluetooth::hci::iso_manager::big_create_params big_params = { in CreateBig() local
410 std::move(big_params)); in CreateBig()