Home
last modified time | relevance | path

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

/btstack/platform/wiced/
H A Dbtstack_link_key_db_wiced_dct.c67 static char *link_key_to_str(link_key_t link_key){ in link_key_to_str() function
170 …log_info("link_key_db_get_link_key for %s -> found %s\n", bd_addr_to_str(bd_addr), link_key_to_str in link_key_db_get_link_key()
193 …link_key for %s - key %s - at index %u\n", bd_addr_to_str(bd_addr), link_key_to_str(link_key), in… in link_key_db_put_link_key()
/btstack/src/classic/
H A Dbtstack_link_key_db_static.c72 static char *link_key_to_str(link_key_t link_key){ in link_key_to_str() function
127 …log_info("{ \"%s\", \"%s\", %u },\n", bd_addr_to_str(bd_addr), link_key_to_str(link_key), (int) li… in link_key_db_put_link_key()
/btstack/platform/posix/
H A Dbtstack_link_key_db_fs.c75 static char *link_key_to_str(link_key_t link_key){ in link_key_to_str() function
138 char * link_key_str = link_key_to_str(link_key); in put_link_key()