Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dobex_parser.h114 } obex_parser_t; typedef
166 void obex_parser_init_for_request(obex_parser_t * obex_parser, obex_parser_callback_t obex_parser_c…
175 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac…
184 obex_parser_object_state_t obex_parser_process_data(obex_parser_t *obex_parser, const uint8_t *data…
191 void obex_parser_get_operation_info(obex_parser_t * obex_parser, obex_parser_operation_info_t * obe…
H A Dobex_parser.c75 static void obex_parser_init(obex_parser_t * obex_parser, obex_parser_callback_t obex_parser_callba… in obex_parser_init()
76 memset(obex_parser, 0, sizeof(obex_parser_t)); in obex_parser_init()
82 void obex_parser_init_for_request(obex_parser_t * obex_parser, obex_parser_callback_t obex_parser_c… in obex_parser_init_for_request()
87 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac… in obex_parser_init_for_response()
93 obex_parser_object_state_t obex_parser_process_data(obex_parser_t *obex_parser, const uint8_t *data… in obex_parser_process_data()
229 void obex_parser_get_operation_info(obex_parser_t * obex_parser, obex_parser_operation_info_t * obe… in obex_parser_get_operation_info()
H A Davrcp_cover_art_client.h108 obex_parser_t obex_parser;
H A Dpbap_client.h166 obex_parser_t obex_parser;
/btstack/test/obex/
H A Dobex_parser_test.cpp31 obex_parser_t parser; in TEST_GROUP()