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.
41 * during removal and insertion operations. Procedure objects are only
230 * @param proc The procedure to test.
483 * procedure. in ble_l2cap_sig_update()
1199 /* Procedure has expired; move it to the destination list. */ in ble_l2cap_sig_extract_expired()
1225 /* Report a failure for each timed out procedure. */ in ble_l2cap_sig_conn_broken()
1266 /* Report a failure for each timed out procedure. */ in ble_l2cap_sig_timer()