1.1.2.3.7.2.4.3 BLE_TRSPS_GetData

C

uint16_t BLE_TRSPS_GetData(uint16_t connHandle, uint8_t *p_data);

Description

Get queued data.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with the queued data.
[out] p_dataPointer to the data buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue a flow ctrl stop.
MBA_RES_FAILNo data in the input queue or can not find the link.