Searched refs:log_record_in (Results 1 – 1 of 1) sorted by relevance
21 uint64_t log_record_in; member148 g_hci_log_buffer[p_hci_log_ctl->log_record_in] = s_hex_to_char_mapping [hci_log_char]; in bt_hci_log_record_hex()150 if (++ p_hci_log_ctl->log_record_in >= p_hci_log_ctl->buf_size) { in bt_hci_log_record_hex()151 p_hci_log_ctl->log_record_in = 0; in bt_hci_log_record_hex()153 if (p_hci_log_ctl->log_record_in == p_hci_log_ctl->log_record_out) { in bt_hci_log_record_hex()159 g_hci_log_buffer[p_hci_log_ctl->log_record_in] = s_hex_to_char_mapping [hci_log_char]; in bt_hci_log_record_hex()161 if (++p_hci_log_ctl->log_record_in >= p_hci_log_ctl->buf_size) { in bt_hci_log_record_hex()162 p_hci_log_ctl->log_record_in = 0; 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()169 g_hci_log_buffer[p_hci_log_ctl->log_record_in] = ' '; in bt_hci_log_record_hex()[all …]