Searched refs:GetBroadcastCode (Results 1 – 5 of 5) sorted by relevance
165 virtual std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode()
138 GetBroadcastCode, (), (const override));
893 ON_CALL(*sm, GetBroadcastCode()).WillByDefault(Return(test_broadcast_code)); in TEST_F()908 ASSERT_EQ(sm->GetBroadcastCode(), metadata.broadcast_code); in TEST_F()
128 std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode() in GetBroadcastCode() function in __anon4b5c62470111::BroadcastStateMachineImpl
767 metadata.broadcast_code = kv_it.second->GetBroadcastCode(); in GetBroadcastMetadataOpt()