bluetooth/service_uuids.go

353 lines
17 KiB
Go
Raw Normal View History

// Code generated by bin/gen-service-uuids; DO NOT EDIT.
2022-12-21 21:32:20 +03:00
// This file was generated on 2022-12-21 19:21:51.011665984 +0100 CET m=+0.000615122 using the list of standard service UUIDs from
// https://github.com/NordicSemiconductor/bluetooth-numbers-database/blob/master/v1/service_uuids.json
package bluetooth
var (
2022-12-21 21:32:20 +03:00
// ServiceUUIDExperimentalButtonlessDFU - Experimental Buttonless DFU Service
2023-12-25 16:35:49 +03:00
ServiceUUIDExperimentalButtonlessDFU = NewUUID([16]byte{0x8e, 0x40, 0x00, 0x01, 0xf3, 0x15, 0x4f, 0x60, 0x9f, 0xb8, 0x83, 0x88, 0x30, 0xda, 0xea, 0x50})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitTemperature - Adafruit Temperature Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitTemperature = NewUUID([16]byte{0xad, 0xaf, 0x01, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitHumidity - Adafruit Humidity Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitHumidity = NewUUID([16]byte{0xad, 0xaf, 0x07, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDUserData - User Data
ServiceUUIDUserData = New16BitUUID(0x181C)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAudioStreamControl - Audio Stream Control
ServiceUUIDAudioStreamControl = New16BitUUID(0x184E)
2022-12-21 21:32:20 +03:00
// ServiceUUIDSMP - SMP Service
2023-12-25 16:35:49 +03:00
ServiceUUIDSMP = NewUUID([16]byte{0x8d, 0x53, 0xdc, 0x1d, 0x1d, 0xb7, 0x4c, 0xd3, 0x86, 0x8b, 0x8a, 0x52, 0x74, 0x60, 0xaa, 0x84})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitSound - Adafruit Sound Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitSound = NewUUID([16]byte{0xad, 0xaf, 0x0b, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDPulseOximeter - Pulse Oximeter Service
ServiceUUIDPulseOximeter = New16BitUUID(0x1822)
2022-12-21 21:32:20 +03:00
// ServiceUUIDEddystoneConfiguration - Eddystone Configuration Service
2023-12-25 16:35:49 +03:00
ServiceUUIDEddystoneConfiguration = NewUUID([16]byte{0xa3, 0xc8, 0x75, 0x00, 0x8e, 0xd3, 0x4b, 0xdf, 0x8a, 0x39, 0xa0, 0x1b, 0xeb, 0xed, 0xe2, 0x95})
2022-12-21 21:32:20 +03:00
// ServiceUUIDLocationAndNavigation - Location and Navigation
ServiceUUIDLocationAndNavigation = New16BitUUID(0x1819)
2022-12-21 21:32:20 +03:00
// ServiceUUIDMediaControl - Media Control
ServiceUUIDMediaControl = New16BitUUID(0x1848)
2022-12-21 21:32:20 +03:00
// ServiceUUIDGenericMediaControl - Generic Media Control
ServiceUUIDGenericMediaControl = New16BitUUID(0x1849)
// ServiceUUIDSignifyNetherlandsBVFormerlyPhilipsLighting - Signify Netherlands B.V. (formerly Philips Lighting) Service
ServiceUUIDSignifyNetherlandsBVFormerlyPhilipsLighting = New16BitUUID(0xFE0F)
// ServiceUUIDPhilipsHueLightControl - Philips Hue Light Control Service
2023-12-25 16:35:49 +03:00
ServiceUUIDPhilipsHueLightControl = NewUUID([16]byte{0x93, 0x2c, 0x32, 0xbd, 0x00, 0x00, 0x47, 0xa2, 0x83, 0x5a, 0xa8, 0xd4, 0x55, 0xb8, 0x59, 0xdd})
2022-12-21 21:32:20 +03:00
// ServiceUUIDThingyUI - Thingy UI Service
2023-12-25 16:35:49 +03:00
ServiceUUIDThingyUI = NewUUID([16]byte{0xef, 0x68, 0x03, 0x00, 0x9b, 0x35, 0x49, 0x33, 0x9b, 0x10, 0x52, 0xff, 0xa9, 0x74, 0x00, 0x42})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAlertNotification - Alert Notification Service
ServiceUUIDAlertNotification = New16BitUUID(0x1811)
// ServiceUUIDEnvironmentalSensing - Environmental Sensing
ServiceUUIDEnvironmentalSensing = New16BitUUID(0x181A)
2022-12-21 21:32:20 +03:00
// ServiceUUIDGenericTelephoneBearer - Generic Telephone Bearer
ServiceUUIDGenericTelephoneBearer = New16BitUUID(0x184C)
// ServiceUUIDGenericAttribute - Generic Attribute
ServiceUUIDGenericAttribute = New16BitUUID(0x1801)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitMagnetometer - Adafruit Magnetometer Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitMagnetometer = NewUUID([16]byte{0xad, 0xaf, 0x05, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMicrophoneControl - Microphone Control
ServiceUUIDMicrophoneControl = New16BitUUID(0x184D)
2022-12-21 21:32:20 +03:00
// ServiceUUIDLEGOWirelessProtocolV3Bootloader - LEGO® Wireless Protocol v3 Bootloader Service
2023-12-25 16:35:49 +03:00
ServiceUUIDLEGOWirelessProtocolV3Bootloader = NewUUID([16]byte{0x00, 0x00, 0x16, 0x25, 0x12, 0x12, 0xef, 0xde, 0x16, 0x23, 0x78, 0x5f, 0xea, 0xbc, 0xd1, 0x23})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitColor - Adafruit Color Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitColor = NewUUID([16]byte{0xad, 0xaf, 0x0a, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMeshProvisioning - Mesh Provisioning Service
ServiceUUIDMeshProvisioning = New16BitUUID(0x1827)
// ServiceUUIDTransportDiscovery - Transport Discovery
ServiceUUIDTransportDiscovery = New16BitUUID(0x1824)
// ServiceUUIDAppleReserved1 - Apple Reserved Service 1
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleReserved1 = NewUUID([16]byte{0x7d, 0xfc, 0x60, 0x00, 0x7d, 0x1c, 0x49, 0x51, 0x86, 0xaa, 0x8d, 0x97, 0x28, 0xf8, 0xd6, 0x6c})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAppleReserved2 - Apple Reserved Service 2
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleReserved2 = NewUUID([16]byte{0x7d, 0xfc, 0x70, 0x00, 0x7d, 0x1c, 0x49, 0x51, 0x86, 0xaa, 0x8d, 0x97, 0x28, 0xf8, 0xd6, 0x6c})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAppleReserved3 - Apple Reserved Service 3
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleReserved3 = NewUUID([16]byte{0x7d, 0xfc, 0x80, 0x00, 0x7d, 0x1c, 0x49, 0x51, 0x86, 0xaa, 0x8d, 0x97, 0x28, 0xf8, 0xd6, 0x6c})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAppleReserved4 - Apple Reserved Service 4
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleReserved4 = NewUUID([16]byte{0x7d, 0xfc, 0x90, 0x00, 0x7d, 0x1c, 0x49, 0x51, 0x86, 0xaa, 0x8d, 0x97, 0x28, 0xf8, 0xd6, 0x6c})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitButton - Adafruit Button Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitButton = NewUUID([16]byte{0xad, 0xaf, 0x06, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMemfaultDiagnostic - Memfault Diagnostic Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMemfaultDiagnostic = NewUUID([16]byte{0x54, 0x22, 0x00, 0x00, 0xf6, 0xa5, 0x40, 0x07, 0xa3, 0x71, 0x72, 0x2f, 0x4e, 0xbd, 0x84, 0x36})
2022-12-21 21:32:20 +03:00
// ServiceUUIDScanParameters - Scan Parameters
ServiceUUIDScanParameters = New16BitUUID(0x1813)
// ServiceUUIDCoordinatedSetIdentification - Coordinated Set Identification
ServiceUUIDCoordinatedSetIdentification = New16BitUUID(0x1846)
// ServiceUUIDMicrobitAccelerometer - micro:bit Accelerometer Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitAccelerometer = NewUUID([16]byte{0xe9, 0x5d, 0x07, 0x53, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMicrobitEvent - micro:bit Event Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitEvent = NewUUID([16]byte{0xe9, 0x5d, 0x93, 0xaf, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDThingySound - Thingy Sound Service
2023-12-25 16:35:49 +03:00
ServiceUUIDThingySound = NewUUID([16]byte{0xef, 0x68, 0x05, 0x00, 0x9b, 0x35, 0x49, 0x33, 0x9b, 0x10, 0x52, 0xff, 0xa9, 0x74, 0x00, 0x42})
// ServiceUUIDImmediateAlert - Immediate Alert
ServiceUUIDImmediateAlert = New16BitUUID(0x1802)
2022-12-21 21:32:20 +03:00
// ServiceUUIDBroadcastAudioScan - Broadcast Audio Scan
ServiceUUIDBroadcastAudioScan = New16BitUUID(0x184F)
// ServiceUUIDInsulinDelivery - Insulin Delivery
ServiceUUIDInsulinDelivery = New16BitUUID(0x183A)
2022-12-21 21:32:20 +03:00
// ServiceUUIDVolumeControl - Volume Control
ServiceUUIDVolumeControl = New16BitUUID(0x1844)
// ServiceUUIDMicrobitMagnetometer - micro:bit Magnetometer Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitMagnetometer = NewUUID([16]byte{0xe9, 0x5d, 0xf2, 0xd8, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMicrobitLED - micro:bit LED Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitLED = NewUUID([16]byte{0xe9, 0x5d, 0xd9, 0x1d, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDFileTransferByAdafruit - File Transfer Service by Adafruit
ServiceUUIDFileTransferByAdafruit = New16BitUUID(0xFEBB)
// ServiceUUIDCommonAudio - Common Audio
ServiceUUIDCommonAudio = New16BitUUID(0x1853)
// ServiceUUIDHearingAccess - Hearing Access
ServiceUUIDHearingAccess = New16BitUUID(0x1854)
// ServiceUUIDBodyComposition - Body Composition
ServiceUUIDBodyComposition = New16BitUUID(0x181B)
// ServiceUUIDPhysicalActivityMonitor - Physical Activity Monitor
ServiceUUIDPhysicalActivityMonitor = New16BitUUID(0x183E)
// ServiceUUIDFastPair - Fast Pair Service
ServiceUUIDFastPair = New16BitUUID(0xFE2C)
// ServiceUUIDAdafruitGyroscope - Adafruit Gyroscope Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitGyroscope = NewUUID([16]byte{0xad, 0xaf, 0x04, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitProximity - Adafruit Proximity Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitProximity = NewUUID([16]byte{0xad, 0xaf, 0x0e, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDTelephoneBearer - Telephone Bearer
ServiceUUIDTelephoneBearer = New16BitUUID(0x184B)
// ServiceUUIDNordicLEDAndButton - Nordic LED and Button Service
2023-12-25 16:35:49 +03:00
ServiceUUIDNordicLEDAndButton = NewUUID([16]byte{0x00, 0x00, 0x15, 0x23, 0x12, 0x12, 0xef, 0xde, 0x15, 0x23, 0x78, 0x5f, 0xea, 0xbc, 0xd1, 0x23})
2022-12-21 21:32:20 +03:00
// ServiceUUIDInternetProtocolSupport - Internet Protocol Support Service
ServiceUUIDInternetProtocolSupport = New16BitUUID(0x1820)
2022-12-21 21:32:20 +03:00
// ServiceUUIDPublishedAudioCapabilities - Published Audio Capabilities
ServiceUUIDPublishedAudioCapabilities = New16BitUUID(0x1850)
2022-12-21 21:32:20 +03:00
// ServiceUUIDNordicUART - Nordic UART Service
2023-12-25 16:35:49 +03:00
ServiceUUIDNordicUART = NewUUID([16]byte{0x6e, 0x40, 0x00, 0x01, 0xb5, 0xa3, 0xf3, 0x93, 0xe0, 0xa9, 0xe5, 0x0e, 0x24, 0xdc, 0xca, 0x9e})
2022-12-21 21:32:20 +03:00
// ServiceUUIDExposureNotification - Exposure Notification Service
ServiceUUIDExposureNotification = New16BitUUID(0xFD6F)
2022-12-21 21:32:20 +03:00
// ServiceUUIDEddystone - Eddystone
ServiceUUIDEddystone = New16BitUUID(0xFEAA)
// ServiceUUIDNextDSTChange - Next DST Change Service
ServiceUUIDNextDSTChange = New16BitUUID(0x1807)
2022-12-21 21:32:20 +03:00
// ServiceUUIDRunningSpeedAndCadence - Running Speed and Cadence
ServiceUUIDRunningSpeedAndCadence = New16BitUUID(0x1814)
2022-12-21 21:32:20 +03:00
// ServiceUUIDConstantToneExtension - Constant Tone Extension
ServiceUUIDConstantToneExtension = New16BitUUID(0x184A)
2022-12-21 21:32:20 +03:00
// ServiceUUIDThingyWeatherStation - Thingy Weather Station Service
2023-12-25 16:35:49 +03:00
ServiceUUIDThingyWeatherStation = NewUUID([16]byte{0xef, 0x68, 0x02, 0x00, 0x9b, 0x35, 0x49, 0x33, 0x9b, 0x10, 0x52, 0xff, 0xa9, 0x74, 0x00, 0x42})
2022-12-21 21:32:20 +03:00
// ServiceUUIDHealthThermometer - Health Thermometer
ServiceUUIDHealthThermometer = New16BitUUID(0x1809)
// ServiceUUIDHumanInterfaceDevice - Human Interface Device
ServiceUUIDHumanInterfaceDevice = New16BitUUID(0x1812)
// ServiceUUIDCyclingPower - Cycling Power
ServiceUUIDCyclingPower = New16BitUUID(0x1818)
// ServiceUUIDReconnectionConfiguration - Reconnection Configuration
ServiceUUIDReconnectionConfiguration = New16BitUUID(0x1829)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitQuaternion - Adafruit Quaternion Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitQuaternion = NewUUID([16]byte{0xad, 0xaf, 0x0d, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDMeshProxy - Mesh Proxy Service
ServiceUUIDMeshProxy = New16BitUUID(0x1828)
2022-12-21 21:32:20 +03:00
// ServiceUUIDThingyMotion - Thingy Motion Service
2023-12-25 16:35:49 +03:00
ServiceUUIDThingyMotion = NewUUID([16]byte{0xef, 0x68, 0x04, 0x00, 0x9b, 0x35, 0x49, 0x33, 0x9b, 0x10, 0x52, 0xff, 0xa9, 0x74, 0x00, 0x42})
2022-12-21 21:32:20 +03:00
// ServiceUUIDIndoorPositioning - Indoor Positioning
ServiceUUIDIndoorPositioning = New16BitUUID(0x1821)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitAddressable - Adafruit Addressable Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitAddressable = NewUUID([16]byte{0xad, 0xaf, 0x09, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDBloodPressure - Blood Pressure
ServiceUUIDBloodPressure = New16BitUUID(0x1810)
// ServiceUUIDCurrentTime - Current Time Service
ServiceUUIDCurrentTime = New16BitUUID(0x1805)
// ServiceUUIDPhoneAlertStatus - Phone Alert Status Service
ServiceUUIDPhoneAlertStatus = New16BitUUID(0x180E)
// ServiceUUIDWeightScale - Weight Scale
ServiceUUIDWeightScale = New16BitUUID(0x181D)
2022-12-21 21:32:20 +03:00
// ServiceUUIDBinarySensor - Binary Sensor
ServiceUUIDBinarySensor = New16BitUUID(0x183B)
2022-12-21 21:32:20 +03:00
// ServiceUUIDDeviceTime - Device Time
ServiceUUIDDeviceTime = New16BitUUID(0x1847)
2022-12-21 21:32:20 +03:00
// ServiceUUIDBroadcastAudioAnnouncement - Broadcast Audio Announcement
ServiceUUIDBroadcastAudioAnnouncement = New16BitUUID(0x1852)
2022-12-21 21:32:20 +03:00
// ServiceUUIDMicrobitDFUControl - micro:bit DFU Control Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitDFUControl = NewUUID([16]byte{0xe9, 0x5d, 0x93, 0xb0, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDBondManagement - Bond Management Service
ServiceUUIDBondManagement = New16BitUUID(0x181E)
// ServiceUUIDLinkLoss - Link Loss
ServiceUUIDLinkLoss = New16BitUUID(0x1803)
// ServiceUUIDAdafruitAccelerometer - Adafruit Accelerometer Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitAccelerometer = NewUUID([16]byte{0xad, 0xaf, 0x02, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDReferenceTimeUpdate - Reference Time Update Service
ServiceUUIDReferenceTimeUpdate = New16BitUUID(0x1806)
// ServiceUUIDTxPower - Tx Power
ServiceUUIDTxPower = New16BitUUID(0x1804)
// ServiceUUIDMicrobitTemperature - micro:bit Temperature Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitTemperature = NewUUID([16]byte{0xe9, 0x5d, 0x61, 0x00, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDCyclingSpeedAndCadence - Cycling Speed and Cadence
ServiceUUIDCyclingSpeedAndCadence = New16BitUUID(0x1816)
// ServiceUUIDDeviceInformation - Device Information
ServiceUUIDDeviceInformation = New16BitUUID(0x180A)
// ServiceUUIDTMAS - TMAS
ServiceUUIDTMAS = New16BitUUID(0x1855)
// ServiceUUIDMicrobitButton - micro:bit Button Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitButton = NewUUID([16]byte{0xe9, 0x5d, 0x98, 0x82, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
// ServiceUUIDMicrobitIOPin - micro:bit IO Pin Service
2023-12-25 16:35:49 +03:00
ServiceUUIDMicrobitIOPin = NewUUID([16]byte{0xe9, 0x5d, 0x12, 0x7b, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAutomationIO - Automation IO
ServiceUUIDAutomationIO = New16BitUUID(0x1815)
2022-12-21 21:32:20 +03:00
// ServiceUUIDGlucose - Glucose
ServiceUUIDGlucose = New16BitUUID(0x1808)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAppleMedia - Apple Media Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleMedia = NewUUID([16]byte{0x89, 0xd3, 0x50, 0x2b, 0x0f, 0x36, 0x43, 0x3a, 0x8e, 0xf4, 0xc5, 0x02, 0xad, 0x55, 0xf8, 0xdc})
2022-12-21 21:32:20 +03:00
// ServiceUUIDEdgeImpulseRemoteManagement - Edge Impulse Remote Management Service
2023-12-25 16:35:49 +03:00
ServiceUUIDEdgeImpulseRemoteManagement = NewUUID([16]byte{0xe2, 0xa0, 0x00, 0x01, 0xec, 0x31, 0x4e, 0xc3, 0xa9, 0x7a, 0x1c, 0x34, 0xd8, 0x7e, 0x98, 0x78})
2022-12-21 21:32:20 +03:00
// ServiceUUIDHeartRate - Heart Rate
ServiceUUIDHeartRate = New16BitUUID(0x180D)
// ServiceUUIDPhilipsHueLightUpdate - Philips Hue Light Update Service
2023-12-25 16:35:49 +03:00
ServiceUUIDPhilipsHueLightUpdate = NewUUID([16]byte{0xb8, 0x84, 0x3a, 0xdd, 0x00, 0x00, 0x4a, 0xa1, 0x87, 0x94, 0xc3, 0xf4, 0x62, 0x03, 0x0b, 0xda})
2022-12-21 21:32:20 +03:00
// ServiceUUIDLegacyDFU - Legacy DFU Service
2023-12-25 16:35:49 +03:00
ServiceUUIDLegacyDFU = NewUUID([16]byte{0x00, 0x00, 0x15, 0x30, 0x12, 0x12, 0xef, 0xde, 0x15, 0x23, 0x78, 0x5f, 0xea, 0xbc, 0xd1, 0x23})
2022-12-21 21:32:20 +03:00
// ServiceUUIDLEGOWirelessProtocolV3Hub - LEGO® Wireless Protocol v3 Hub Service
2023-12-25 16:35:49 +03:00
ServiceUUIDLEGOWirelessProtocolV3Hub = NewUUID([16]byte{0x00, 0x00, 0x16, 0x23, 0x12, 0x12, 0xef, 0xde, 0x16, 0x23, 0x78, 0x5f, 0xea, 0xbc, 0xd1, 0x23})
2022-12-21 21:32:20 +03:00
// ServiceUUIDTexasInstrumentsOvertheAirDownloadOAD - Texas Instruments Over-the-Air Download (OAD) Service
2023-12-25 16:35:49 +03:00
ServiceUUIDTexasInstrumentsOvertheAirDownloadOAD = NewUUID([16]byte{0xf0, 0x00, 0xff, 0xc0, 0x04, 0x51, 0x40, 0x00, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
2022-12-21 21:32:20 +03:00
// ServiceUUIDHeliumHotspotCustom - Helium Hotspot Custom Service
2023-12-25 16:35:49 +03:00
ServiceUUIDHeliumHotspotCustom = NewUUID([16]byte{0x0f, 0xda, 0x92, 0xb2, 0x44, 0xa2, 0x4a, 0xf2, 0x84, 0xf5, 0xfa, 0x68, 0x2b, 0xaa, 0x2b, 0x8d})
2022-12-21 21:32:20 +03:00
// ServiceUUIDObjectTransfer - Object Transfer Service
ServiceUUIDObjectTransfer = New16BitUUID(0x1825)
// ServiceUUIDBasicAudioAnnouncement - Basic Audio Announcement
ServiceUUIDBasicAudioAnnouncement = New16BitUUID(0x1851)
// ServiceUUIDEmergencyConfiguration - Emergency Configuration
ServiceUUIDEmergencyConfiguration = New16BitUUID(0x183C)
// ServiceUUIDVolumeOffsetControl - Volume Offset Control
ServiceUUIDVolumeOffsetControl = New16BitUUID(0x1845)
// ServiceUUIDThingyConfiguration - Thingy Configuration Service
2023-12-25 16:35:49 +03:00
ServiceUUIDThingyConfiguration = NewUUID([16]byte{0xef, 0x68, 0x01, 0x00, 0x9b, 0x35, 0x49, 0x33, 0x9b, 0x10, 0x52, 0xff, 0xa9, 0x74, 0x00, 0x42})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitLight - Adafruit Light Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitLight = NewUUID([16]byte{0xad, 0xaf, 0x03, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitBarometric - Adafruit Barometric Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitBarometric = NewUUID([16]byte{0xad, 0xaf, 0x08, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDAdafruitTone - Adafruit Tone Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAdafruitTone = NewUUID([16]byte{0xad, 0xaf, 0x0c, 0x00, 0xc3, 0x32, 0x42, 0xa8, 0x93, 0xbd, 0x25, 0xe9, 0x05, 0x75, 0x6c, 0xb8})
2022-12-21 21:32:20 +03:00
// ServiceUUIDBattery - Battery Service
ServiceUUIDBattery = New16BitUUID(0x180F)
2022-12-21 21:32:20 +03:00
// ServiceUUIDContinuousGlucoseMonitoring - Continuous Glucose Monitoring
ServiceUUIDContinuousGlucoseMonitoring = New16BitUUID(0x181F)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAudioInputControl - Audio Input Control
ServiceUUIDAudioInputControl = New16BitUUID(0x1843)
2022-12-21 21:32:20 +03:00
// ServiceUUIDAppleNotificationCenter - Apple Notification Center Service
2023-12-25 16:35:49 +03:00
ServiceUUIDAppleNotificationCenter = NewUUID([16]byte{0x79, 0x05, 0xf4, 0x31, 0xb5, 0xce, 0x4e, 0x99, 0xa4, 0x0f, 0x4b, 0x1e, 0x12, 0x2d, 0x00, 0xd0})
2022-12-21 21:32:20 +03:00
// ServiceUUIDGenericAccess - Generic Access
ServiceUUIDGenericAccess = New16BitUUID(0x1800)
2022-12-21 21:32:20 +03:00
// ServiceUUIDFitnessMachine - Fitness Machine
ServiceUUIDFitnessMachine = New16BitUUID(0x1826)
// ServiceUUIDSecureDFU - Secure DFU Service
ServiceUUIDSecureDFU = New16BitUUID(0xFE59)
2022-12-21 21:32:20 +03:00
// ServiceUUIDHTTPProxy - HTTP Proxy
ServiceUUIDHTTPProxy = New16BitUUID(0x1823)
)