1.2.2.3.7.2.4.4 BLE_TRSPS_SendData
C
uint16_t BLE_TRSPS_SendData(uint16_t connHandle, uint16_t len, uint8_t *p_data);
Description
Send transparent data.
Parameters
Parameter | Description |
---|---|
[in] connHandle | Connection handle associated with this connection. |
[in] len | Data length. |
[in] p_data | Pointer to the transparent data. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully issue a send data. |
MBA_RES_OOM | No available memory. |
MBA_RES_INVALID_PARA | Parameter does not meet the spec. |