Unprovisioned beacon received. More...
#include <serial_evt.h>
Data Fields | |
uint8_t | uuid [NRF_MESH_UUID_SIZE] |
UUID in the unprovisioned beacon. More... | |
int8_t | rssi |
RSSI of the received unprovisioned beacon. More... | |
uint8_t | gatt_supported |
Whether the unprovisioned device supports GATT provisioning. More... | |
uint8_t | adv_addr_type |
The advertisement address type of the sender of the unprovisioned beacon. More... | |
uint8_t | adv_addr [BLE_GAP_ADDR_LEN] |
The advertisement address of the sender of the unprovisioned beacon. More... | |
Unprovisioned beacon received.
Definition at line 139 of file serial_evt.h.
uint8_t serial_evt_prov_unprov_t::uuid[NRF_MESH_UUID_SIZE] |
UUID in the unprovisioned beacon.
Definition at line 141 of file serial_evt.h.
int8_t serial_evt_prov_unprov_t::rssi |
RSSI of the received unprovisioned beacon.
Definition at line 142 of file serial_evt.h.
uint8_t serial_evt_prov_unprov_t::gatt_supported |
Whether the unprovisioned device supports GATT provisioning.
Definition at line 143 of file serial_evt.h.
uint8_t serial_evt_prov_unprov_t::adv_addr_type |
The advertisement address type of the sender of the unprovisioned beacon.
Definition at line 144 of file serial_evt.h.
uint8_t serial_evt_prov_unprov_t::adv_addr[BLE_GAP_ADDR_LEN] |
The advertisement address of the sender of the unprovisioned beacon.
Definition at line 145 of file serial_evt.h.