Loading...
Searching...
No Matches
nimble_scanner_info_t Struct Reference

Additional information about received advertising packets. More...

Detailed Description

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.
 

Field Documentation

◆ phy_pri

uint8_t nimble_scanner_info_t::phy_pri

PHY used on primary advertisement channels.

Definition at line 90 of file nimble_scanner.h.

◆ phy_sec

uint8_t nimble_scanner_info_t::phy_sec

PHY used on secondary advertisement channels.

Definition at line 91 of file nimble_scanner.h.

◆ rssi

int8_t nimble_scanner_info_t::rssi

RSSI value of received advertisement.

Definition at line 92 of file nimble_scanner.h.

◆ status

uint8_t nimble_scanner_info_t::status

Status of received packet.

Possible values:

  • NIMBLE_SCANNER_COMPLETE
  • NIMBLE_SCANNER_INCOMPLETE
  • NIMBLE_SCANNER_TRUNCATED

Definition at line 89 of file nimble_scanner.h.


The documentation for this struct was generated from the following file: