Skip to content

Commit 7a503ca

Browse files
committed
BLE: Fix doxygen.
1 parent db3d124 commit 7a503ca

File tree

1 file changed

+2
-2
lines changed
  • features/FEATURE_BLE/ble

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/ble/Gap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,10 +1471,10 @@ class Gap {
14711471
/**
14721472
* Set the preferred PHYs to use in a connection.
14731473
*
1474-
* @param txPhy: Set of PHYs preferred for tx operations. If NULL then no
1474+
* @param txPhys: Set of PHYs preferred for tx operations. If NULL then no
14751475
* preferred PHYs are set and the default value of the subsytem is used.
14761476
*
1477-
* @param rxPhy: Set of PHYs preferred for rx operations. If NULL then no
1477+
* @param rxPhys: Set of PHYs preferred for rx operations. If NULL then no
14781478
* preferred PHYs are set and the default value of the subsytem is used.
14791479
*
14801480
* @return BLE_ERROR_NONE if the preferences have been set or an appropriate

0 commit comments

Comments
 (0)