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

Commit da601eaf authored by Chris Manton's avatar Chris Manton
Browse files

Allow gd acl to take DISCONNECT when enabled

Bug: 166280067
Tag: #refactor
Test: act.py -tc BleCocTest
Test: ble paired 2 phones
Test: classic paired Bose SoundLink

Change-Id: Ib460b3c9c63572753d51aaf1c49f56024b6d4bfb
parent 0f9a0cf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ static bool event_already_registered_in_hci_layer(
      return bluetooth::shim::is_gd_hci_enabled();
    case bluetooth::hci::EventCode::LE_META_EVENT:
    case bluetooth::hci::EventCode::DISCONNECTION_COMPLETE:
      return bluetooth::shim::is_gd_shim_enabled();
      return bluetooth::shim::is_gd_acl_enabled();
    default:
      return false;
  }