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.