goep_client: add linked list item

This commit is contained in:
Matthias Ringwald 2023-03-13 18:04:20 +01:00
parent 5e3d37d4f6
commit 7b89ba556b

View File

@ -75,7 +75,10 @@ typedef enum {
} goep_state_t;
typedef struct {
btstack_linked_item_t item;
uint16_t cid;
goep_state_t state;
bd_addr_t bd_addr;
uint16_t uuid;