You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param[in] sec_status Security status, see @ref BLE_GAP_SEC_STATUS.
1368
1368
* @param[in] p_sec_params Pointer to a @ref ble_gap_sec_params_t security parameters structure. In the central role this must be set to NULL, as the parameters have
1369
1369
* already been provided during a previous call to @ref sd_ble_gap_authenticate.
1370
-
* @param[in,out] p_sec_keyset Pointer to a @ref ble_gap_sec_keyset_t security keyset structure. Any keys generated and/or distributed as a result of the ongoing security procedure
1371
-
* will be stored into the memory referenced by the pointers inside this structure. The keys will be stored and available to the application
1370
+
* @param[in,out] p_sec_keyset Pointer to a @ref ble_gap_sec_keyset_t security keyset structure. Any keys generated and/or distributed as a result of the ongoing security procedure
1371
+
* will be stored into the memory referenced by the pointers inside this structure. The keys will be stored and available to the application
1372
1372
* upon reception of a @ref BLE_GAP_EVT_AUTH_STATUS event.
1373
1373
* Note that the SoftDevice expects the application to provide memory for storing the
1374
1374
* peer's keys. So it must be ensured that the relevant pointers inside this structure are not NULL. The pointers to the local key
0 commit comments