Searched refs:HCI_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1124 HCI_TRACE_EVENT("%s, conn_handle = %d", __func__, conn_handle); in btsnd_hcic_ble_read_phy() 1142 …HCI_TRACE_EVENT("%s, all_phys = %d, tx_phys = %d, rx_phys = %d", __func__, all_phys, tx_phys, rx_p… in btsnd_hcic_ble_set_prefered_default_phy() 1161 …HCI_TRACE_EVENT("%s, conn_handle = %d, all_phys = %d, tx_phys = %d, rx_phys = %d, phy_options = %d… in btsnd_hcic_ble_set_phy() 1183 HCI_TRACE_EVENT("%s, rx_channel = %d, phy = %d, modulation_idx = %d", __func__, in btsnd_hcic_ble_enhand_rx_test() 1205 HCI_TRACE_EVENT("%s, tx_channel = %d, len = %d, packect = %d, phy = %d", __func__, in btsnd_hcic_ble_enhand_tx_test() 1226 HCI_TRACE_EVENT("%s, adv_handle = %d", __func__, adv_handle); in btsnd_hcic_ble_set_extend_rand_address() 1251 …HCI_TRACE_EVENT("%s, adv_handle = %d, properties = %d, interval_min = %d, interval_max = %d, chann… in btsnd_hcic_ble_set_ext_adv_params() 1290 HCI_TRACE_EVENT("%s, adv_handle = %d, operation = %d, fragment_prefrence = %d,\ in btsnd_hcic_ble_set_ext_adv_data() 1323 HCI_TRACE_EVENT("%s, adv_handle = %d, operation = %d, fragment_prefrence = %d,\n\ in btsnd_hcic_ble_set_ext_adv_scan_rsp_data() 1357 HCI_TRACE_EVENT("%s, enable = %d, num_of_sets = %d", __func__, enable, num_of_sets); in btsnd_hcic_ble_ext_adv_enable() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 369 #define HCI_TRACE_EVENT(fmt, args...) {if (HCI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_EVENT &&… macro 383 #define HCI_TRACE_EVENT(fmt, args...) macro
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 1104 HCI_TRACE_EVENT("%s opcode 0x%x status 0x%x", __func__, opcode, status); in btu_hcif_hdl_command_complete()
|