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

#include <gap.hpp>

Collaboration diagram for c7222::Gap::AdvertisingReport:
Collaboration graph

Public Attributes

AdvertisingEventType advertising_event_type
 
BleAddress address
 
int8_t rssi
 
const uint8_t * data
 
uint8_t data_length
 

Friends

std::ostream & operator<< (std::ostream &os, const AdvertisingReport &ar)
 

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const AdvertisingReport ar 
)
friend

Member Data Documentation

◆ address

BleAddress c7222::Gap::AdvertisingReport::address

Advertiser address.

◆ advertising_event_type

AdvertisingEventType c7222::Gap::AdvertisingReport::advertising_event_type

Advertising event properties.

◆ data

const uint8_t* c7222::Gap::AdvertisingReport::data

Advertising data payload (valid during callback only).

◆ data_length

uint8_t c7222::Gap::AdvertisingReport::data_length

Number of bytes in the advertising data payload.

◆ rssi

int8_t c7222::Gap::AdvertisingReport::rssi

RSSI in dBm (signed).


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