| 
                 
                    FreeRTOS:
                    BLE
                 
                
                    BLE
                 
             | 
        
| Return to main page ↑ | 
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 | 
Contains the connection info. Return when requested by IotBleGetConnectionInfoList.
| IotLink_t IotBleConnectionInfoListElement_t::connectionList | 
Link to the list of connections.
| IotBleConnectionParam_t IotBleConnectionInfoListElement_t::connectionParams | 
Connection parameters.
| BTBdaddr_t IotBleConnectionInfoListElement_t::remoteBdAddr | 
Remote device address.
| BTSecurityLevel_t IotBleConnectionInfoListElement_t::securityLevel | 
Security level of the connection.
| IotLink_t IotBleConnectionInfoListElement_t::clientCharDescrListHead | 
Head of CCD list.
| uint16_t IotBleConnectionInfoListElement_t::connId | 
Connection Id.
| bool IotBleConnectionInfoListElement_t::isBonded | 
True if device is bonded.