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

Commit 2e142e41 authored by More Kuo's avatar More Kuo Committed by Automerger Merge Worker
Browse files

Merge "Get dynamic audio buffer capabilities at BREDR_STARTED" am: fa28573b...

Merge "Get dynamic audio buffer capabilities at BREDR_STARTED" am: fa28573b am: e0cf3334 am: e62d94de

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6ea1a0978404e87b1d306a0763b3c30ca68a2480
parents eb2570d6 e62d94de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -347,6 +347,7 @@ public class AdapterService extends Service {
                        initProfileServices();
                        getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS);
                        getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE);
                        getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_DYNAMIC_AUDIO_BUFFER);
                        mAdapterStateMachine.sendMessage(AdapterState.BREDR_STARTED);
                    }
                    break;