FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_GetConnectionInfoList

Send response to the remote device.

This function return a pointer to the connection info list. The elements of this list have type:IotBleConnectionInfoListElement_t. Looked into iot_doubly_linked_list.h for information on how to use the linked list.

Parameters
[out]pConnectionInfoListReturns the head of the connection list.
Returns
Returns eBTStatusSuccess on successful call.