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

dfu_ble_svc.h File Reference

dfu_ble_svc.h File Reference

Go to the source code of this file.

Data Structures

struct  dfu_ble_peer_data_t
 DFU Peer data structure. More...

Enumerations

enum  BOOTLOADER_SVCS { DFU_BLE_SVC_PEER_DATA_SET = BOOTLOADER_SVC_BASE }
 

The SVC numbers used by the SVC functions in the SoC library.

More...

Functions

 SVCALL (DFU_BLE_SVC_PEER_DATA_SET, uint32_t, dfu_ble_svc_peer_data_set(dfu_ble_peer_data_t *p_peer_data))
 SVC Function for setting peer data containing address, IRK, and LTK to establish bonded connection in DFU mode.

Detailed Description

Definition in file dfu_ble_svc.h.