/system/bt/stack/test/common/ |
D | mock_hcic_layer.h | 63 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),
|
D | mock_hcic_layer.cc | 81 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/ |
D | mock_hcic_hciblecmds.cc | 56 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/ |
D | btm_iso_impl.h | 54 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/ |
D | btm_iso_test.cc | 212 [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/ |
D | link_layer_controller.h | 200 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/ |
D | hciblecmds.cc | 1011 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/ |
D | hcimsgs.h | 745 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/ |
D | hci_packets.pdl | 4184 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,
|