mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
goep_client: add linked list item
This commit is contained in:
parent
5e3d37d4f6
commit
7b89ba556b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user