Home
last modified time | relevance | path

Searched defs:big_handle (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc75 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/
Devent.rs284 pub big_handle: u8, field
330 pub big_handle: u8, field
Dcommand.rs406 pub big_handle: u8, field
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc263 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/
Dbtm_iso_test.cc233 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/
Dhciblecmds.cc513 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/
Dbroadcaster.cc899 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/
Dbtm_iso_impl.h67 uint8_t big_handle; member