Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_vs_get_bd_addr_comp_evt_t Struct Reference

This structure notifies that BD_ADDR has been acquired. More...

Data Fields

uint8_t area
 The area that public/random address has been acquired. More...
 
st_ble_dev_addr_t addr
 The address that has been acquired. More...
 

Detailed Description

This structure notifies that BD_ADDR has been acquired.

Field Documentation

◆ area

uint8_t st_ble_vs_get_bd_addr_comp_evt_t::area

The area that public/random address has been acquired.

value description
BLE_VS_ADDR_AREA_REG(0x00) Register.
BLE_VS_ADDR_AREA_DATA_FLASH(0x01) Data Flash.

◆ addr

st_ble_dev_addr_t st_ble_vs_get_bd_addr_comp_evt_t::addr

The address that has been acquired.