1.1.2.3.7.1.4.7 BLE_TRSPC_SendData

C

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

Description

Send transparent data.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] lenData length.
[in] p_dataPointer to the transparent data.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue a send data.
MBA_RES_OOMNo available memory.
MBA_RES_INVALID_PARAParameter does not meet the spec.