Additional information about received advertising packets. More...
Additional information about received advertising packets.
Definition at line 82 of file nimble_scanner.h.
#include <nimble_scanner.h>
Data Fields | |
uint8_t | status |
Status of received packet. | |
uint8_t | phy_pri |
PHY used on primary advertisement channels. | |
uint8_t | phy_sec |
PHY used on secondary advertisement channels. | |
int8_t | rssi |
RSSI value of received advertisement. | |
uint8_t nimble_scanner_info_t::phy_pri |
PHY used on primary advertisement channels.
Definition at line 90 of file nimble_scanner.h.
uint8_t nimble_scanner_info_t::phy_sec |
PHY used on secondary advertisement channels.
Definition at line 91 of file nimble_scanner.h.
int8_t nimble_scanner_info_t::rssi |
RSSI value of received advertisement.
Definition at line 92 of file nimble_scanner.h.
uint8_t nimble_scanner_info_t::status |
Status of received packet.
Possible values:
Definition at line 89 of file nimble_scanner.h.