Searched refs:BroadcastCode (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_le_audio.h | 430 using BroadcastCode = std::array<uint8_t, 16>; variable 504 std::optional<BroadcastCode> broadcast_code; 539 std::optional<BroadcastCode> broadcast_code,
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.h | 106 std::optional<bluetooth::le_audio::BroadcastCode> broadcast_code; 165 virtual std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode()
|
D | broadcaster_test.cc | 193 static constexpr BroadcastCode default_code = { 374 BroadcastCode code = default_code, in InstantiateBroadcast() 874 std::optional<bluetooth::le_audio::BroadcastCode> test_broadcast_code = in TEST_F() 875 bluetooth::le_audio::BroadcastCode({1, 2, 3, 4, 5, 6}); in TEST_F()
|
D | mock_state_machine.h | 137 MOCK_METHOD((std::optional<bluetooth::le_audio::BroadcastCode>),
|
D | state_machine.cc | 128 std::optional<bluetooth::le_audio::BroadcastCode> GetBroadcastCode() in GetBroadcastCode()
|
D | broadcaster.cc | 461 const std::optional<bluetooth::le_audio::BroadcastCode>& broadcast_code, in CreateAudioBroadcast()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_broadcaster_api.h | 44 const std::optional<bluetooth::le_audio::BroadcastCode>& broadcast_code,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_le_audio_broadcaster.cc | 53 std::optional<bluetooth::le_audio::BroadcastCode> broadcast_code, in CreateBroadcast()
|