Microbit as a BLE gamepad

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_opt_t Union Reference

ble_opt_t Union Reference
[Structures]

Common BLE Option type, wrapping the module specific options. More...

#include <ble.h>

Data Fields

ble_common_opt_t common_opt
 Common option, opt_id in BLE_COMMON_OPT_* series.
ble_gap_opt_t gap_opt
 GAP option, opt_id in BLE_GAP_OPT_* series.

Detailed Description

Common BLE Option type, wrapping the module specific options.

Definition at line 218 of file ble.h.


Field Documentation

Common option, opt_id in BLE_COMMON_OPT_* series.

Definition at line 220 of file ble.h.

GAP option, opt_id in BLE_GAP_OPT_* series.

Definition at line 221 of file ble.h.