Lines Matching full:procedure
42 * (1) The procedure completes (success or failure).
43 * (2) The procedure cannot proceed until a BLE peer responds.
45 * For (1), the result of the procedure if fully indicated by the function
47 * For (2), the procedure result is indicated by an application-configured
48 * callback. The callback is executed when the procedure completes.
76 /** GAP procedure op codes. */
83 * If an attempt to cancel an active procedure fails, the attempt is retried
115 * Indicates the type of master procedure that was preempted, or
116 * BLE_GAP_OP_NULL if no procedure was preempted.
776 /* Connect procedure successfully cancelled. */ in ble_gap_master_connect_cancelled()
779 /* Connect procedure timed out. */ in ble_gap_master_connect_cancelled()
850 /* Terminate the connection on procedure timeout. */ in ble_gap_update_notify()
899 * Finds the update procedure that expires soonest.
902 * procedure's expiry time gets written here.
904 * @return The connection handle of the update procedure
1123 /* Peer reports that it doesn't support the procedure. This should in ble_gap_rx_update_complete()
1125 * Request Procedure. If we are the slave, fail over to the L2CAP in ble_gap_rx_update_complete()
1126 * update procedure. in ble_gap_rx_update_complete()
1139 /* We aren't failing over to L2CAP, the update procedure is complete. */ in ble_gap_rx_update_complete()
1168 * Tells you if there is an active central GAP procedure (connect or discover).
1247 /* If a limited discovery procedure is active, discard non-limited in ble_gap_rx_adv_report_sanity_check()
1373 /* Connect procedure successfully cancelled. */ in ble_gap_rx_conn_complete()
1419 /* We verified that there is a free connection when the procedure began. */ in ble_gap_rx_conn_complete()
1554 * event indicating the connect procedure has been cancelled. in ble_gap_master_timer()
1564 /* When a discovery procedure times out, it is not a failure. */ in ble_gap_master_timer()
1607 /* Clear the timer and cancel the current procedure. */ in ble_gap_slave_timer()
1703 /* Check if an auto or selective connection establishment procedure is in in ble_gap_wl_busy()
1780 BLE_HS_LOG(INFO, "GAP procedure initiated: set whitelist; "); in ble_gap_wl_set()
1845 BLE_HS_LOG(INFO, "GAP procedure initiated: stop advertising.\n"); in ble_gap_adv_stop_no_lock()
2111 BLE_HS_LOG(INFO, "GAP procedure initiated: advertise; "); in ble_gap_adv_start()
3342 BLE_HS_LOG(INFO, "GAP procedure initiated: discovery; "); in ble_gap_disc()
3512 * Initiates a connect procedure.
3523 * @param duration_ms The duration of the discovery procedure.
3524 * On expiration, the procedure ends and a
3530 * particulars of the connect procedure. When
3535 * particulars of the connect procedure. When
3540 * particulars of the connect procedure. When
3545 * procedure. When the connect procedure
3547 * this callback. If the connect procedure
3773 BLE_HS_LOG(INFO, "GAP procedure initiated: connect; "); in ble_gap_connect()
3815 * $terminate connection procedure *
3840 BLE_HS_LOG(INFO, "GAP procedure initiated: terminate connection; " in ble_gap_terminate()
3900 BLE_HS_LOG(INFO, "GAP procedure initiated: cancel connection\n"); in ble_gap_conn_cancel_no_lock()
4241 BLE_HS_LOG(INFO, "GAP procedure initiated: "); in ble_gap_update_params()
4246 * If LL update procedure is not supported on this connection and we are in ble_gap_update_params()
4247 * the slave, fail over to the L2CAP update procedure. in ble_gap_update_params()
4318 * is found, perform the encryption procedure rather than the pairing in ble_gap_security_initiate()
4319 * procedure. in ble_gap_security_initiate()
4685 * procedure during preemption fails with a return code of BLE_HS_EPREEMPTED.