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

Commit 43c98257 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "BT LE broadcast assistant implementation" am: 4024c5ee am: 627c7513

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1952637

Change-Id: Iff70b83780035646c2daa31aa97f9e19c2164b70
parents 29b1dbad 627c7513
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -465,6 +465,15 @@
                <action android:name="android.bluetooth.IBluetoothLeCallControl" />
            </intent-filter>
        </service>
        <service
            android:process="@string/process"
            android:name = ".bass_client.BassClientService"
            android:enabled="@bool/profile_supported_bass_client"
            android:exported = "true">
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothLeBroadcastAssistant" />
            </intent-filter>
        </service>
        <!-- Authenticator for PBAP account. -->
        <service android:process="@string/process"
             android:name=".pbapclient.AuthenticationService"
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
    <bool name="profile_supported_csip_set_coordinator">true</bool>
    <bool name="profile_supported_le_call_control">true</bool>
    <bool name="profile_supported_hap_client">true</bool>
    <bool name="profile_supported_bass_client">true</bool>

    <!-- If true, we will require location to be enabled on the device to
         fire Bluetooth LE scan result callbacks in addition to having one
+520 −0

File added.

Preview size limit exceeded, changes collapsed.

+1261 −0

File added.

Preview size limit exceeded, changes collapsed.

+1820 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading