File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ class SecurityManager {
305
305
}
306
306
307
307
/* *
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.
309
309
*
310
310
* @param[in] connectionHandle connection connectionHandle
311
311
*/
@@ -314,16 +314,7 @@ class SecurityManager {
314
314
}
315
315
316
316
/* *
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.
327
318
*
328
319
* @param[in] address address that will be used in the pairing
329
320
* @param[in] temporaryKey temporary key to be used in legacy pairing
@@ -335,7 +326,7 @@ class SecurityManager {
335
326
}
336
327
337
328
/* *
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.
339
330
*
340
331
* @param[in] address address that will be used in the pairing
341
332
* @param[in] random random number used to generate the confirmation
You can’t perform that action at this time.
0 commit comments