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_gap_addr_t Struct Reference

ble_gap_addr_t Struct Reference
[Structures]

Bluetooth Low Energy address. More...

#include <ble_gap.h>

Data Fields

uint8_t addr_type
 See GAP Address types.
uint8_t addr [BLE_GAP_ADDR_LEN]
 48-bit address, LSB format.

Detailed Description

Bluetooth Low Energy address.

Definition at line 395 of file ble_gap.h.


Field Documentation

uint8_t addr[BLE_GAP_ADDR_LEN]

48-bit address, LSB format.

Definition at line 398 of file ble_gap.h.

uint8_t addr_type

See GAP Address types.

Definition at line 397 of file ble_gap.h.