Searched refs:cancelled (Results 1 – 17 of 17) sorted by relevance
77 uint8_t cancelled:1; member83 uint8_t cancelled:1; member90 uint8_t cancelled:1; member
26 uint8_t cancelled:1; member
153 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()
255 conn_lll->central.cancelled = 0; in ll_create_connection()495 conn_lll->central.cancelled = 1U; in ll_connect_disable()
1074 conn_lll->periph.cancelled = 0;2846 adv->lll.conn->periph.cancelled = 1U;
150 return (!scan->periodic.cancelled) ? scan->periodic.sync : NULL; in sync_create_get()
310 cancelled : 1; member
49 :ref:`async_notification`. Both operations may be cancelled, but65 notified (and cancelled) when errors are discovered.
395 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()
416 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
39 * Precise tracking of the status of cancelled work items, so that the88 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 complete464 the cancellation and avoid the cancelled work item being submitted again after474 work is being cancelled or the queue is not accepting new items. If this
951 (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()
360 lll->conn->central.cancelled)))) {1125 } else if (lll->conn && !lll->conn->central.cancelled &&
472 lll->conn->central.cancelled)))) { in prepare_cb()934 } else if (lll->conn && !lll->conn->central.cancelled &&
121 cancelled. The end of the transfer is communicated to the application through the :c:member:`end
361 The firmware distribution can be cancelled at any time by the Initiator. In this case, the364 request has timed out, the distribution procedure is cancelled. After this the distribution
829 * Made sure that ongoing DAD procedure is cancelled when IPv6 address is removed.