BLE_TRSPS_GetData
C
uint16_t BLE_TRSPS_GetData(uint16_t connHandle, uint8_t *p_data);Description
Get queued data.
Parameters
| Parameter | Description | 
|---|---|
| [in] connHandle | Connection handle associated with the queued data. | 
| [out] p_data | Pointer to the data buffer. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully issue a flow ctrl stop. | 
| MBA_RES_FAIL | No data in the input queue or can not find the link. | 
