Lines Matching full:procedure
31 * List of stop listeners. These are notified when a stop procedure completes.
37 * Called when a stop procedure has completed.
64 * If there are no open connections, signals completion of the close procedure.
74 /* No open connections. Signal completion of the stop procedure. */ in ble_hs_stop_terminate_next_conn()
81 /* Terminate procedure successfully initiated. Let the GAP event in ble_hs_stop_terminate_next_conn()
96 * If there are no connections, signals completion of the stop procedure.
108 * If there are no connections, signals completion of the stop procedure.
124 * Registers a listener to listen for completion of the current stop procedure.
143 /* Host is enabled; proceed with the stop procedure. */ in ble_hs_stop_begin()
156 /* A stop procedure is already in progress. Just listen for the in ble_hs_stop_begin()
157 * procedure's completion. in ble_hs_stop_begin()
207 * stop procedure is signaled in a consistent manner (asynchronously). in ble_hs_stop()