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
ScanParameters::phy_configuration_t Struct Reference
Scan configuration of a physical channel. More...
#include <ScanParameters.h>
Public Member Functions | |
phy_configuration_t (scan_interval_t scan_interval=scan_interval_t::min(), scan_window_t scan_window=scan_window_t::min(), bool active_scanning=false) | |
Construct a phy_configuration_t. | |
const scan_window_t & | getInterval () const |
Get the scan interval. | |
const scan_interval_t & | getWindow () const |
Get the scan window. | |
bool | isActiveScanningSet () const |
Return if active scanning is set. |
Detailed Description
Scan configuration of a physical channel.
Definition at line 57 of file ScanParameters.h.
Constructor & Destructor Documentation
phy_configuration_t | ( | scan_interval_t | scan_interval = scan_interval_t::min() , |
scan_window_t | scan_window = scan_window_t::min() , |
||
bool | active_scanning = false |
||
) |
Construct a phy_configuration_t.
- Parameters:
-
scan_interval The scan interval. scan_window The scan window. active_scanning True if scan request should be sent and false otherwise.
Definition at line 65 of file ScanParameters.h.
Member Function Documentation
const scan_window_t& getInterval | ( | ) | const |
Get the scan interval.
Definition at line 82 of file ScanParameters.h.
const scan_interval_t& getWindow | ( | ) | const |
Get the scan window.
Definition at line 90 of file ScanParameters.h.
bool isActiveScanningSet | ( | ) | const |
Return if active scanning is set.
Definition at line 98 of file ScanParameters.h.
Generated on Tue Jul 12 2022 13:55:40 by
