Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c27 static void btc_key_value_to_string(uint8_t *key_value, char *value_str, int key_length);
39 btc_key_value_to_string((uint8_t *)key_value, value_str, key_length); 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() function