summaryrefslogtreecommitdiff
path: root/src/components/ble/NavigationService.h
diff options
context:
space:
mode:
authorJonathan Vander Mey <jvandermey@evertz.com>2021-07-24 15:07:06 (GMT)
committerJonathan Vander Mey <jvandermey@evertz.com>2021-07-24 15:07:06 (GMT)
commit54ccd2cc072d32563d01080ed21c5fd1bd7a695c (patch)
tree72374e2dc47063ca57f8a5dc6024d48265acc9e6 /src/components/ble/NavigationService.h
parent1ba99d242788b50b26b739d571d4866a6c2d0fed (diff)
Update Navigation UUID documentation
Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md
Diffstat (limited to 'src/components/ble/NavigationService.h')
-rw-r--r--src/components/ble/NavigationService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/NavigationService.h b/src/components/ble/NavigationService.h
index 5aab263..7972308 100644
--- a/src/components/ble/NavigationService.h
+++ b/src/components/ble/NavigationService.h
@@ -26,7 +26,7 @@
#undef max
#undef min
-// c7e60000-78fc-48fe-8e23-433b3a1942d0
+// 00010000-78fc-48fe-8e23-433b3a1942d0
#define NAVIGATION_SERVICE_UUID_BASE \
{ 0xd0, 0x42, 0x19, 0x3a, 0x3b, 0x43, 0x23, 0x8e, 0xfe, 0x48, 0xfc, 0x78, 0x00, 0x00, 0x00, 0x00 }