summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
diff options
context:
space:
mode:
authorJames A. Jerkins <evergreen@jamesjerkinscomputer.com>2021-08-29 15:50:04 -0500
committerJames A. Jerkins <evergreen@jamesjerkinscomputer.com>2021-08-29 15:50:04 -0500
commitbe31f417db1937032ae440e1cf68cb2971284713 (patch)
tree7bf000edece9dcebf1c651cf5c3d84b71aa012ec /src/components/ble/NimbleController.h
parentdf8ea7fe523bb9ec0ac3e24f0b1bebe5743d90cc (diff)
WIP Refactor ble advertising
Refactor ble advertising based on ble standards and conventions. Changes are based on the bleprph example code, bluetooth docs, and nimble docs.
Diffstat (limited to 'src/components/ble/NimbleController.h')
-rw-r--r--src/components/ble/NimbleController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h
index 0cfe983c..078d6158 100644
--- a/src/components/ble/NimbleController.h
+++ b/src/components/ble/NimbleController.h
@@ -101,5 +101,7 @@ namespace Pinetime {
ServiceDiscovery serviceDiscovery;
};
+
+ static NimbleController* nptr;
}
}