Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c22 uint64_t log_record_out; member
153 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_hex()
165 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_hex()
174 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_hex()
196 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_string()
238 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_data()
256 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_data()
269 volatile uint64_t log_record_in,log_record_out; in bt_hci_log_data_show() local
281 log_record_out = p_hci_log_ctl->log_record_out; in bt_hci_log_data_show()
286 log_record_out = log_record_in; in bt_hci_log_data_show()
[all …]