Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.h62 uint8_t big_handle,
65 virtual void TerminateBig(uint8_t big_handle, uint8_t reason) = 0;
110 (uint8_t big_handle,
114 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()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc304 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() argument
312 big_handle, adv_handle, num_bis, sdu_itv, max_sdu_size, transport_latency, in btsnd_hcic_create_big()
366 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() argument
368 test::mock::stack_hcic_hciblecmds::btsnd_hcic_term_big(big_handle, reason); in btsnd_hcic_term_big()
Dmock_stack_hcic_hciblecmds.h533 std::function<void(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis,
544 void operator()(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in operator()
549 body(big_handle, adv_handle, num_bis, sdu_itv, max_sdu_size, in operator()
683 void operator()(uint8_t big_handle, uint8_t reason) { in operator()
684 body(big_handle, reason); in operator()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h66 uint8_t big_handle; member
369 big_callbacks_->OnSetupIsoDataPath(status, conn_handle, iso->big_handle); in on_setup_iso_data_path()
431 big_callbacks_->OnRemoveIsoDataPath(status, conn_handle, iso->big_handle); in on_remove_iso_data_path()
716 bis->big_handle = evt.big_id; in process_create_big_cmpl_pkt()
748 if (bis_it->second->big_handle == evt.big_id) { in process_terminate_big_cmpl_pkt()
896 return (kv_pair.second->big_handle == big_id); in IsBigKnown()
953 dprintf(fd, " BIG Handle: %d\n", cis_pair.second->big_handle); in dump()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc833 BroadcastId BroadcastIdFromBigHandle(uint8_t big_handle) const { in BroadcastIdFromBigHandle()
836 [big_handle](auto const& entry) { in BroadcastIdFromBigHandle()
837 return entry.second->GetAdvertisingSid() == big_handle; in BroadcastIdFromBigHandle()
846 uint8_t big_handle) override { in OnSetupIsoDataPath() argument
847 auto broadcast_id = BroadcastIdFromBigHandle(big_handle); in OnSetupIsoDataPath()
854 uint8_t big_handle) override { in OnRemoveIsoDataPath() argument
855 auto broadcast_id = BroadcastIdFromBigHandle(big_handle); in OnRemoveIsoDataPath()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py506 big_handle, packet = unpack_data(packet, 1, False)
508 big_adv_map[big_handle] = adv_handle
540 big_handle, packet = unpack_data(packet, 1, False)
541 if big_handle not in big_adv_map:
544 adv_handle = big_adv_map[big_handle]
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc249 [this](auto big_handle, in InitIsoManager()
255 UINT8_TO_STREAM(p, big_handle); in InitIsoManager()
283 .WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager() argument
286 UINT8_TO_STREAM(p, big_handle); in InitIsoManager()
1436 [](auto big_handle, in TEST_F()
1441 UINT8_TO_STREAM(p, big_handle); in TEST_F()
1465 [](auto big_handle, in TEST_F()
1470 UINT8_TO_STREAM(p, big_handle); in TEST_F()
1505 [](auto big_handle, in TEST_F()
1511 UINT8_TO_STREAM(p, big_handle); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc530 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() argument
546 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_create_big()
564 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() argument
575 UINT8_TO_STREAM(pp, big_handle); in btsnd_hcic_term_big()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h404 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle,
411 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason);
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4448 big_handle : 8,
4467 big_handle : 8,
4475 big_handle : 8,
4491 big_handle : 8,
4496 big_handle : 8,
5424 big_handle : 8,
5439 big_handle : 8,
5445 big_handle : 8,
5458 big_handle : 8,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4664 big_handle : 8,
4683 big_handle : 8,
4691 big_handle : 8,
4707 big_handle : 8,
4712 big_handle : 8,
6651 big_handle : 8,
6666 big_handle : 8,
6672 big_handle : 8,
6685 big_handle : 8,