FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_SendResponse

Send response to the remote device.

uint16_t connId,
uint32_t transId );
Parameters
[in]pRespPointer to the response data.
[in]connIdConnection ID.
[in]transIdTransaction ID.
Returns
Returns eBTStatusSuccess on successful call.
IotBleEventResponse_t
BLE Event response.
Definition: iot_ble.h:225
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBle_SendResponse
BTStatus_t IotBle_SendResponse(IotBleEventResponse_t *pResp, uint16_t connId, uint32_t transId)
Send response to the remote device.