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

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

Merge "Make GATT client and server assumption about addres type in open identical"

am: 9e194c1c

Change-Id: Id6b33c411fef62eb49df6516cbf2184c492ba387
parents 4d1e8210 9e194c1c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -315,10 +315,6 @@ static void btif_gatts_open_impl(int server_if, bt_bdaddr_t address,
        else
          transport = BTA_GATT_TRANSPORT_BR_EDR;
        break;

      default:
        BTIF_TRACE_ERROR("%s: Invalid device type %d", __func__, device_type);
        return;
    }
  }