Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_conn_params.h File Reference

ble_conn_params.h File Reference

Go to the source code of this file.

Data Structures

struct  ble_conn_params_evt_t
 Connection Parameters Module event. More...
struct  ble_conn_params_init_t
 Connection Parameters Module init structure. More...

Typedefs

typedef void(* ble_conn_params_evt_handler_t )(ble_conn_params_evt_t *p_evt)
 Connection Parameters Module event handler type.

Enumerations

enum  ble_conn_params_evt_type_t { BLE_CONN_PARAMS_EVT_FAILED, BLE_CONN_PARAMS_EVT_SUCCEEDED }
 

Connection Parameters Module event type.

More...

Functions

uint32_t ble_conn_params_init (const ble_conn_params_init_t *p_init)
 Function for initializing the Connection Parameters module.
uint32_t ble_conn_params_stop (void)
 Function for stopping the Connection Parameters module.
uint32_t ble_conn_params_change_conn_params (ble_gap_conn_params_t *new_params)
 Function for changing the current connection parameters to a new set.
void ble_conn_params_on_ble_evt (ble_evt_t *p_ble_evt)
 Function for handling the Application's BLE Stack events.

Detailed Description

Definition in file ble_conn_params.h.