/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.h | 73 * existing users are checked and the scanner is started, stopped or updated. 75 * this allows the background scanner to be started or stopped once the device starts to 86 * the scanner was not started/stopped/updated. 96 * and the scanner is stopped or updated, if needed. 105 * existing users are checked and the scanner is started, stopped or updated. 107 * this allows the background scanner to be started or stopped once the device starts to 115 * the scanner was not started/stopped/updated.
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | compose.yaml | 6 restart: unless-stopped 14 restart: unless-stopped
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 40 * A **stop function** that is executed if the timer is stopped prematurely 49 and puts the timer into the **stopped** state. 65 If the timer's period is zero the timer enters the stopped state; 68 A running timer can be stopped in mid-countdown, if desired. 69 The timer's status is left unchanged, then the timer enters the stopped state 73 but has no effect on the timer since it is already stopped. 84 a value of zero indicates that the timer is stopped. 88 (indicating that it has expired at least once) or the timer is stopped; 89 if the timer status is already non-zero or the timer is already stopped 179 /* timer was stopped (by someone else) before expiring */
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | events.c | 42 LOG_INF("CoAP service %s stopped", net_event->service->name); in coap_event_handler() 44 LOG_INF("CoAP service stopped"); in coap_event_handler()
|
/Zephyr-latest/subsys/bluetooth/services/ias/shell/ |
D | ias.c | 26 shell_print(ctx_shell, "Alert stopped\n"); in alert_stop() 52 shell_print(sh, "Local alert stopped"); in cmd_ias_local_alert_stop()
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/ |
D | bap_unicast_client.c | 248 if (stream->ops != NULL && stream->ops->stopped != NULL) { in bt_bap_unicast_client_disable() 249 stream->ops->stopped(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_bap_unicast_client_disable() 270 /* As per the ASCS spec, only source streams can be stopped by the client */ in bt_bap_unicast_client_stop() 289 if (stream->ops != NULL && stream->ops->stopped != NULL) { in bt_bap_unicast_client_stop() 290 stream->ops->stopped(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_bap_unicast_client_stop() 310 if (pair_stream->ops != NULL && pair_stream->ops->stopped != NULL) { in bt_bap_unicast_client_stop() 311 pair_stream->ops->stopped(pair_stream, in bt_bap_unicast_client_stop()
|
/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/ |
D | hdlc_rcp_if.h | 64 * @retval 0 The interface was successfully stopped. 65 * @retval -EIO The interface could not be stopped.
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/ |
D | prj.conf | 24 # If a debugger is connected to the app, it will automatically be stopped.
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 184 if (upipe->stopped) { in upipe_cca() 280 if (upipe->stopped) { in upipe_tx() 301 if (!upipe->stopped) { in upipe_start() 305 upipe->stopped = false; in upipe_start() 314 if (upipe->stopped) { in upipe_stop() 318 upipe->stopped = true; in upipe_stop()
|
D | ieee802154_uart_pipe.h | 17 bool stopped; member
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te.py | 21 print("stopped")
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dbg.h | 16 * the Core is halted, various modules’ clocks, counters are stopped and
|
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 36 #define SIGTSTP 20 /**< Stopped */ 37 #define SIGTTIN 21 /**< Stopped (read) */ 38 #define SIGTTOU 22 /**< Stopped (write) */
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/ |
D | bap_broadcast_source.c | 25 .stopped = mock_bap_broadcast_source_stopped_cb,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | Kconfig | 117 stopped by the HFP AG. The unit is seconds. 126 stopped by the HFP AG. The unit is seconds. 134 call is not active before timeout, it will be stopped
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/suspend/ |
D | suspend_resume.sh | 7 # Test that periodic publication is stopped when suspending Mesh, and that it
|
D | suspend_disable_resume.sh | 7 # Test that periodic publication is stopped when suspending Mesh and disabling
|
D | gatt_suspend_resume.sh | 7 # Test that GATT advertisement is stopped when suspending Mesh, and that it is started again
|
D | gatt_suspend_disable_resume.sh | 7 # Test that GATT advertisement is stopped when suspending Mesh and disabling
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 12 of code on both CPUs is stopped when :c:func:`esp_light_sleep_start()` function is called. 14 was stopped, and :c:func:`esp_light_sleep_start()` function returns.
|
/Zephyr-latest/soc/st/stm32/stm32u5x/ |
D | Kconfig | 29 All clocks in the core domain are stopped.
|
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | nrf_device_subsys.h | 18 /* On nrf52832 LF clock cannot be stopped because it leads
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/src/ |
D | main.c | 88 printk("Beacon stopped\n"); in bt_ready() 108 printk("Beacon stopped\n"); in bt_ready()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 69 * advertising is stopped and started in quick succession, hence add in bt_data_send() 121 LOG_DBG("Advertising stopped (%u ms)", (uint32_t) k_uptime_delta(&uptime)); in bt_data_send() 258 * we need to check that the flag is dropped and ensure that the thread is stopped. in bt_mesh_adv_disable()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 52 of a stopped stream. The delay is added as it is the Unicast Client's
|