Home
last modified time | relevance | path

Searched full:observe (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/
Dproxy_mixin.sh10 # 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/
Dmain.c17 * @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/
Dmain.c17 * @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/
Dhistogram.h98 * @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.
Dsummary.h106 * @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/
DREADME.rst39 2. Observe that the device connects.
43 3. Observe that the ISO channel is connected
/Zephyr-latest/samples/bluetooth/iso_peripheral/
DREADME.rst34 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/
DREADME.rst21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s36.overlay22 * be connected to various voltages to observe the change in reading.
/Zephyr-latest/samples/net/sockets/packet/
DREADME.rst21 packet every 5 seconds. You can use Wireshark to observe these
/Zephyr-latest/dts/bindings/sdhc/
Dzephyr,sdhc-spi-slot.yaml14 if you observe issues initializing your card.
/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/subsys/net/lib/lwm2m/
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
266 OBSERVE and NOTIFY events)
325 added to the observe notification list.
Dlwm2m_observation.h52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md183 |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/
Dleshan.py392 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))
Dtest_lwm2m.py527 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/
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/nordic/nrf53_sync_rtc/
DREADME.rst17 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/
Dcoap_client.h102 /* For GETs with observe option set */
154 * This is intended for canceling long-running requests (e.g. GETs with the OBSERVE option set)
Dcoap_service.h264 * @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/
Dmain.c182 * - observe "Assertion failed at..." in ZTEST()
186 * - observe "..FAILED : Timeout" in ZTEST()
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst53 After programming the sample to your board, you should observe a hello world
/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/subsys/bluetooth/controller/util/
Dmem.h22 * For ANDing of ~3: We observe y & (~3) == (y>>2)<<2, and we recognize

123