FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_GetConnectionInfo

Get connection info for a specific connection ID.

This function return a pointer to the connection info that matches the connection ID.

Parameters
[in]connIdConnection ID.
[out]pConnectionInfoReturns a pointer to the connection info that matches the connection ID.
Returns
Returns eBTStatusSuccess on successful call.
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBleConnectionInfoListElement_t
Contains the connection info. Return when requested by IotBleGetConnectionInfoList.
Definition: iot_ble.h:84
IotBle_GetConnectionInfo
BTStatus_t IotBle_GetConnectionInfo(uint16_t connId, IotBleConnectionInfoListElement_t **pConnectionInfo)
Get connection info for a specific connection ID.