Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c39 uint8_t *g_bt_hci_log_data_buffer = NULL; in bt_hci_log_init() local
42 g_bt_hci_log_data_buffer = malloc(BT_HCI_LOG_DATA_BUF_SIZE); in bt_hci_log_init()
43 if (!g_bt_hci_log_data_buffer) { in bt_hci_log_init()
48 if (g_bt_hci_log_data_buffer) { in bt_hci_log_init()
49 free(g_bt_hci_log_data_buffer); in bt_hci_log_init()
50 g_bt_hci_log_data_buffer = NULL; in bt_hci_log_init()
55 memset(g_bt_hci_log_data_buffer, 0, BT_HCI_LOG_DATA_BUF_SIZE); in bt_hci_log_init()
60 g_bt_hci_log_data_ctl.p_hci_log_buffer = g_bt_hci_log_data_buffer; in bt_hci_log_init()