MT2523 API Reference  LinkIt SDK v4
bt_gatts_le_gap_ppcp_t Struct Reference

The Peripheral Preferred Connection Parameters structure of the GAP service. More...

#include <bt_gatts_service.h>

Data Fields

uint16_t min_conn_interval
 Minimum Connection Interval in 1.25 ms units, value range: 0x0006 to 0x0C80. More...
 
uint16_t max_conn_interval
 Maximum Connection Interval in 1.25 ms units, value range: 0x0006 to 0x0C80. More...
 
uint16_t slave_latency
 Slave Latency in number of connection events, value range: 0x0000 to 0x03E8. More...
 
uint16_t supervision_timeout
 Connection Supervision Timeout in 10 ms units, value range: 0x000A to 0x0C80. More...
 

Detailed Description

The Peripheral Preferred Connection Parameters structure of the GAP service.

Field Documentation

uint16_t max_conn_interval

Maximum Connection Interval in 1.25 ms units, value range: 0x0006 to 0x0C80.

uint16_t min_conn_interval

Minimum Connection Interval in 1.25 ms units, value range: 0x0006 to 0x0C80.

uint16_t slave_latency

Slave Latency in number of connection events, value range: 0x0000 to 0x03E8.

uint16_t supervision_timeout

Connection Supervision Timeout in 10 ms units, value range: 0x000A to 0x0C80.


The documentation for this struct was generated from the following file: