BLE_TRSPC_GetData

C

uint16_t BLE_TRSPC_GetData(uint16_t connHandle, uint8_t *p_data);

Description

Retrieves queued data from the buffer.

Parameters

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

Return values

Return valueDescription
MBA_RES_SUCCESSThe data was successfully retrieved.
MBA_RES_FAILNo data in the input queue.