ble_gap_addr_t

S332 SoftDevice v2.0.0 API

Bluetooth Low Energy address. More...

#include <ble_gap.h>

Data Fields

uint8_t addr_id_peer : 1
uint8_t addr_type : 7
uint8_t addr [(6)]

Detailed Description

Bluetooth Low Energy address.

Field Documentation

uint8_t ble_gap_addr_t::addr[(6)]

48-bit address, LSB format.

uint8_t ble_gap_addr_t::addr_id_peer
    Only valid for peer addresses.

Reference to peer in device identities list (as set with sd_ble_gap_device_identities_set ) when peer is using privacy.

uint8_t ble_gap_addr_t::addr_type