Searched refs:link_key_to_str (Results 1 – 3 of 3) sorted by relevance
/btstack/platform/wiced/ |
H A D | btstack_link_key_db_wiced_dct.c | 67 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 D | btstack_link_key_db_static.c | 72 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 D | btstack_link_key_db_fs.c | 75 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()
|