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

Commit 48419297 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6440900 from d434f2ea to rvc-release

Change-Id: I33f4770b6fc3ac94fc5a8e27fdc48e5ea299cc85
parents f42e9d92 d434f2ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ void hci_initialize() {
    android::sp<V1_1::IBluetoothHciCallbacks> callbacks =
        new BluetoothHciCallbacks();
    if (btHci_1_1 != nullptr) {
      btHci_1_1->initialize(callbacks);
      btHci_1_1->initialize_1_1(callbacks);
    } else {
      btHci->initialize(callbacks);
    }