Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dpbap_client.h130 uint16_t authentication_nonce[16]; member
H A Dpbap_client.c307 … memcpy(&auth_parser->authentication_nonce[auth_parser->pos], data_buffer, bytes_to_consume); in obex_auth_parser_process_data()
654 MD5_Update(&md5_ctx, pbap_client->obex_auth_parser.authentication_nonce, 16); in pbap_handle_can_send_now()
661 … (void)memcpy(&challenge_response[pos], pbap_client->obex_auth_parser.authentication_nonce, 16); in pbap_handle_can_send_now()