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.
Fork of BLE_API by
GapAdvertisingParams Class Reference
This class provides a wrapper for the core advertising parameters, including the advertising type (Connectable Undirected, Non Connectable Undirected, etc.), as well as the advertising and timeout intervals. More...
#include <GapAdvertisingParams.h>
Public Types | |
enum | AdvertisingType { ADV_CONNECTABLE_UNDIRECTED, ADV_CONNECTABLE_DIRECTED, ADV_SCANNABLE_UNDIRECTED, ADV_NON_CONNECTABLE_UNDIRECTED } |
Encapsulates the peripheral advertising modes, which determine how the device appears to other central devices in hearing range. More... |
Detailed Description
This class provides a wrapper for the core advertising parameters, including the advertising type (Connectable Undirected, Non Connectable Undirected, etc.), as well as the advertising and timeout intervals.
- See the following for more information on advertising types:
Bluetooth
Core Specification 4.0 (Vol. 6), Part B, Section 2.3.1Bluetooth
Core Specification 4.0 (Vol. 3), Part C, Section 9.3
Definition at line 35 of file GapAdvertisingParams.h.
Member Enumeration Documentation
enum AdvertisingType |
Encapsulates the peripheral advertising modes, which determine how the device appears to other central devices in hearing range.
- See the following for more information on advertising types:
Bluetooth
Core Specification 4.0 (Vol. 6), Part B, Section 2.3.1Bluetooth
Core Specification 4.0 (Vol. 3), Part C, Section 9.3
- Enumerator:
Definition at line 55 of file GapAdvertisingParams.h.
Generated on Tue Jul 12 2022 18:47:13 by
