Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc60 static int hci_firmware_log_fd = INVALID_FD; variable
495 hci_firmware_log_fd = hci_open_firmware_log_file(); in command_timed_out()
503 hci_close_firmware_log_file(hci_firmware_log_fd); in command_timed_out()
595 if (hci_firmware_log_fd == INVALID_FD) in filter_incoming_event()
596 hci_firmware_log_fd = hci_open_firmware_log_file(); in filter_incoming_event()
598 if (hci_firmware_log_fd != INVALID_FD) in filter_incoming_event()
599 hci_log_firmware_debug_packet(hci_firmware_log_fd, packet); in filter_incoming_event()