Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dconfig.c131 OSI_TRACE_DEBUG("key = %s, value = %s", key, key_value); in config_has_key_in_section()
137 OSI_TRACE_DEBUG("entry->key = %s, entry->value = %s", entry->key, entry->value); in config_has_key_in_section()
139 OSI_TRACE_DEBUG("%s, the irk aready in the flash.", __func__); in config_has_key_in_section()
298 OSI_TRACE_DEBUG("%s remove section name:%s",__func__, section); in config_remove_key()
446OSI_TRACE_DEBUG("section name: %s, w_cnt + w_cnt_total = %d\n", section->name, w_cnt + w_cnt_total… in config_save()
452 OSI_TRACE_DEBUG("(key, val): (%s, %s)\n", entry->key, entry->value); in config_save()
464 OSI_TRACE_DEBUG("%s, w_cnt + w_cnt_total = %d", __func__, w_cnt + w_cnt_total); in config_save()
494OSI_TRACE_DEBUG("save keyname = %s, i = %d, %d\n", keyname, i, w_cnt_total - i*CONFIG_FILE_MAX_SIZ… in config_save()
497OSI_TRACE_DEBUG("save keyname = %s, i = %d, %d\n", keyname, i, CONFIG_FILE_MAX_SIZE); in config_save()
639OSI_TRACE_DEBUG("%s no key/value separator found on line %d.\n", __func__, line_num); in config_parse()
Dalarm.c131 OSI_TRACE_DEBUG("%s %d %p\n", __func__, i, &alarm_cbs[i]); in alarm_cbs_lookfor_available()
141 OSI_TRACE_DEBUG("TimerID %p\n", alarm); in alarm_cb_handler()
296 OSI_TRACE_DEBUG("%s failed to stop timer, err 0x%x\n", __func__, stat); in osi_alarm_cancel()
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h155 #define OSI_TRACE_DEBUG(fmt, args...) {if (OSI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_DEBUG && … macro
181 #define OSI_TRACE_DEBUG(fmt, args...) macro