We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3d124 commit 7a503caCopy full SHA for 7a503ca
features/FEATURE_BLE/ble/Gap.h
@@ -1471,10 +1471,10 @@ class Gap {
1471
/**
1472
* Set the preferred PHYs to use in a connection.
1473
*
1474
- * @param txPhy: Set of PHYs preferred for tx operations. If NULL then no
+ * @param txPhys: Set of PHYs preferred for tx operations. If NULL then no
1475
* preferred PHYs are set and the default value of the subsytem is used.
1476
1477
- * @param rxPhy: Set of PHYs preferred for rx operations. If NULL then no
+ * @param rxPhys: Set of PHYs preferred for rx operations. If NULL then no
1478
1479
1480
* @return BLE_ERROR_NONE if the preferences have been set or an appropriate
0 commit comments