Lines Matching full:gap

35  * GAP - Generic Access Profile.
39 * GAP procedures are initiated by the application via function calls. Such
50 * The GAP is always in one of two states:
54 * While GAP is in the free state, new procedures can be started at will.
55 * While GAP is in the preempted state, no new procedures are allowed. The
56 * host sets GAP to the preempted state when it needs to ensure no ongoing
58 * must take care to take GAP out of the preempted state as soon as possible.
76 /** GAP procedure op codes. */
1168 * Tells you if there is an active central GAP procedure (connect or discover).
1668 * Handles timed-out GAP procedures.
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()
3773 BLE_HS_LOG(INFO, "GAP procedure initiated: connect; "); in ble_gap_connect()
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()
4676 * @brief Preempts the GAP if it is not already preempted.
4678 * Aborts all active GAP procedures and prevents new ones from being started.
4679 * This function is used to ensure an idle GAP so that the controller's
4681 * caller must call `ble_gap_preempt_done()` to permit new GAP procedures.
4683 * On preemption, all aborted GAP procedures are reported with a status or
4684 * reason code of BLE_HS_EPREEMPTED. An attempt to initiate a new GAP
4700 * Takes GAP out of the preempted state, allowing new GAP procedures to be