Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c140 uint8_t *g_hci_log_buffer; in bt_hci_log_record_hex() local
142 g_hci_log_buffer = p_hci_log_ctl->p_hci_log_buffer; in bt_hci_log_record_hex()
148 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()
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()
169 g_hci_log_buffer[p_hci_log_ctl->log_record_in] = ' '; in bt_hci_log_record_hex()
184 uint8_t *g_hci_log_buffer; in bt_hci_log_record_string() local
186 g_hci_log_buffer = p_hci_log_ctl->p_hci_log_buffer; in bt_hci_log_record_string()
189 g_hci_log_buffer[p_hci_log_ctl->log_record_in] = *string; in bt_hci_log_record_string()
205 uint8_t *g_hci_log_buffer; in bt_hci_log_record_data() local
211 g_hci_log_buffer = p_hci_log_ctl->p_hci_log_buffer; in bt_hci_log_record_data()
[all …]