File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -527,6 +527,11 @@ ble_error_t nRF5xSecurityManager::set_peer_csrk(
527
527
return BLE_ERROR_NOT_IMPLEMENTED;
528
528
}
529
529
530
+ ble_error_t nRF5xSecurityManager::remove_peer_csrk (connection_handle_t connection)
531
+ {
532
+ return BLE_ERROR_NOT_IMPLEMENTED;
533
+ }
534
+
530
535
// //////////////////////////////////////////////////////////////////////////
531
536
// Authentication
532
537
//
Original file line number Diff line number Diff line change @@ -249,6 +249,11 @@ class nRF5xSecurityManager : public ::ble::pal::SecurityManager {
249
249
sign_count_t sign_counter
250
250
);
251
251
252
+ /* *
253
+ * @see ::ble::pal::SecurityManager::remove_peer_csrk
254
+ */
255
+ virtual ble_error_t remove_peer_csrk (connection_handle_t connection);
256
+
252
257
253
258
// //////////////////////////////////////////////////////////////////////////
254
259
// Authentication
You can’t perform that action at this time.
0 commit comments