Home
last modified time | relevance | path

Searched refs:obex_parser_init_for_response (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dpbap_client.c596obex_parser_init_for_response(&client->obex_parser, OBEX_OPCODE_GET, pbap_client_parser_callback_g… in pbap_client_prepare_get_operation()
618obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_ABORT, NULL, pbap_client); in pbap_handle_can_send_now()
637obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_CONNECT, pbap_client_parser_c… in pbap_handle_can_send_now()
667obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_CONNECT, pbap_client_parser_c… in pbap_handle_can_send_now()
679obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_DISCONNECT, NULL, pbap_client… in pbap_handle_can_send_now()
701obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_GET, pbap_client_parser_callb… in pbap_handle_can_send_now()
807obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_SETPATH, NULL, pbap_client); in pbap_handle_can_send_now()
834obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_SETPATH, NULL, pbap_client); in pbap_handle_can_send_now()
H A Davrcp_cover_art_client.c199obex_parser_init_for_response(&cover_art_client->obex_parser, OBEX_OPCODE_GET, avrcp_cover_art_cli… in avrcp_cover_art_client_prepare_get_operation()
213 obex_parser_init_for_response(&cover_art_client->obex_parser, OBEX_OPCODE_CONNECT, in avrcp_cover_art_client_handle_can_send_now()
248obex_parser_init_for_response(&cover_art_client->obex_parser, OBEX_OPCODE_DISCONNECT, NULL, cover_… in avrcp_cover_art_client_handle_can_send_now()
H A Dobex_parser.h175 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac…
H A Dobex_parser.c87 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac… in obex_parser_init_for_response() function
/btstack/test/obex/
H A Dobex_parser_test.cpp51 obex_parser_init_for_response(&parser, opcode, &parser_callback, NULL); in TEST_GROUP()