Searched refs:SetStreamingPhy (Results 1 – 3 of 3) sorted by relevance
64 virtual void SetStreamingPhy(uint8_t phy) = 0;
443 LeAudioBroadcaster::Get()->SetStreamingPhy(1); in TEST_F()445 LeAudioBroadcaster::Get()->SetStreamingPhy(2); in TEST_F()919 TEST_F(BroadcasterTest, SetStreamingPhy) { in TEST_F() argument920 LeAudioBroadcaster::Get()->SetStreamingPhy(2); in TEST_F()926 LeAudioBroadcaster::Get()->SetStreamingPhy(1); in TEST_F()
829 void SetStreamingPhy(uint8_t phy) override { current_phy_ = phy; } in SetStreamingPhy() function in __anon719d1fdc0111::LeAudioBroadcasterImpl