Searched refs:p_hci_log_buffer (Results 1 – 1 of 1) sorted by relevance
24 uint8_t *p_hci_log_buffer; member60 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 …]