Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_hcic_layer.h63 uint8_t big_handle,
66 virtual void TerminateBig(uint8_t big_handle, uint8_t reason) = 0;
111 (uint8_t big_handle,
115 MOCK_METHOD((void), TerminateBig, (uint8_t big_handle, uint8_t reason),
Dmock_hcic_layer.cc81 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() argument
100 hcic_interface->CreateBig(big_handle, std::move(big_params)); in btsnd_hcic_create_big()
103 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() argument
104 hcic_interface->TerminateBig(big_handle, reason); in btsnd_hcic_term_big()
/system/bt/test/mock/
Dmock_hcic_hciblecmds.cc56 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() argument
62 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync() argument
274 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() argument
325 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() argument
/system/bt/stack/btm/
Dbtm_iso_impl.h54 uint8_t big_handle; member
242 big_callbacks_->OnSetupIsoDataPath(status, conn_handle, iso->big_handle); in on_setup_iso_data_path()
283 big_callbacks_->OnRemoveIsoDataPath(status, conn_handle, iso->big_handle); in on_remove_iso_data_path()
528 .big_handle = evt.big_id, in process_create_big_cmpl_pkt()
549 if (bis_it->second->big_handle == evt.big_id) { in process_terminate_big_cmpl_pkt()
688 return (kv_pair.second->big_handle == big_id); in IsBigKnown()
/system/bt/stack/test/
Dbtm_iso_test.cc212 [this](auto big_handle, in InitIsoManager()
218 UINT8_TO_STREAM(p, big_handle); in InitIsoManager()
246 .WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager() argument
249 UINT8_TO_STREAM(p, big_handle); in InitIsoManager()
1264 [](auto big_handle, in TEST_F()
1269 UINT8_TO_STREAM(p, big_handle); in TEST_F()
1293 [](auto big_handle, in TEST_F()
1298 UINT8_TO_STREAM(p, big_handle); in TEST_F()
1333 [](auto big_handle, in TEST_F()
1339 UINT8_TO_STREAM(p, big_handle); in TEST_F()
[all …]
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h200 uint8_t big_handle, uint8_t advertising_handle, uint8_t num_bis,
205 bluetooth::hci::ErrorCode LeTerminateBig(uint8_t big_handle,
208 uint8_t big_handle, uint16_t sync_handle,
211 void LeBigTerminateSync(uint8_t big_handle);
/system/bt/stack/hcic/
Dhciblecmds.cc1011 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() argument
1027 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_create_big()
1045 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() argument
1056 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_term_big()
1062 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() argument
1077 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_big_create_sync()
1095 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync() argument
1101 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_big_term_sync()
/system/bt/stack/include/
Dhcimsgs.h745 extern void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle,
752 extern void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason);
754 extern void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle,
761 uint8_t big_handle, base::OnceCallback<void(uint8_t*, uint16_t)> cb);
/system/bt/gd/hci/
Dhci_packets.pdl4184 big_handle : 8,
4203 big_handle : 8,
4211 big_handle : 8,
4227 big_handle : 8,
4232 big_handle : 8,
5538 big_handle : 8,
5553 big_handle : 8,
5559 big_handle : 8,
5572 big_handle : 8,