Home
last modified time | relevance | path

Searched refs:wakeup_handler (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/embedded/
H A Dbtstack_uart_block_embedded.c69 static void (*wakeup_handler)(void); variable
112 if (wakeup_handler != NULL){ in btstack_uart_embedded_process()
113 wakeup_handler(); in btstack_uart_embedded_process()
153 wakeup_handler = the_wakeup_handler; in btstack_uart_embedded_set_wakeup_handler()
/btstack/src/
H A Dbtstack_uart.h159 void (*set_wakeup_handler)(void (*wakeup_handler)(void));