Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h63 bool config_has_key_in_section(config_t *config, const char *key, char *key_value);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c40 if ((status = config_has_key_in_section(config, key_type, value_str)) == true) { in btc_compare_address_key_value()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c129 bool config_has_key_in_section(config_t *config, const char *key, char *key_value) in config_has_key_in_section() function