Searched refs:bt_hci_log_t (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/common/hci_log/ |
D | bt_hci_log.c | 27 } bt_hci_log_t; typedef 34 static bt_hci_log_t g_bt_hci_log_data_ctl = {0}; 35 static bt_hci_log_t g_bt_hci_log_adv_ctl = {0}; 58 memset(&g_bt_hci_log_data_ctl, 0, sizeof(bt_hci_log_t)); in bt_hci_log_init() 62 memset(&g_bt_hci_log_adv_ctl, 0, sizeof(bt_hci_log_t)); in bt_hci_log_init() 87 memset(&g_bt_hci_log_data_ctl, 0, sizeof(bt_hci_log_t)); in bt_hci_log_deinit() 88 memset(&g_bt_hci_log_adv_ctl, 0, sizeof(bt_hci_log_t)); in bt_hci_log_deinit() 137 void bt_hci_log_record_hex(bt_hci_log_t *p_hci_log_ctl, uint8_t *hex, uint8_t hex_len) in bt_hci_log_record_hex() 182 void bt_hci_log_record_string(bt_hci_log_t *p_hci_log_ctl, char *string) in bt_hci_log_record_string() 202 esp_err_t IRAM_ATTR bt_hci_log_record_data(bt_hci_log_t *p_hci_log_ctl, char *str, uint8_t data_typ… in bt_hci_log_record_data() [all …]
|