Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h4.c93 static uint8_t ehcill_command_to_send; variable
539 ehcill_command_to_send = EHCILL_WAKE_UP_IND; in hci_transport_h4_echill_send_wakeup_ind()
540 btstack_uart->send_block(&ehcill_command_to_send, 1); in hci_transport_h4_echill_send_wakeup_ind()
553 log_info("eHCILL: send command %02x", ehcill_command_to_send); in hci_transport_h4_ehcill_send_ehcill_command()
556 if (ehcill_command_to_send == EHCILL_GO_TO_SLEEP_ACK){ in hci_transport_h4_ehcill_send_ehcill_command()
559 btstack_uart->send_block(&ehcill_command_to_send, 1); in hci_transport_h4_ehcill_send_ehcill_command()
573 log_info("eHCILL: set timer for sending command %02x", ehcill_command_to_send); in hci_transport_h4_ehcill_sleep_ack_timer_setup()
603 ehcill_command_to_send = command; in hci_transport_h4_ehcill_schedule_ehcill_command()
606 if (ehcill_command_to_send == EHCILL_WAKE_UP_ACK){ in hci_transport_h4_ehcill_schedule_ehcill_command()
701 log_info("eHCILL: handle packet sent, command to send %02x", ehcill_command_to_send); in hci_transport_h4_ehcill_handle_packet_sent()
[all …]