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

Commit e0cf3334 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

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