Event generated when you first receive a periodic advertisement.
More...
#include <Events.h>
Event generated when you first receive a periodic advertisement.
- See also
- ble::Gap::EventHandler::onPeriodicAdvertisingSyncEstablished().
Definition at line 373 of file Events.h.
◆ getStatus()
Get sync establishment status.
Definition at line 411 of file Events.h.
◆ getSyncHandle()
periodic_sync_handle_t getSyncHandle |
( |
| ) |
const |
Get periodic advertising sync handle.
Definition at line 417 of file Events.h.
◆ getSid()
advertising_sid_t getSid |
( |
| ) |
const |
Get advertising set identifier.
Definition at line 423 of file Events.h.
◆ getPeerAddressType()
Get peer address type.
Definition at line 429 of file Events.h.
◆ getPeerAddress()
Get peer address.
Definition at line 435 of file Events.h.
◆ getPeerPhy()
const phy_t & getPeerPhy |
( |
| ) |
const |
◆ getAdvertisingInterval()
uint16_t getAdvertisingInterval |
( |
| ) |
const |
◆ getPeerClockAccuracy()
const clock_accuracy_t & getPeerClockAccuracy |
( |
| ) |
const |
Get clock accuracy in parts per million.
Definition at line 453 of file Events.h.