/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 10 # With a separate scanner device, observe PB-GATT beacons being sent 13 # With a separate scanner device, observe GATT Proxy beacons being sent 16 # With the separate scanner, observe that the GATT Proxy beacons are not interrupted. 19 # With the separate scanner, observe that the submitted buffer is transmitted 20 # at least 6 times. Then, observe GATT Proxy beacons resuming.
|
/Zephyr-latest/tests/net/lib/prometheus/histogram/src/ |
D | main.c | 17 * @details The test shall observe the histogram value by 1 and check if the 20 * @details The test shall observe the histogram value by 2 and check if the
|
/Zephyr-latest/tests/net/lib/prometheus/summary/src/ |
D | main.c | 17 * @details The test shall observe the histogram value by 1 and check if the 20 * @details The test shall observe the histogram value by 2 and check if the
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | histogram.h | 98 * @brief Observe a value in a Prometheus histogram metric 102 * @param histogram Pointer to the histogram metric to observe. 103 * @param value Value to observe in the histogram metric.
|
D | summary.h | 106 * @param summary Pointer to the summary metric to observe. 107 * @param value Value to observe in the summary metric.
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 39 2. Observe that the device connects. 43 3. Observe that the ISO channel is connected
|
/Zephyr-latest/samples/bluetooth/iso_peripheral/ |
D | README.rst | 34 2. Observe that the central device connects and sets up an isochronous channel. 40 3. Observe that incoming data is printed.
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s36.overlay | 22 * be connected to various voltages to observe the change in reading.
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | README.rst | 21 packet every 5 seconds. You can use Wireshark to observe these
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | zephyr,sdhc-spi-slot.yaml | 14 if you observe issues initializing your card.
|
/Zephyr-latest/samples/boards/st/power_mgmt/adc/ |
D | README.rst | 42 On STM32WB, we can observe a power consumption of about 25µA with both kconfig
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 90 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 266 OBSERVE and NOTIFY events) 325 added to the observe notification list.
|
D | lwm2m_observation.h | 52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 183 |LightweightM2M-1.1-int-303 - Cancel observations using Observe with Cancel parameter|:white_check_… 184 |LightweightM2M-1.1-int-304 - Observe-Composite Operation |:white_check_mark:| | 188 |LightweightM2M-1.1-int-308 - Observe-Composite and Creating Object Instance|:white_check_mark:|[~~… 189 |LightweightM2M-1.1-int-309 - Observe-Composite and Deleting Object Instance|:white_check_mark:|[~~… 190 |LightweightM2M-1.1-int-310 - Observe-Composite and modification of parameter values|:white_check_m…
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 392 def observe(self, endpoint: str, path: str): member in Leshan 393 return self.post(f'/clients/{endpoint}/{path}/observe', data="") 396 return self.delete_raw(f'/clients/{endpoint}/{path}/observe?active') 399 return self.delete_raw(f'/clients/{endpoint}/{path}/observe') 403 …resp = self._s.post(f'{self.api_url}/clients/{endpoint}/composite/observe', params=parameters, tim… 409 …return self.delete_raw(f'/clients/{endpoint}/composite/observe?paths=' + ','.join(paths) + '&activ… 413 return self.delete_raw(f'/clients/{endpoint}/composite/observe?paths=' + ','.join(paths))
|
D | test_lwm2m.py | 527 leshan.observe(endpoint, '3/0/7') 549 leshan.observe(endpoint, '3/0/7') 550 leshan.observe(endpoint, '3/0/8') 567 """LightweightM2M-1.1-int-303 - Cancel observations using Observe with Cancel parameter""" 568 leshan.observe(endpoint, '3/0/7') 569 leshan.observe(endpoint, '3/0/8') 585 """LightweightM2M-1.1-int-304 - Observe-Composite Operation""" 645 """LightweightM2M-1.1-int-308 - Observe-Composite and Creating Object Instance""" 687 """LightweightM2M-1.1-int-309 - Observe-Composite and Deleting Object Instance""" 730 """LightweightM2M-1.1-int-310 - Observe-Composite and modification of parameter values"""
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 153 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/nordic/nrf53_sync_rtc/ |
D | README.rst | 17 from shared memory and local system tick updated by the offset. User can observe 75 Observe that initially logging timestamps for the corresponding events on both cores
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_client.h | 102 /* For GETs with observe option set */ 154 * This is intended for canceling long-running requests (e.g. GETs with the OBSERVE option set)
|
D | coap_service.h | 264 * @brief Parse a CoAP observe request for the provided @p resource . 268 * If the observe option value is equal to 0, an observer will be added, if the value is equal 274 * @return the observe option value in case of success or negative in case of error.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/src/ |
D | main.c | 182 * - observe "Assertion failed at..." in ZTEST() 186 * - observe "..FAILED : Timeout" in ZTEST()
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 53 After programming the sample to your board, you should observe a hello world
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mem.h | 22 * For ANDing of ~3: We observe y & (~3) == (y>>2)<<2, and we recognize
|