Skip to content

Commit e706b41

Browse files
removed redundant event for SC OOB request, fixed comments
1 parent f040569 commit e706b41

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

features/FEATURE_BLE/ble/SecurityManager.h

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class SecurityManager {
305305
}
306306

307307
/**
308-
* Indicate to the application it needs to return out of band data to the stack.
308+
* Indicate to the application it needs to return legacy pairing OOB to the stack.
309309
*
310310
* @param[in] connectionHandle connection connectionHandle
311311
*/
@@ -314,16 +314,7 @@ class SecurityManager {
314314
}
315315

316316
/**
317-
* Indicate to the application it needs to return out of band data to the stack.
318-
*
319-
* @param[in] connectionHandle connection connectionHandle
320-
*/
321-
virtual void oobRequest(ble::connection_handle_t connectionHandle) {
322-
(void)connectionHandle;
323-
}
324-
325-
/**
326-
* Indicate that the application needs to send OOB data to the peer.
317+
* Indicate that the application needs to send legacy pairing OOB data to the peer.
327318
*
328319
* @param[in] address address that will be used in the pairing
329320
* @param[in] temporaryKey temporary key to be used in legacy pairing
@@ -335,7 +326,7 @@ class SecurityManager {
335326
}
336327

337328
/**
338-
* Indicate that the application needs to send OOB data to the peer.
329+
* Indicate that the application needs to send secure connections OOB data to the peer.
339330
*
340331
* @param[in] address address that will be used in the pairing
341332
* @param[in] random random number used to generate the confirmation

0 commit comments

Comments
 (0)