The struct of broadcast address with broadcast type. More...
#include <ble_gapc.h>
Public Attributes | |
ble_gap_addr_t | gap_addr |
uint8_t | addr_type |
The struct of broadcast address with broadcast type.
Definition at line 268 of file ble_gapc.h.
uint8_t ble_gap_bdaddr_t::addr_type |
Address type of the device: 0=public/1=random. please ble_gap_addr_type_t.
Definition at line 271 of file ble_gapc.h.
ble_gap_addr_t ble_gap_bdaddr_t::gap_addr |
Device BD Address.
Definition at line 270 of file ble_gapc.h.