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

Commit bba3d8be authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix GATT over BREDR not connecting

am: 3dcc281b

Change-Id: Iab8c43982daa098f4587ffd9fda282f499af1df4
parents 7d7180c1 3dcc281b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ void btif_gattc_open_impl(int client_if, BD_ADDR address, bool is_direct,
        break;

      case BT_DEVICE_TYPE_DUMO:
        if (transport == GATT_TRANSPORT_LE)
        if (transport_p == GATT_TRANSPORT_LE)
          transport = BTA_GATT_TRANSPORT_LE;
        else
          transport = BTA_GATT_TRANSPORT_BR_EDR;