Future<bool> checkPermission() async { return (await Permission.bluetooth.request().isGranted && await Permission.location.request().isGranted); }