Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_iso_impl.h561 void create_big(uint8_t big_id, struct big_create_params big_params) { in create_big()
564 last_big_create_req_sdu_itv_ = big_params.sdu_itv; in create_big()
566 big_id, big_params.adv_handle, big_params.num_bis, big_params.sdu_itv, in create_big()
567 big_params.max_sdu_size, big_params.max_transport_latency, in create_big()
568 big_params.rtn, big_params.phy, big_params.packing, big_params.framing, in create_big()
569 big_params.enc, big_params.enc_code); in create_big()
Dbtm_iso.cc102 struct iso_manager::big_create_params big_params) { in CreateBig() argument
103 pimpl_->iso_impl_->create_big(big_id, std::move(big_params)); in CreateBig()
/system/bt/stack/test/common/
Dmock_hcic_layer.h64 struct bluetooth::hci::iso_manager::big_create_params big_params) = 0;
112 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()
/system/bt/test/mock/
Dmock_stack_btm_iso.cc34 struct iso_manager::big_create_params big_params) {} in CreateBig() argument
/system/bt/stack/test/
Dbtm_iso_test.cc213 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager() argument
214 std::vector<uint8_t> buf(big_params.num_bis * sizeof(uint16_t) + in InitIsoManager()
220 ASSERT_TRUE(big_params.num_bis <= in InitIsoManager()
226 UINT8_TO_STREAM(p, big_params.phy); in InitIsoManager()
234 UINT8_TO_STREAM(p, big_params.num_bis); in InitIsoManager()
235 for (auto i = 0; i < big_params.num_bis; ++i) { in InitIsoManager()
1265 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() argument
1273 UINT8_TO_STREAM(p, big_params.phy); // phy in TEST_F()
1294 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() argument
1302 UINT8_TO_STREAM(p, big_params.phy); // phy in TEST_F()
[all …]
/system/bt/stack/include/
Dbtm_iso_api.h170 struct iso_manager::big_create_params big_params);