Searched refs:obex_parser_init_for_response (Results 1 – 5 of 5) sorted by relevance
/btstack/src/classic/ |
H A D | pbap_client.c | 596 …obex_parser_init_for_response(&client->obex_parser, OBEX_OPCODE_GET, pbap_client_parser_callback_g… in pbap_client_prepare_get_operation() 618 … obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_ABORT, NULL, pbap_client); in pbap_handle_can_send_now() 637 …obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_CONNECT, pbap_client_parser_c… in pbap_handle_can_send_now() 667 …obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_CONNECT, pbap_client_parser_c… in pbap_handle_can_send_now() 679 …obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_DISCONNECT, NULL, pbap_client… in pbap_handle_can_send_now() 701 …obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_GET, pbap_client_parser_callb… in pbap_handle_can_send_now() 807 … obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_SETPATH, NULL, pbap_client); in pbap_handle_can_send_now() 834 … obex_parser_init_for_response(&pbap_client->obex_parser, OBEX_OPCODE_SETPATH, NULL, pbap_client); in pbap_handle_can_send_now()
|
H A D | avrcp_cover_art_client.c | 199 …obex_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() 248 …obex_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 D | obex_parser.h | 175 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac…
|
H A D | obex_parser.c | 87 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 D | obex_parser_test.cpp | 51 obex_parser_init_for_response(&parser, opcode, &parser_callback, NULL); in TEST_GROUP()
|