BLE_TRCBPS_SendData

C

uint16_t BLE_TRCBPS_SendData(uint16_t connHandle, uint16_t len, uint8_t *p_data);

Description

Send data through the BLE Transparent Credit Based Profile Data pipe.

Parameters

ParameterDescription
[in] connHandleConnection handle.
[in] lenLength of the data to be sent. Must not exceed BLE_TRCBPS_DATA_MTU.
[in] p_dataPointer to the buffer containing the data to send.

Return values

Return valueDescription
MBA_RES_BAD_STATEConnection not established.