Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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()
1458 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1486 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1522 [](auto big_handle, bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F()
1641 ON_CALL(hcic_interface_, TerminateBig).WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc273 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big()
326 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h67 uint8_t big_handle; member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h39733 …lder() = default;static std::unique_ptr<LeCreateBigBuilder> Create(uint8_t big_handle, uint8_t adv… in Create() argument
39754 explicit LeCreateBigBuilder(uint8_t big_handle, uint8_t advertising_handle, uint8_t num_bis, uint32… in Create() argument
39806 …r() = default;static std::unique_ptr<LeTerminateBigBuilder> Create(uint8_t big_handle, ErrorCode r… in Create()
39825 explicit LeTerminateBigBuilder(uint8_t big_handle, ErrorCode reason) :LeIsoCommandBuilder(OpCode::L… in Create()
39876 …() = default;static std::unique_ptr<LeBigCreateSyncBuilder> Create(uint8_t big_handle, uint16_t sy… in Create() argument
39899 explicit LeBigCreateSyncBuilder(uint8_t big_handle, uint16_t sync_handle, Enable encryption, const … in Create() argument
39951 …= default;static std::unique_ptr<LeBigTerminateSyncBuilder> Create(uint8_t big_handle) {auto build… in Create()
39970 explicit LeBigTerminateSyncBuilder(uint8_t big_handle) :LeIsoCommandBuilder(OpCode::LE_BIG_TERMINAT… in Create()
39986 …Builder> Create(uint8_t num_hci_command_packets, ErrorCode status, uint8_t big_handle) {auto build… in Create()
40005 …CompleteBuilder(uint8_t num_hci_command_packets, ErrorCode status, uint8_t big_handle) :CommandCom… in Create()
[all …]