Nordic stack and drivers for the mbed BLE API
Fork of nRF51822 by
Revision 106:7e1c66af835a, committed 2015-04-15
- Comitter:
- rgrover1
- Date:
- Wed Apr 15 08:59:24 2015 +0100
- Parent:
- 105:7404a5b1b72f
- Child:
- 107:55302fd80c35
- Commit message:
- Synchronized with git rev a0829e8c
Author: Rohit Grover
white space diffs
Changed in this revision
--- a/nordic-sdk/components/ble/common/ble_conn_params.cpp Wed Apr 15 08:59:23 2015 +0100 +++ b/nordic-sdk/components/ble/common/ble_conn_params.cpp Wed Apr 15 08:59:24 2015 +0100 @@ -329,7 +329,8 @@ } } -uint32_t ble_conn_params_change_conn_params(ble_gap_conn_params_t *new_params) + +uint32_t ble_conn_params_change_conn_params(ble_gap_conn_params_t * new_params) { uint32_t err_code;
--- a/nordic-sdk/components/ble/common/ble_conn_params.h Wed Apr 15 08:59:23 2015 +0100 +++ b/nordic-sdk/components/ble/common/ble_conn_params.h Wed Apr 15 08:59:24 2015 +0100 @@ -62,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. * @@ -87,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