Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Structures

Data Structures

struct  ble_user_mem_block_t
 User Memory Block. More...
struct  ble_evt_tx_complete_t
 TX complete event. More...
struct  ble_evt_user_mem_request_t
 Event structure for BLE_EVT_USER_MEM_REQUEST. More...
struct  ble_evt_user_mem_release_t
 Event structure for BLE_EVT_USER_MEM_RELEASE. More...
struct  ble_common_evt_t
 Event structure for events not associated with a specific function module. More...
struct  ble_evt_hdr_t
 BLE Event header. More...
struct  ble_evt_t
 Common BLE Event type, wrapping the module specific event reports. More...
struct  ble_version_t
 Version Information. More...
struct  ble_common_opt_radio_cpu_mutex_t
 Mutual exclusion of radio activity and CPU execution. More...
union  ble_common_opt_t
 Option structure for common options. More...
union  ble_opt_t
 Common BLE Option type, wrapping the module specific options. More...
struct  ble_enable_params_t
 BLE GATTS init options. More...

Enumerations

enum  BLE_COMMON_EVTS { BLE_EVT_TX_COMPLETE = BLE_EVT_BASE, BLE_EVT_USER_MEM_REQUEST, BLE_EVT_USER_MEM_RELEASE }
 

BLE Module Independent Event IDs.

More...

Enumeration Type Documentation

BLE Module Independent Event IDs.

Enumerator:
BLE_EVT_TX_COMPLETE 

Transmission Complete.

BLE_EVT_USER_MEM_REQUEST 

User Memory request.

BLE_EVT_USER_MEM_RELEASE 

User Memory release.

Definition at line 83 of file ble.h.