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

Commit 795234be 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...

Merge "BT LE broadcast assistant implementation" am: 4024c5ee am: 627c7513 am: 43c98257 am: 2b130e18

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

Change-Id: I74b53a32462a67de78416a969885dbf6ca3722bb
parents 1c4f4073 2b130e18
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -468,6 +468,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