Home
last modified time | relevance | path

Searched defs:key_value (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c156 char *key_value, in _btc_storage_get_ble_bonding_key()
191 char *key_value, in btc_storage_get_ble_bonding_key()
464 char *key_value, in _btc_storage_get_ble_local_key()
492 char *key_value, in btc_storage_get_ble_local_key()
547 … uint8_t key_type, void *key_value, int key_length) in _btc_storage_compare_address_key_value()
578 … uint8_t key_type, void *key_value, int key_length) in btc_storage_compare_address_key_value()
Dbtc_config.c31 bool btc_compare_address_key_value(const char *section, const char *key_type, void *key_value, int … in btc_compare_address_key_value()
46 static void btc_key_value_to_string(uint8_t *key_value, char *value_str, int key_length) in btc_key_value_to_string()
/hal_espressif-latest/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()