BLE_TRSPS_GetData

C

uint16_t BLE_TRSPS_GetData(uint16_t connHandle, uint8_t *p_data);

Description

Retrieves queued data from the profile.

Parameters

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

Return values

Return valueDescription
MBA_RES_SUCCESSData successfully retrieved.
MBA_RES_FAILNo data in the queue or the connection link could not be found.