Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dpbap_client.c402 obex_auth_parser_process_data(&client->obex_auth_parser, data_buffer, data_len); in pbap_client_parser_callback_connect()
638 obex_auth_parser_init(&pbap_client->obex_auth_parser); in pbap_handle_can_send_now()
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()
913 … pbap_client_emit_authentication_event(client, client->obex_auth_parser.authentication_options); in pbap_packet_handler_goep()
H A Dpbap_client.h169 pbap_client_obex_auth_parser_t obex_auth_parser; member