Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Diff: nordic/nrf-sdk/ble/ble_conn_params.h
- Revision:
- 45:3c4df37ed83e
- Parent:
- 37:c29c330d942c
- Child:
- 65:98215c4f3a25
--- a/nordic/nrf-sdk/ble/ble_conn_params.h Fri Jul 11 13:53:30 2014 +0100 +++ b/nordic/nrf-sdk/ble/ble_conn_params.h Wed Jul 16 10:53:07 2014 +0100 @@ -25,6 +25,10 @@ #include "ble.h" #include "ble_srv_common.h" +#ifdef __cplusplus +extern "C" { +#endif // #ifdef __cplusplus + /**@brief Connection Parameters Module event type. */ typedef enum { @@ -58,7 +62,7 @@ /**@brief Function for initializing the Connection Parameters module. * - * @note If the negotiation procedure should be triggered when notification/indication of + * @note If the negotiation procedure should be triggered when notification/indication of * any characteristic is enabled by the peer, then this function must be called after * having initialized the services. * @@ -83,7 +87,7 @@ /**@brief Function for changing the current connection parameters to a new set. * - * @details Use this function to change the connection parameters to a new set of parameter + * @details Use this function to change the connection parameters to a new set of parameter * (ie different from the ones given at init of the module). * This function is usefull for scenario where most of the time the application * needs a relatively big connection interval, and just sometimes, for a temporary @@ -109,3 +113,7 @@ #endif // BLE_CONN_PARAMS_H__ /** @} */ + +#ifdef __cplusplus +} +#endif // #ifdef __cplusplus