BLE_TRCBPS_GetDataLength

C

uint16_t BLE_TRCBPS_GetDataLength(uint16_t connHandle, uint16_t *p_dataLength);

Description

Get the length of queued data in the Data pipe for a given connection handle.

Parameters

ParameterDescription
[in] connHandleConnection handle.
[out] p_dataLengthPointer to store the length of the queued data.

Return values

Return valueDescription
MBA_RES_INVALID_PARAInvalid L2CAP link.