Home
last modified time | relevance | path

Searched refs:GetBroadcastCode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.h165 virtual std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode()
Dmock_state_machine.h138 GetBroadcastCode, (), (const override));
Dbroadcaster_test.cc893 ON_CALL(*sm, GetBroadcastCode()).WillByDefault(Return(test_broadcast_code)); in TEST_F()
908 ASSERT_EQ(sm->GetBroadcastCode(), metadata.broadcast_code); in TEST_F()
Dstate_machine.cc128 std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode() in GetBroadcastCode() function in __anon4b5c62470111::BroadcastStateMachineImpl
Dbroadcaster.cc767 metadata.broadcast_code = kv_it.second->GetBroadcastCode(); in GetBroadcastMetadataOpt()