Skip to content

Commit cbb33ea

Browse files
committed
BLE: Add comments to GenericSecurityManager::on_identity_list_retrieved.
1 parent 0b92397 commit cbb33ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

features/FEATURE_BLE/ble/generic/GenericSecurityManager.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,14 @@ class GenericSecurityManager : public SecurityManager,
414414
/**
415415
* Callback invoked by the secure DB when the identity list has been
416416
* retrieved.
417-
* @param identity
417+
*
418+
* @param identity View to the array passed to the secure DB. It contains
419+
* identity entries retrieved.
420+
*
421+
* @param count Number of identities entries retrieved.
418422
*/
419423
void on_identity_list_retrieved(
420-
ble::ArrayView<pal::SecurityEntryIdentity_t*>&,
424+
ble::ArrayView<pal::SecurityEntryIdentity_t*>& identity_list,
421425
size_t count
422426
);
423427

0 commit comments

Comments
 (0)