i'm using ionic2 framework with BLE plugin to connect nordicsemi devices. i can scan and see the list of devices and also connect to the device , but for reading and writing on device i need serviceUUID and characteristicUUID , below is the signature of read method in ble :
read(deviceId, serviceUUID, characteristicUUID)
and this is the documentation of read and i don't know what string show i pass to read method for reading and writing on device thanks