Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c139 uint8_t hci_log_char; in bt_hci_log_record_hex() local
146 hci_log_char = ((*hex) >> 4); 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()
157 hci_log_char = ((*hex) & 0x0f); 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()