mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +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;
|
} goep_state_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
btstack_linked_item_t item;
|
||||||
|
|
||||||
uint16_t cid;
|
uint16_t cid;
|
||||||
|
|
||||||
goep_state_t state;
|
goep_state_t state;
|
||||||
bd_addr_t bd_addr;
|
bd_addr_t bd_addr;
|
||||||
uint16_t uuid;
|
uint16_t uuid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user