Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c48 const char *lookup = "0123456789abcdef"; in btc_key_value_to_string() local
54 value_str[(i * 2) + 0] = lookup[(key_value[i] >> 4) & 0x0F]; in btc_key_value_to_string()
55 value_str[(i * 2) + 1] = lookup[key_value[i] & 0x0F]; in btc_key_value_to_string()
231 const char *lookup = "0123456789abcdef"; in btc_config_set_bin() local
247 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F]; in btc_config_set_bin()
248 str[(i * 2) + 1] = lookup[value[i] & 0x0F]; in btc_config_set_bin()
/hal_espressif-3.7.0/components/esp_common/
DKconfig4 bool "Enable lookup of error code strings"
8 …pre-generated lookup table. This option can be used to turn off the use of the look-up table in or…