BLE_TRSPS_GetData
C
uint16_t BLE_TRSPS_GetData(uint16_t connHandle, uint8_t *p_data);
Description
Retrieves queued data from the profile.
Parameters
Parameter | Description |
---|---|
[in] connHandle | Connection handle associated with the queued data. |
[out] p_data | Pointer to the buffer where the data will be stored. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Data successfully retrieved. |
MBA_RES_FAIL | No data in the queue or the connection link could not be found. |