Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dbtstack_link_key_db_static.c71 static char link_key_to_str_buffer[LINK_KEY_STR_LEN+1]; // 11223344556677889900112233445566\0 variable
73 char * p = link_key_to_str_buffer; in link_key_to_str()
80 return (char *) link_key_to_str_buffer; in link_key_to_str()
/btstack/platform/wiced/
H A Dbtstack_link_key_db_wiced_dct.c66 static char link_key_to_str_buffer[LINK_KEY_STR_LEN+1]; // 11223344556677889900112233445566\0 variable
68 char * p = link_key_to_str_buffer; in link_key_to_str()
75 return (char *) link_key_to_str_buffer; in link_key_to_str()
/btstack/platform/posix/
H A Dbtstack_link_key_db_fs.c74 static char link_key_to_str_buffer[LINK_KEY_STR_LEN+1]; // 11223344556677889900112233445566\0 variable
76 char * p = link_key_to_str_buffer; in link_key_to_str()
83 return (char *) link_key_to_str_buffer; in link_key_to_str()