Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dobex_parser.h125 typedef void (*obex_app_param_parser_callback_t)(void * user_data, uint8_t tag_id, uint8_t total_le… typedef
150 obex_app_param_parser_callback_t callback;
213 void obex_app_param_parser_init(obex_app_param_parser_t * parser, obex_app_param_parser_callback_t
H A Dobex_parser.c263 void obex_app_param_parser_init(obex_app_param_parser_t * parser, obex_app_param_parser_callback_t in obex_app_param_parser_init()