Searched defs:big_handle (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/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()
|
/aosp_15_r20/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() 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/ |
D | mock_stack_hcic_hciblecmds.cc | 273 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/ |
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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 67 uint8_t big_handle; member
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 39733 …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 …]
|