Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s36.overlay22 * be connected to various voltages to observe the change in reading.
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.h52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
DKconfig90 bool "Use path matching as fallback for cancel-observe"
93 implementations to implement cancel-observe by specifying the resource
94 path rather than the token of the original observe request. Without
95 this option, cancel-observe may not work properly when connecting to
325 added to the observe notification list.
Dlwm2m_observation.c1386 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept, in lwm2m_engine_observation_handler() argument
1391 if (observe == 0) { in lwm2m_engine_observation_handler()
1409 } else if (observe == 1) { in lwm2m_engine_observation_handler()
Dlwm2m_message_handling.c2314 int observe = -1; /* default to -1, 0 = ENABLE, 1 = DISABLE */ in handle_request() local
2443 observe = coap_get_option_int(msg->in.in_cpkt, COAP_OPTION_OBSERVE); in handle_request()
2450 observe = coap_get_option_int(msg->in.in_cpkt, COAP_OPTION_OBSERVE); in handle_request()
2521 if (observe >= 0) { in handle_request()
2531 r = lwm2m_engine_observation_handler(msg, observe, accept, in handle_request()
2540 r = lwm2m_engine_observation_handler(msg, observe, accept, in handle_request()
/Zephyr-latest/samples/net/sockets/packet/
DREADME.rst21 packet every 5 seconds. You can use Wireshark to observe these
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst153 You should observe the following in the original ``hello/server`` terminal:
172 You should observe the following in the original ``hello/server`` terminal.
210 You should observe the following in the original ``hello_server`` terminal:
/Zephyr-latest/samples/boards/st/power_mgmt/adc/
DREADME.rst42 On STM32WB, we can observe a power consumption of about 25µA with both kconfig
/Zephyr-latest/tests/benchmarks/posix/threads/
DREADME.rst26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py527 leshan.observe(endpoint, '3/0/7')
549 leshan.observe(endpoint, '3/0/7')
550 leshan.observe(endpoint, '3/0/8')
568 leshan.observe(endpoint, '3/0/7')
569 leshan.observe(endpoint, '3/0/8')
Dleshan.py392 def observe(self, endpoint: str, path: str): member in Leshan
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst77 - Reboot, then observe Zephyr log output via ISH UART0.
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst53 After programming the sample to your board, you should observe a hello world
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst29 configured to observe your available firmware revisions on the Golioth Cloud.
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst17 from shared memory and local system tick updated by the offset. User can observe
/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst16 Within the sample, user may observe how read/write/erase operations
/Zephyr-latest/boards/ezurio/bl654_usb/doc/
Dbl654_usb.rst146 When this command exits, observe the blue LED on the board blinking.
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst133 The CoAP server provides logic for parsing observe requests and stores these using the runtime data
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/
Dindex.rst179 Flash the board, reset and observe the following messages on the selected
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst273 The device can be reset remotely to observe (use the console output) how MCUboot swaps the images,
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c971 int observe = 0; in ZTEST() local
981 r = coap_append_option_int(&req, COAP_OPTION_OBSERVE, observe); in ZTEST()
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst165 When this command exits, observe the green LED on the board blinking,
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst633 observe APIs.
659 * Added observe callback for observe and notification events.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst186 To maintain consistency between all connectivity implementations, observe the following guidelines …

12