Searched defs:big_handle (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 75 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big() 95 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
|
/packages/modules/Bluetooth/offload/hci/ |
D | event.rs | 284 pub big_handle: u8, field 330 pub big_handle: u8, field
|
D | command.rs | 406 pub big_handle: u8, field
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 263 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big() 316 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 233 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager() 261 ON_CALL(hcic_interface_, TerminateBig).WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager() 1457 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1485 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1521 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1640 ON_CALL(hcic_interface_, TerminateBig).WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 513 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big() 545 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster.cc | 899 void OnSetupIsoDataPath(uint8_t status, uint16_t conn_handle, uint8_t big_handle) override { in OnSetupIsoDataPath() 906 void OnRemoveIsoDataPath(uint8_t status, uint16_t conn_handle, uint8_t big_handle) override { in OnRemoveIsoDataPath()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 67 uint8_t big_handle; member
|