Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc81 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
103 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t 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()
366 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.cc250 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager()
283 .WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager()
1437 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1466 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1506 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1636 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc846 uint8_t big_handle) override { in OnSetupIsoDataPath()
854 uint8_t big_handle) override { in OnRemoveIsoDataPath()
/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()
564 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h66 uint8_t big_handle; member