|
SmartSnippets DA1459x SDK
|
void dgtl_register(dgtl_queue_t queue, uint32_t notif)
Register current task for given queue.
bool dgtl_send_ex(dgtl_msg_t *msg, dgtl_sent_cb_t cb, void *user_data)
Send message to the DGTL interface.
void(* dgtl_sent_cb_t)(void *user_data)
Callback called once tx is completed.
Definition: dgtl.h:72
Declarations for DGTL Messages API.
void dgtl_send(dgtl_msg_t *msg)
Send message to the DGTL interface.
void dgtl_app_specific_hci_cb(const dgtl_msg_t *msg)
void dgtl_close(void)
Send signal to the DGTL task for closing transport.
dgtl_queue_t
DGTL queue type.
Definition: dgtl.h:58
dgtl_msg_t * dgtl_receive(dgtl_queue_t queue)
Receive message from the DGTL interface.
void dgtl_wkup_handler(void)
Wake up handler for dgtl task.
Structure for messages with id, type, data.
Definition: msg_queues.h:144