FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_SendIndication

Send value indication to a remote device.

uint16_t connId,
bool confirm );
Parameters
[in]pRespPointer to the indication/Notification data.
[in]connIdConnection ID.
[in]confirmSet to true for an indication, false is a notification.
Returns
Returns eBTStatusSuccess on successful call.
IotBle_SendIndication
BTStatus_t IotBle_SendIndication(IotBleEventResponse_t *pResp, uint16_t connId, bool confirm)
Send value indication to a remote device.
IotBleEventResponse_t
BLE Event response.
Definition: iot_ble.h:225
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98