Lines Matching full:beacon

72 /** @brief Enable or disable sending of the Secure Network Beacon.
74 * @param beacon New Secure Network Beacon state.
76 void bt_mesh_beacon_set(bool beacon);
78 /** @brief Get the current Secure Network Beacon state.
80 * @returns Whether the Secure Network Beacon feature is enabled.
84 /** @brief Enable or disable sending of the Mesh Private beacon.
86 * Support for the Private beacon state must be enabled with @c
89 * @param priv_beacon New Mesh Private beacon state. Must be one of
93 * @retval 0 Successfully changed the Mesh Private beacon feature state.
94 * @retval -ENOTSUP The Mesh Private beacon feature is not supported.
100 /** @brief Get the current Mesh Private beacon state.
102 * @returns The Mesh Private beacon feature state.
106 /** @brief Set the current Mesh Private beacon update interval.
108 * The Mesh Private beacon's randomization value is updated regularly to
110 * the beacon is updated, in 10 second increments.
112 * @param interval Private beacon update interval in 10 second steps, or 0 to
113 * update on every beacon transmission.
117 /** @brief Get the current Mesh Private beacon update interval.
119 * The Mesh Private beacon's randomization value is updated regularly to
121 * the beacon is updated, in 10 second increments.
123 * @returns The Private beacon update interval in 10 second steps, or 0 if
124 * the beacon is updated every time it's transmitted.
410 * Once started, the Node Identity beacon runs for 60 seconds, or until it is
447 * connect to. Once started, the Node Identity beacon runs for 60 seconds,
453 * GATT Proxy and Private Beacon support must be enabled through