Home
last modified time | relevance | path

Searched refs:obex_parser_init_for_request (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Dobex_parser.h166 void obex_parser_init_for_request(obex_parser_t * obex_parser, obex_parser_callback_t obex_parser_c…
H A Dobex_parser.c82 void obex_parser_init_for_request(obex_parser_t * obex_parser, obex_parser_callback_t obex_parser_c… in obex_parser_init_for_request() function
/btstack/test/obex/
H A Dobex_parser_test.cpp41 obex_parser_init_for_request(&parser, &parser_callback, NULL); in TEST_GROUP()