List<BluetoothData> bluetoothDevices = new ArrayList<>();
BluetoothData bluetoothData = new BluetoothData("E8:EC:A3:01:68:4C", "Bluetooth Device Name");
bluetoothDevices.add(bluetoothData);
DriveKitTripAnalysis.INSTANCE.setBluetoothDevices(bluetoothDevices);