Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h4.c95 static btstack_uart_sleep_mode_t btstack_uart_sleep_mode; variable
513 btstack_uart_sleep_mode = BTSTACK_UART_SLEEP_OFF; in hci_transport_h4_ehcill_open()
520 btstack_uart_sleep_mode = BTSTACK_UART_SLEEP_RTS_HIGH_WAKE_ON_CTS_PULSE; in hci_transport_h4_ehcill_open()
523 btstack_uart_sleep_mode = BTSTACK_UART_SLEEP_RTS_LOW_WAKE_ON_RX_EDGE; in hci_transport_h4_ehcill_open()
593 if (btstack_uart_sleep_mode){ in hci_transport_h4_ehcill_trigger_wakeup()
642 if (btstack_uart_sleep_mode){ in hci_transport_h4_ehcill_handle_command()
660 if (btstack_uart_sleep_mode){ in hci_transport_h4_ehcill_handle_command()
667 if (btstack_uart_sleep_mode){ in hci_transport_h4_ehcill_handle_command()
730 if (btstack_uart_sleep_mode != BTSTACK_UART_SLEEP_OFF){ in hci_transport_h4_ehcill_handle_ehcill_command_sent()
731 btstack_uart->set_sleep(btstack_uart_sleep_mode); in hci_transport_h4_ehcill_handle_ehcill_command_sent()
[all …]
H A Dhci_transport_h5.c154 static btstack_uart_sleep_mode_t btstack_uart_sleep_mode; variable
640 if (btstack_uart_sleep_mode){ in hci_transport_h5_process_frame()
642 btstack_uart->set_sleep(btstack_uart_sleep_mode); in hci_transport_h5_process_frame()
730 if (btstack_uart_sleep_mode){ in hci_transport_h5_frame_sent()
732 btstack_uart->set_sleep(btstack_uart_sleep_mode); in hci_transport_h5_frame_sent()
787 btstack_uart_sleep_mode = BTSTACK_UART_SLEEP_OFF; in hci_transport_h5_open()
794 btstack_uart_sleep_mode = BTSTACK_UART_SLEEP_RTS_LOW_WAKE_ON_RX_EDGE; in hci_transport_h5_open()
837 if (btstack_uart_sleep_mode){ in hci_transport_h5_send_packet()