Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6adfec06 authored by Jeremy Wu's avatar Jeremy Wu
Browse files

LEA: correct include names in le_audio_types.h

This CL corrects the paths being included in |le_audio_types.h| to
compile for Floss.

Bug: 317682584
Test: m Bluetooth
Flag: EXEMPT no-op in runtime
Change-Id: I007b819f4a87241deff5eeb2bfd5d2fe1369d709
parent f4f42a30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@
#include <vector>

#include "bluetooth/uuid.h"
#include "bta_le_audio_uuids.h"
#include "btm_iso_api_types.h"
#include "bta/include/bta_le_audio_uuids.h"
#include "osi/include/alarm.h"
#include "stack/include/bt_types.h"
#include "stack/include/btm_iso_api_types.h"

namespace bluetooth::le_audio {