Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
ScanRequestEvent Struct Reference
[Gap]
Event produced when a peer requests a scan response from the advertiser. More...
#include <Events.h>
Public Member Functions | |
ScanRequestEvent (advertising_handle_t advHandle, const peer_address_type_t &peerAddressType, const address_t &peerAddress) | |
Create scan request event. | |
advertising_handle_t | getAdvHandle () const |
Get advertising handle. | |
const peer_address_type_t & | getPeerAddressType () const |
Get peer address type. | |
const address_t & | getPeerAddress () const |
Get peer address. |
Detailed Description
Event produced when a peer requests a scan response from the advertiser.
- See also:
- ble::Gap::EventHandler::onScanRequestReceived().
Definition at line 586 of file Events.h.
Constructor & Destructor Documentation
ScanRequestEvent | ( | advertising_handle_t | advHandle, |
const peer_address_type_t & | peerAddressType, | ||
const address_t & | peerAddress | ||
) |
Member Function Documentation
advertising_handle_t getAdvHandle | ( | ) | const |
const address_t& getPeerAddress | ( | ) | const |
const peer_address_type_t& getPeerAddressType | ( | ) | const |
Generated on Tue Jul 12 2022 13:55:40 by
