|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
#include <gap.hpp>

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) |
|
friend |
| BleAddress c7222::Gap::AdvertisingReport::address |
Advertiser address.
| AdvertisingEventType c7222::Gap::AdvertisingReport::advertising_event_type |
Advertising event properties.
| const uint8_t* c7222::Gap::AdvertisingReport::data |
Advertising data payload (valid during callback only).
| uint8_t c7222::Gap::AdvertisingReport::data_length |
Number of bytes in the advertising data payload.
| int8_t c7222::Gap::AdvertisingReport::rssi |
RSSI in dBm (signed).