Home
last modified time | relevance | path

Searched refs:SECURE_NETWORK_BEACON_INTERVAL_MAX_MS (Results 1 – 1 of 1) sorted by relevance

/btstack/src/mesh/
H A Dbeacon.c67 #define SECURE_NETWORK_BEACON_INTERVAL_MAX_MS 600000 macro
177 if (new_beacon_interval > SECURE_NETWORK_BEACON_INTERVAL_MAX_MS){ in mesh_secure_network_beacon_update_interval()
178 new_beacon_interval = SECURE_NETWORK_BEACON_INTERVAL_MAX_MS; in mesh_secure_network_beacon_update_interval()
181 new_beacon_interval = SECURE_NETWORK_BEACON_INTERVAL_MAX_MS; in mesh_secure_network_beacon_update_interval()