FreeRTOS: BLE
BLE
Return to main page ↑
IotBleConnectionInfoListElement_t Struct Reference

Contains the connection info. Return when requested by IotBleGetConnectionInfoList. More...

#include <iot_ble.h>

Data Fields

IotLink_t connectionList
 
IotBleConnectionParam_t connectionParams
 
BTBdaddr_t remoteBdAddr
 
BTSecurityLevel_t securityLevel
 
IotLink_t clientCharDescrListHead
 
uint16_t connId
 
bool isBonded
 

Detailed Description

Contains the connection info. Return when requested by IotBleGetConnectionInfoList.

Field Documentation

◆ connectionList

IotLink_t IotBleConnectionInfoListElement_t::connectionList

Link to the list of connections.

◆ connectionParams

IotBleConnectionParam_t IotBleConnectionInfoListElement_t::connectionParams

Connection parameters.

◆ remoteBdAddr

BTBdaddr_t IotBleConnectionInfoListElement_t::remoteBdAddr

Remote device address.

◆ securityLevel

BTSecurityLevel_t IotBleConnectionInfoListElement_t::securityLevel

Security level of the connection.

◆ clientCharDescrListHead

IotLink_t IotBleConnectionInfoListElement_t::clientCharDescrListHead

Head of CCD list.

◆ connId

uint16_t IotBleConnectionInfoListElement_t::connId

Connection Id.

◆ isBonded

bool IotBleConnectionInfoListElement_t::isBonded

True if device is bonded.


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