blob: 2ddd4f5b079e879f12b6af6280f4f1abfde6d082 [file] [log] [blame]
package lib
import "github.com/go-ble/ble"
// Private 128-bit UUIDs, which avoids the base of pre-defined 16/32-bits UUIDS
// xxxxxxxx-0000-1000-8000-00805F9B34FB [Vol 3, Part B, 2.5.1].
var (
TestSvcUUID = ble.MustParse("00010000-0001-1000-8000-00805F9B34FB")
CountCharUUID = ble.MustParse("00010000-0002-1000-8000-00805F9B34FB")
EchoCharUUID = ble.MustParse("00020000-0002-1000-8000-00805F9B34FB")
)