The struct of broadcast address with broadcast type. More...
#include <ble_gapc.h>
Public Attributes | |
gap_addr_t | gap_addr |
Device BD Address. More... | |
uint8_t | addr_type |
Address type of the device: 0=public/1=random. More... | |
The struct of broadcast address with broadcast type.
Definition at line 211 of file ble_gapc.h.
uint8_t gap_bdaddr_t::addr_type |
Address type of the device: 0=public/1=random.
please GAP Address types.
Definition at line 214 of file ble_gapc.h.
gap_addr_t gap_bdaddr_t::gap_addr |
Device BD Address.
Definition at line 213 of file ble_gapc.h.