FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_GetConnectionInfoList

Send response to the remote device.

BTStatus_t IotBle_GetConnectionInfoList( IotLink_t ** pConnectionInfoList );

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.
IotBle_GetConnectionInfoList
BTStatus_t IotBle_GetConnectionInfoList(IotLink_t **pConnectionInfoList)
Send response to the remote device.
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98