dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_addr_t Struct Reference

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.

Definition at line 523 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_addr_t::addr[(6)]

48-bit address, LSB format.

Definition at line 528 of file ble_gap.h.

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.

Definition at line 525 of file ble_gap.h.

uint8_t ble_gap_addr_t::addr_type

See GAP Address types.

Definition at line 527 of file ble_gap.h.


The documentation for this struct was generated from the following file: