Searched defs:key_value (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 157 char *key_value, in _btc_storage_get_ble_bonding_key() 192 char *key_value, in btc_storage_get_ble_bonding_key() 320 char *key_value, in _btc_storage_get_ble_local_key() 348 char *key_value, in btc_storage_get_ble_local_key() 403 … uint8_t key_type, void *key_value, int key_length) in _btc_storage_compare_address_key_value() 434 … uint8_t key_type, void *key_value, int key_length) in btc_storage_compare_address_key_value()
|
D | btc_config.c | 31 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-3.7.0/components/bt/common/osi/ |
D | config.c | 129 bool config_has_key_in_section(config_t *config, const char *key, char *key_value) in config_has_key_in_section()
|