Lines Matching refs:btstack_uart_sleep_mode
95 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()
738 if (btstack_uart_sleep_mode != BTSTACK_UART_SLEEP_OFF){ in hci_transport_h4_ehcill_handle_ehcill_command_sent()