Home
last modified time | relevance | path

Searched refs:kBroadcastIdInvalid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc104 if (broadcast_id == bluetooth::le_audio::kBroadcastIdInvalid) continue; in GenerateBroadcastIds()
404 callbacks_->OnBroadcastCreated(bluetooth::le_audio::kBroadcastIdInvalid, in CreateAudioBroadcast()
562 return bluetooth::le_audio::kBroadcastIdInvalid; in BroadcastIdFromBigHandle()
Dstate_machine_test.cc831 ASSERT_NE(bluetooth::le_audio::kBroadcastIdInvalid, broadcast_id); in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h171 static constexpr BroadcastId kBroadcastIdInvalid = 0x00000000; variable