Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c24 uint8_t *p_hci_log_buffer; member
60 g_bt_hci_log_data_ctl.p_hci_log_buffer = g_bt_hci_log_data_buffer; in bt_hci_log_init()
64 g_bt_hci_log_adv_ctl.p_hci_log_buffer = g_bt_hci_log_adv_buffer; in bt_hci_log_init()
74 if (g_bt_hci_log_data_ctl.p_hci_log_buffer) { in bt_hci_log_deinit()
75 free(g_bt_hci_log_data_ctl.p_hci_log_buffer); in bt_hci_log_deinit()
76 g_bt_hci_log_data_ctl.p_hci_log_buffer = NULL; in bt_hci_log_deinit()
79 if (g_bt_hci_log_adv_ctl.p_hci_log_buffer) { in bt_hci_log_deinit()
80 free(g_bt_hci_log_adv_ctl.p_hci_log_buffer); in bt_hci_log_deinit()
81 g_bt_hci_log_adv_ctl.p_hci_log_buffer = NULL; in bt_hci_log_deinit()
142 g_hci_log_buffer = p_hci_log_ctl->p_hci_log_buffer; in bt_hci_log_record_hex()
[all …]