BLE: Fix doxygen.

pull/7899/head
Vincent Coubard 2018-08-30 09:25:50 +01:00
parent db3d124516
commit 7a503ca1a2
1 changed files with 2 additions and 2 deletions

View File

@ -1471,10 +1471,10 @@ public:
/** /**
* Set the preferred PHYs to use in a connection. * Set the preferred PHYs to use in a connection.
* *
* @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
* preferred PHYs are set and the default value of the subsytem is used. * preferred PHYs are set and the default value of the subsytem is used.
* *
* @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
* preferred PHYs are set and the default value of the subsytem is used. * preferred PHYs are set and the default value of the subsytem is used.
* *
* @return BLE_ERROR_NONE if the preferences have been set or an appropriate * @return BLE_ERROR_NONE if the preferences have been set or an appropriate