ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
c7222::Gap::ExtendedAdvertisingReport Struct Reference

#include <gap.hpp>

Collaboration diagram for c7222::Gap::ExtendedAdvertisingReport:
Collaboration graph

Public Attributes

AdvertisingEventType advertising_event_type
 
BleAddress address
 
Phy primary_phy
 
Phy secondary_phy
 
uint8_t advertising_sid
 
int8_t tx_power
 
int8_t rssi
 
uint16_t periodic_advertising_interval
 
BleAddress direct_address
 
const uint8_t * data
 
uint8_t data_length
 

Friends

std::ostream & operator<< (std::ostream &os, const ExtendedAdvertisingReport &ear)
 

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const ExtendedAdvertisingReport ear 
)
friend

Member Data Documentation

◆ address

BleAddress c7222::Gap::ExtendedAdvertisingReport::address

Advertiser address.

◆ advertising_event_type

AdvertisingEventType c7222::Gap::ExtendedAdvertisingReport::advertising_event_type

Advertising event properties.

◆ advertising_sid

uint8_t c7222::Gap::ExtendedAdvertisingReport::advertising_sid

Advertising set identifier (SID).

◆ data

const uint8_t* c7222::Gap::ExtendedAdvertisingReport::data

Advertising data payload (valid during callback only).

◆ data_length

uint8_t c7222::Gap::ExtendedAdvertisingReport::data_length

Number of bytes in the advertising data payload.

◆ direct_address

BleAddress c7222::Gap::ExtendedAdvertisingReport::direct_address

Direct address for directed advertising (if present).

◆ periodic_advertising_interval

uint16_t c7222::Gap::ExtendedAdvertisingReport::periodic_advertising_interval

Periodic advertising interval (unit: 1.25 ms).

◆ primary_phy

Phy c7222::Gap::ExtendedAdvertisingReport::primary_phy

Primary advertising PHY.

◆ rssi

int8_t c7222::Gap::ExtendedAdvertisingReport::rssi

RSSI in dBm (signed).

◆ secondary_phy

Phy c7222::Gap::ExtendedAdvertisingReport::secondary_phy

Secondary advertising PHY (or None if not present).

◆ tx_power

int8_t c7222::Gap::ExtendedAdvertisingReport::tx_power

Advertiser TX power in dBm (signed).


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