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 nRF51822 by
ble_advdata_conn_int_t Struct Reference
[Advertising Data Encoder]
Connection interval range structure. More...
#include <ble_advdata.h>
Data Fields | |
uint16_t | min_conn_interval |
Minimum Connection Interval, in units of 1.25ms, range 6 to 3200 (i.e. | |
uint16_t | max_conn_interval |
Maximum Connection Interval, in units of 1.25ms, range 6 to 3200 (i.e. |
Detailed Description
Connection interval range structure.
Definition at line 68 of file ble_advdata.h.
Field Documentation
uint16_t max_conn_interval |
Maximum Connection Interval, in units of 1.25ms, range 6 to 3200 (i.e.
7.5ms to 4s). Value of 0xFFFF indicates no specific maximum.
Definition at line 71 of file ble_advdata.h.
uint16_t min_conn_interval |
Minimum Connection Interval, in units of 1.25ms, range 6 to 3200 (i.e.
7.5ms to 4s).
Definition at line 70 of file ble_advdata.h.
Generated on Tue Jul 12 2022 21:00:19 by
