[riot-notifications] [RIOT-OS/RIOT] sys/nimble_autoadv: add new module (#13425)
Francisco
notifications at github.com
Tue Nov 3 16:12:12 CET 2020
@fjmolinas commented on this pull request.
> +*/
+#ifndef NIMBLE_AUTOADV_DEVICE_NAME
+ #define NIMBLE_AUTOADV_DEVICE_NAME NULL
+#endif
+
+/**
+* @brief If an application is calling functions from nimble, e.g.
+ * ble_svc_gap_device_name_set(), NIMBLE_AUTOADV_START_MANUALLY should
+ * be set to 1 and then the application should call
+ * nimble_autoadv_start() after all of its nimble calls to prevent
+ * errors like BLE_HS_EBUSY.
+ *
+ * Defined as 0 by default.
+*/
+#ifndef NIMBLE_AUTOADV_START_MANUALLY
+ #define NIMBLE_AUTOADV_START_MANUALLY 0
Never mind saw this is addressed in the follow up.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/13425#discussion_r516740166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/ccca86b3/attachment.htm>
More information about the notifications
mailing list