13.2.2.3 APP_GetConnHandleByIndex
C
uint16_t APP_GetConnHandleByIndex(uint8_t index);Description
Gets the connection handle based on index passed.
Parameters
| Parameter | Description | 
|---|---|
| [in] index | Index Associated with the Connection | 
Return values
| Return value | Description | 
|---|---|
| uint16_t | Connection Handle associated with the Index | 
