diff options
Diffstat (limited to 'system/service/uuid.cpp')
-rw-r--r-- | system/service/uuid.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/service/uuid.cpp b/system/service/uuid.cpp index 13e21a1488..c48ba5e087 100644 --- a/system/service/uuid.cpp +++ b/system/service/uuid.cpp @@ -24,8 +24,8 @@ namespace bluetooth { void Uuid::InitializeDefault() { // Initialize to base bluetooth UUID. - id_ = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, - 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb}; + id_ = {{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, + 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb}}; } Uuid::Uuid() { |