Home
last modified time | relevance | path

Searched full:stopped (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/Zephyr-latest/subsys/bluetooth/host/
Dscan.h73 * 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/
Dcompose.yaml6 restart: unless-stopped
14 restart: unless-stopped
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst40 * 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/
Devents.c42 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/
Dias.c26 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/
Dbap_unicast_client.c248 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/
Dhdlc_rcp_if.h64 * @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/
Dprj.conf24 # If a debugger is connected to the app, it will automatically be stopped.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c184 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()
Dieee802154_uart_pipe.h17 bool stopped; member
/Zephyr-latest/samples/net/cellular_modem/server/
Dte.py21 print("stopped")
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dbg.h16 * the Core is halted, various modules’ clocks, counters are stopped and
/Zephyr-latest/include/zephyr/posix/
Dsignal.h36 #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/
Dbap_broadcast_source.c25 .stopped = mock_bap_broadcast_source_stopped_cb,
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig117 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/
Dsuspend_resume.sh7 # Test that periodic publication is stopped when suspending Mesh, and that it
Dsuspend_disable_resume.sh7 # Test that periodic publication is stopped when suspending Mesh and disabling
Dgatt_suspend_resume.sh7 # Test that GATT advertisement is stopped when suspending Mesh, and that it is started again
Dgatt_suspend_disable_resume.sh7 # Test that GATT advertisement is stopped when suspending Mesh and disabling
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst12 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/
DKconfig29 All clocks in the core domain are stopped.
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dnrf_device_subsys.h18 /* On nrf52832 LF clock cannot be stopped because it leads
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/src/
Dmain.c88 printk("Beacon stopped\n"); in bt_ready()
108 printk("Beacon stopped\n"); in bt_ready()
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c69 * 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/
DKconfig.ascs52 of a stopped stream. The delay is added as it is the Unicast Client's

12345678910>>...13