otPlatBleGapConnParams Struct Reference
This structure represents BLE connection parameters.
#include <
include/openthread/platform/ble.h
>
Public Attributes |
|
uint16_t | mConnMinInterval |
Preferred minimum connection interval in OT_BLE_TIMESLOT_UNIT units.
|
|
uint16_t | mConnMaxInterval |
Preferred maximum connection interval in OT_BLE_TIMESLOT_UNIT units.
|
|
uint16_t | mConnSlaveLatency |
Slave Latency in number of connection events.
|
|
uint16_t | mConnSupervisionTimeout |
Defines connection timeout parameter in OT_BLE_CONN_SUPERVISOR_UNIT units.
|
This structure represents BLE connection parameters.
Member Data Documentation
◆ mConnMaxInterval
uint16_t otPlatBleGapConnParams::mConnMaxInterval |
Preferred maximum connection interval in OT_BLE_TIMESLOT_UNIT units.
Shall be in OT_BLE_CONN_INTERVAL_MIN and OT_BLE_CONN_INTERVAL_MAX range.
◆ mConnMinInterval
uint16_t otPlatBleGapConnParams::mConnMinInterval |
Preferred minimum connection interval in OT_BLE_TIMESLOT_UNIT units.
Shall be in OT_BLE_CONN_INTERVAL_MIN and OT_BLE_CONN_INTERVAL_MAX range.
◆ mConnSlaveLatency
uint16_t otPlatBleGapConnParams::mConnSlaveLatency |
Slave Latency in number of connection events.
Shall not exceed OT_BLE_CONN_SLAVE_LATENCY_MAX value.
◆ mConnSupervisionTimeout
uint16_t otPlatBleGapConnParams::mConnSupervisionTimeout |
Defines connection timeout parameter in OT_BLE_CONN_SUPERVISOR_UNIT units.
Shall be in OT_BLE_CONN_SUPERVISOR_TIMEOUT_MIN and OT_BLE_CONN_SUPERVISOR_TIMEOUT_MIN range.
The documentation for this struct was generated from the following file:
-
include/openthread/platform/
ble.h