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/stack/test/
Dbtm_iso_test.cc222 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager()
255 .WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager()
1282 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1312 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1352 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1441 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
1463 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
1482 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc171 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync()
179 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync()
489 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
563 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.cc566 uint8_t big_handle) override { in OnSetupIsoDataPath()
573 uint8_t big_handle) override { in OnRemoveIsoDataPath()
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc923 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
957 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
974 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync()
1007 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h64 uint8_t big_handle; member