Lines Matching full:procedure

28  * (1) The procedure completes (success or failure).
29 * (2) The procedure cannot proceed until a BLE peer responds.
31 * For (1), the result of the procedure if fully indicated by the function
33 * For (2), the procedure result is indicated by an application-configured
34 * callback. The callback is executed when the procedure completes.
53 /** Procedure timeout; 30 seconds. */
674 /* Procedure has expired; move it to the destination list. */ in ble_sm_extract_expired()
832 * conflicting SM procedure.
833 * @param key_size The key size of the conflicting SM procedure.
835 * @return 0 if the procedure should continue;
848 /* If the peer isn't bonded, indicate that the pairing procedure should in ble_sm_chk_repeat_pairing()
1110 /* We are completing a pairing procedure; keys may need to be in ble_sm_enc_event_rx()
1126 /* Failure or no keys to exchange; procedure is complete. */ in ble_sm_enc_event_rx()
1136 * procedure. Keys were exchanged during pairing; they don't in ble_sm_enc_event_rx()
1137 * get exchanged again now. Procedure is complete. in ble_sm_enc_event_rx()
1153 * terminate the procedure. in ble_sm_enc_event_rx()
1314 /* Notify the app if it provided a key and the procedure failed. */ in ble_sm_ltk_restore_exec()
1349 * encryption procedure. Create a proc entry to indicate that security in ble_sm_ltk_req_rx()
1350 * establishment is in progress and execute the procedure after the in ble_sm_ltk_req_rx()
1365 /* Same as above, except we solicited the encryption procedure by in ble_sm_ltk_req_rx()
1758 /* Pairing already in progress; abort old procedure and start new. */ in ble_sm_pair_req_rx()
1988 /* The procedure is now complete. Update connection bonded state and in ble_sm_key_exch_success()
1989 * terminate procedure. in ble_sm_key_exch_success()
2148 /* The procedure is now complete. */ in ble_sm_key_exch_exec()
2167 * send ours. If we are the responder, the procedure is complete. in ble_sm_key_rxed()
2397 /* Notify application of each failure and free the corresponding procedure in ble_sm_timer()
2413 * Initiates the pairing procedure for the specified connection.
2424 /* Make sure a procedure isn't already in progress for this connection. */ in ble_sm_pair_initiate()
2474 /* Make sure a procedure isn't already in progress for this connection. */ in ble_sm_slave_initiate()
2504 * Initiates the encryption procedure for the specified connection.
2516 /* Make sure a procedure isn't already in progress for this connection. */ in ble_sm_enc_initiate()
2617 /* Procedure is not ready for user input. */ in ble_sm_inject_io()