![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
st_ble_dev_addr_t is the type of bluetooth device address(BD_ADDR). More...
Data Fields | |
uint8_t | addr [BLE_BD_ADDR_LEN] |
BD_ADDR. More... | |
uint8_t | type |
Bluetooth address type. More... | |
st_ble_dev_addr_t is the type of bluetooth device address(BD_ADDR).
uint8_t st_ble_dev_addr_t::addr[BLE_BD_ADDR_LEN] |
BD_ADDR.
uint8_t st_ble_dev_addr_t::type |
Bluetooth address type.
macro | description |
---|---|
BLE_GAP_ADDR_PUBLIC(0x00) | Public Address. |
BLE_GAP_ADDR_RAND(0x01) | Random Address. |