avbtp: add some more fields

Add ADP entries timeout
This commit is contained in:
Wim Taymans 2022-03-16 08:53:21 +01:00
parent f470354e67
commit dc44a61ef3
4 changed files with 202 additions and 77 deletions

View file

@ -53,7 +53,7 @@ struct server_events {
void (*periodic) (void *data, uint64_t now);
int (*command) (void *data, const char *command, const char *args);
int (*command) (void *data, uint64_t now, const char *command, const char *args);
};
struct server {