Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h62 uint8_t cancelled:1; member
67 uint8_t cancelled:1; member
Dull_central.c252 conn_lll->central.cancelled = 0; in ll_create_connection()
515 conn_lll->central.cancelled = 1U; in ll_connect_disable()
Dull_adv.c987 conn_lll->periph.cancelled = 0;
2489 adv->lll.conn->periph.cancelled = 1U;
/Zephyr-Core-2.7.6/doc/reference/resource_management/
Dindex.rst49 :ref:`async_notification`. Both operations may be cancelled, but
65 notified (and cancelled) when errors are discovered.
/Zephyr-Core-2.7.6/doc/reference/kernel/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-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c859 (lll->conn->periph.initiated || lll->conn->periph.cancelled))) { in prepare_cb()
1208 (!lll->conn || !lll->conn->periph.cancelled) && in isr_done()
1454 lll->conn && !lll->conn->periph.cancelled && in isr_rx_pdu()
Dlll_scan.c332 lll->conn->central.cancelled)))) {
1030 } else if (lll->conn && !lll->conn->central.cancelled &&
Dlll_scan_aux.c282 scan_lll->conn->central.cancelled)))) { in prepare_cb()
753 } else if (lll->conn && !lll->conn->central.cancelled &&