FreeRTOS: BLE
BLE
Return to main page ↑
IotLink_IsLinked

Check if an IotLink_t is linked in a list or queue.

static inline bool IotLink_IsLinked( const IotLink_t * const pLink )
Parameters
[in]pLinkThe link to check.
Returns
true if pCurrent is linked in a list or queue; false otherwise.