You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PatientApp-KKUMC/lib/uitl/ble_utils.dart

10 lines
411 B
Dart

class BLEUtils {
//Blood Pressure
static const String BLOOD_PRESSURE_SERVICE = "0000fff0-0000-1000-8000-00805f9b34fb";
static const String BLOOD_PRESSURE_CHARACTERISTIC = "0000fff4-0000-1000-8000-00805f9b34fb";
//Temperature
static const String TEMPERATURE_SERVICE = "00001809-0000-1000-8000-00805f9b34fb";
static const String TEMPERATURE_CHARACTERISTIC = "00002a1c-0000-1000-8000-00805f9b34fb";
}