Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h77 uint8_t cancelled:1; member
83 uint8_t cancelled:1; member
90 uint8_t cancelled:1; member
Dull_scan_types.h26 uint8_t cancelled:1; member
Dull_sync.c153 scan->periodic.cancelled = 0U; in ll_sync_create()
158 scan_coded->periodic.cancelled = 0U; in ll_sync_create()
469 scan->periodic.cancelled = 1U; in ll_sync_create_cancel()
471 scan_coded->periodic.cancelled = 1U; in ll_sync_create_cancel()
Dull_central.c255 conn_lll->central.cancelled = 0; in ll_create_connection()
495 conn_lll->central.cancelled = 1U; in ll_connect_disable()
Dull_adv.c1074 conn_lll->periph.cancelled = 0;
2846 adv->lll.conn->periph.cancelled = 1U;
Dull_scan_aux.c150 return (!scan->periodic.cancelled) ? scan->periodic.sync : NULL; in sync_create_get()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h310 cancelled : 1; member
/Zephyr-latest/doc/services/resource_management/
Dindex.rst49 :ref:`async_notification`. Both operations may be cancelled, but
65 notified (and cancelled) when errors are discovered.
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c395 LOG_DBG("%s", cli->tx.cancelled ? "cancelling" : "continuing"); in broadcast_complete()
400 if (cli->tx.cancelled) { in broadcast_complete()
419 if (cli->tx.cancelled) { in tx_complete()
506 if (!cli->tx.ctx.acked || !next_target(cli, &cli->tx.target) || cli->tx.cancelled) { in retry_timeout()
522 cli->tx.cancelled = 0U; in blob_cli_broadcast()
1623 cli->tx.cancelled = 1U; in bt_mesh_blob_cli_cancel()
Ddfu_cli.c416 static void cancelled(struct bt_mesh_blob_cli *b);
679 .next = cancelled, in cancel()
690 static void cancelled(struct bt_mesh_blob_cli *b) in cancelled() function
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst39 * Precise tracking of the status of cancelled work items, so that the
88 if it started running before a thread has requested that it be cancelled.
435 /* NB: Submit will fail if the work item is being cancelled. */
452 cancelled. Generally this is acceptable, since the cancellation will complete
464 the cancellation and avoid the cancelled work item being submitted again after
474 work is being cancelled or the queue is not accepting new items. If this
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c951 (lll->conn->periph.initiated || lll->conn->periph.cancelled))) { in prepare_cb()
1330 (!lll->conn || !lll->conn->periph.cancelled) && in isr_done()
1605 lll->conn && !lll->conn->periph.cancelled && in isr_rx_pdu()
Dlll_scan.c360 lll->conn->central.cancelled)))) {
1125 } else if (lll->conn && !lll->conn->central.cancelled &&
Dlll_scan_aux.c472 lll->conn->central.cancelled)))) { in prepare_cb()
934 } else if (lll->conn && !lll->conn->central.cancelled &&
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst121 cancelled. The end of the transfer is communicated to the application through the :c:member:`end
Ddfu.rst361 The firmware distribution can be cancelled at any time by the Initiator. In this case, the
364 request has timed out, the distribution procedure is cancelled. After this the distribution
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst829 * Made sure that ongoing DAD procedure is cancelled when IPv6 address is removed.