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 OmniWheels by
Gap::ConnectionParams_t Struct Reference
Parameters of a BLE connection. More...
#include <Gap.h>
Data Fields | |
uint16_t | minConnectionInterval |
Minimum interval between two connection events allowed for a connection. | |
uint16_t | maxConnectionInterval |
Maximum interval between two connection events allowed for a connection. | |
uint16_t | slaveLatency |
Number of connection events the slave can drop if it has nothing to communicate to the master. | |
uint16_t | connectionSupervisionTimeout |
Link supervision timeout for the connection. |
Detailed Description
Parameters of a BLE connection.
Definition at line 502 of file Gap.h.
Field Documentation
uint16_t connectionSupervisionTimeout |
Link supervision timeout for the connection.
Time after which the connection is considered lost if the device didn't receive a packet from its peer.
It is larger than: (1 + slaveLatency) * maxConnectionInterval * 2
This value is in the range [0x000A : 0x0C80] and is in unit of 10 ms.
- Note:
- maxConnectionInterval is in ms in the formulae above.
uint16_t maxConnectionInterval |
uint16_t minConnectionInterval |
uint16_t slaveLatency |
Generated on Fri Jul 22 2022 04:54:12 by
