Searched full:persistence (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 13 They are also responsible for implementing standardized :ref:`persistence and timeout <conn_mgr_con… 190 *Completely implement timeout and persistence* 193 All connectivity implementations must offer complete support for :ref:`timeout and persistence <con… 196 …_timeout_persistence` for a detailed technical discussion on implementing timeouts and persistence. 405 Implementing timeouts and persistence 408 …stence_timeouts` for a high-level description of the expected behavior of timeouts and persistence. 420 … must manually cancel such attempts when they are in conflict with timeout or persistence settings. 424 …ology automatically attempts to reconnect after losing connection, and persistence is disabled for… 434 …nology is not persistent, you must manually trigger reconnect attempts when persistence is enabled. 449 For instance, after a sub-attempt failure, persistence being disabled should not prevent further su… [all …]
|
D | main.rst | 218 * Standardized :ref:`persistence and timeout <conn_mgr_control_persistence_timeouts>` behaviors dur… 268 Depending on whether :ref:`persistence <conn_mgr_control_persistence>` is set, the iface may then a… 278 A new connection attempt will not be initiated, regardless of whether persistence is enabled. 282 Timeouts and Persistence 288 * :ref:`Connection persistence <conn_mgr_control_persistence>` 311 Connection Persistence argument 314 Each iface also has a connection persistence setting that you can enable or disable by setting the … 318 If persistence is enabled, any unintentional connection loss will initiate a new connection attempt… 323 Persistence not does affect connection attempt behavior.
|
/Zephyr-latest/dts/bindings/led/ |
D | pwm-leds.yaml | 20 persistence time of the human eye). Typical values for the PWM period
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tsl2540.h | 27 /* Sensor ALS interrupt persistence filters */
|
D | scd4x.h | 71 * should only be sent when persistence is required and if actual changes to the configuration have
|
D | veml7700.h | 62 * @brief VEML7700 ALS interrupt persistence protect number options.
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 779 /* Try setting persistence flag */ in ZTEST() 781 "Setting persistence flag should succeed for ifa1"); in ZTEST() 785 "Persistence should be set for ifa1"); in ZTEST() 789 "Persistence flag set should affect conn struct"); in ZTEST() 802 "Persistence flag set should affect conn struct"); in ZTEST() 804 /* Try unsetting persistence flag */ in ZTEST() 806 "Unsetting persistence flag should succeed for ifa1"); in ZTEST() 810 "Persistence should be unset for ifa1"); in ZTEST() 814 "Persistence flag unset should affect conn struct"); in ZTEST() 838 "Setting persistence flag should fail for ifnull"); in ZTEST() [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | vishay,vcnl36825t.yaml | 123 int-smart-persistence: 126 Activates "smart persistence" feature, aimed to reduce total reaction time
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/ |
D | sol_replay.sh | 7 ## Test persistence of Proxy Solicitation replay protection list
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | isl29035_trigger.c | 180 /* set interrupt persistence */ in isl29035_init_interrupt() 185 LOG_DBG("Failed to set interrupt persistence cycles."); in isl29035_init_interrupt()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 7 # Test Node Composition Refresh procedure with persistence storage:
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.h | 84 /* Persistence Filters */
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | conn_mgr_connectivity.c | 87 * persistence is disabled. To ensure conn_mgr_conn_if_auto_admin_down is called in all in conn_mgr_if_disconnect() 88 * cases, we must call it directly from here. If persistence is disabled, this will result in conn_mgr_if_disconnect()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | mosquitto.conf | 405 # Persistence 408 # If persistence is enabled, save the in-memory database to disk 409 # every autosave_interval seconds. If set to 0, the persistence 412 # Note that writing of the persistence database can be forced by 428 #persistence false
|
/Zephyr-latest/include/zephyr/settings/ |
D | settings.h | 263 * Load serialized items from registered persistence sources. Handlers for 272 * Load limited set of serialized items from registered persistence sources.
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.c | 310 LOG_ERR("Failed to setup interrupt persistence filter"); in tsl2540_init()
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_connectivity_impl.h | 192 * timeout, even if persistence is enabled.
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 339 LOG_ERR("Interrupt persistence not set"); in apds9960_sensor_setup()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 1159 TEST_CASE(tester, persistence, "Tester node: test persistence of subnet bridge states"),
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1169 persistance||persistence
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 208 * copied if persistence is wanted.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 2378 LOG_WRN("CDP%d is larger than the CDP persistence buffer. " in bt_mesh_comp_store() 2379 "Please increase the CDP persistence buffer size " in bt_mesh_comp_store()
|
D | Kconfig | 808 int "Composition Data Page persistence buffer size"
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1996 /** @brief Persistence flag
|