Mbed OS Reference
Loading...
Searching...
No Matches
AdvertisingStartEvent Struct Reference

Event produced when advertising start. More...

#include <Events.h>

Public Member Functions

advertising_handle_t getAdvHandle () const
 Get advertising handle. More...
 
ble_error_t getStatus () const
 Get status of operation. More...
 

Detailed Description

Event produced when advertising start.

See also
ble::Gap::EventHandler::onAdvertisingStart().

Definition at line 583 of file Events.h.

Member Function Documentation

◆ getAdvHandle()

advertising_handle_t getAdvHandle ( ) const

Get advertising handle.

Definition at line 599 of file Events.h.

◆ getStatus()

ble_error_t getStatus ( ) const

Get status of operation.

Definition at line 605 of file Events.h.