Skip to content
Snippets Groups Projects
Commit ddce2958 authored by schneider's avatar schneider Committed by schneider
Browse files

change(ble): Always keep advertising every 500 ms

parent 8f0bc517
No related branches found
No related tags found
1 merge request!95Keep advertising bondable state indefinitely
......@@ -69,7 +69,7 @@ typedef union
/*! configurable parameters for advertising */
static const appAdvCfg_t bleAdvCfg =
{
{60000, 0, 0}, /*! Advertising durations in ms */
{0, 0, 0}, /*! Advertising durations in ms */
{500/0.625, 4000/0.625, 0} /*! Advertising intervals in 0.625 ms units */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment