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:
- 37:c29c330d942c
- Parent:
- 0:eff01767de02
- Child:
- 45:3c4df37ed83e
diff -r bd0186ce644a -r c29c330d942c nordic/nrf-sdk/ble/ble_conn_params.h --- a/nordic/nrf-sdk/ble/ble_conn_params.h Thu Jul 03 10:01:02 2014 +0100 +++ b/nordic/nrf-sdk/ble/ble_conn_params.h Mon Jul 07 13:43:31 2014 +0100 @@ -22,7 +22,6 @@ #define BLE_CONN_PARAMS_H__ #include <stdint.h> -#include "nordic_global.h" #include "ble.h" #include "ble_srv_common.h" @@ -52,7 +51,7 @@ uint8_t max_conn_params_update_count; /**< Number of attempts before giving up the negotiation. */ uint16_t start_on_notify_cccd_handle; /**< If procedure is to be started when notification is started, set this to the handle of the corresponding CCCD. Set to BLE_GATT_HANDLE_INVALID if procedure is to be started on connect event. */ bool disconnect_on_fail; /**< Set to TRUE if a failed connection parameters update shall cause an automatic disconnection, set to FALSE otherwise. */ - ble_conn_params_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Battery Service. */ + ble_conn_params_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Connection Parameters. */ ble_srv_error_handler_t error_handler; /**< Function to be called in case of an error. */ } ble_conn_params_init_t;