Searched refs:bt_hci_log_record_data (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/common/hci_log/ |
D | bt_hci_log.c | 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() function 317 return bt_hci_log_record_data(&g_bt_hci_log_data_ctl, NULL, data_type, data, data_len); in bt_hci_log_record_hci_data() 323 …return bt_hci_log_record_data(&g_bt_hci_log_data_ctl, string, HCI_LOG_DATA_TYPE_SELF_DEFINE, data,… in bt_hci_log_record_custom_data() 329 return bt_hci_log_record_data(&g_bt_hci_log_adv_ctl, NULL, data_type, data, data_len); in bt_hci_log_record_hci_adv()
|