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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
Gap::ConnectionParams_t Struct Reference
Structure containing GAP connection parameters. More...
#include <Gap.h>
Data Fields | |
uint16_t | minConnectionInterval |
Minimum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS. | |
uint16_t | maxConnectionInterval |
Maximum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS. | |
uint16_t | slaveLatency |
Slave Latency in number of connection events, see BLE_GAP_CP_LIMITS. | |
uint16_t | connectionSupervisionTimeout |
Connection Supervision Timeout in 10 ms units, see BLE_GAP_CP_LIMITS. |
Detailed Description
Structure containing GAP connection parameters.
When in peripheral role the connection parameters are suggestions. The choice of the connection parameters is eventually up to the central.
Definition at line 181 of file Gap.h.
Field Documentation
uint16_t connectionSupervisionTimeout |
uint16_t maxConnectionInterval |
uint16_t minConnectionInterval |
uint16_t slaveLatency |
Generated on Tue Jul 12 2022 12:29:06 by
