26#ifndef NET_CORD_EP_STANDALONE_H
27#define NET_CORD_EP_STANDALONE_H
void cord_ep_standalone_run(void)
Spawn a new thread that takes care of sending periodic updates to an active RD entry.
void cord_ep_standalone_reg_cb(cord_ep_standalone_cb_t cb)
Register a callback to be notified about RD endpoint state changes.
void cord_ep_standalone_signal(bool connected)
Signal the cord_ep thread about connection status change.
void(* cord_ep_standalone_cb_t)(cord_ep_standalone_event_t event)
Callback function signature for RD endpoint state synchronization.
cord_ep_standalone_event_t
Possible types of events triggered by the cord_ep_standalone module.