| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| |
| package ble |
| |
| const ( |
| // This uuids are v5 uuid generated out of band. These constants need |
| // to be accessible in all the languages that have a ble implementation |
| InstanceIdUuid = "02ce37dd-7449-5a0a-b1a0-d1bc91ff16cb" // NewAttributeUUID("_instanceid") |
| InstanceNameUuid = "ffbdcff3-e56f-58f0-8c1a-e416c39aac0d" // NewAttributeUUID("_instancename") |
| InterfaceNameUuid = "b2cadfd4-d003-576c-acad-58b8e3a9cbc8" // NewAttributeUUID("_interfacename") |
| AddrsUuid = "ad2566b7-59d8-50ae-8885-222f43f65fdc" // NewAttributeUUID("_addrs") |
| EncryptionUuid = "6286d80a-adaa-519a-8a06-281a4645a607" // NewAttributeUUID("_encryption") |
| ) |