Searched refs:big_params (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 768 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()
|
D | btm_iso.cc | 112 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/ |
D | mock_hcic_layer.h | 63 struct bluetooth::hci::iso_manager::big_create_params big_params) = 0; 111 struct bluetooth::hci::iso_manager::big_create_params big_params),
|
D | mock_hcic_layer.cc | 87 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/ |
D | mock_stack_btm_iso.cc | 107 struct iso_manager::big_create_params big_params) { in CreateBig() argument 109 pimpl_->CreateBig(big_id, std::move(big_params)); in CreateBig()
|
D | mock_stack_btm_iso.h | 65 struct bluetooth::hci::iso_manager::big_create_params big_params));
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 250 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/ |
D | btm_iso_api.h | 179 struct iso_manager::big_create_params big_params);
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.cc | 394 struct bluetooth::hci::iso_manager::big_create_params big_params = { in CreateBig() local 410 std::move(big_params)); in CreateBig()
|