Add Bluetooth LE Audio Profile (1/3)

This is boilerplate code for Bluetooth LE Audio profile

Bug: 150670922
Test: compilation
Tag: #feature
Sponsor: jpawlowski@
Change-Id: Ic7fc9bef7a0926119935cfb3f20c10e50450d828
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8aa0dbf..158504b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -405,6 +405,14 @@
                 <action android:name="android.bluetooth.IBluetoothHearingAid"/>
             </intent-filter>
         </service>
+        <service
+            android:process="@string/process"
+            android:name = ".le_audio.LeAudioService"
+            android:exported = "true">
+            <intent-filter>
+                <action android:name="android.bluetooth.IBluetoothLeAudio" />
+            </intent-filter>
+        </service>
         <!-- Authenticator for PBAP account. -->
         <service android:process="@string/process"
              android:name=".pbapclient.AuthenticationService"