mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-26 00:40:38 +00:00
fix compile
This commit is contained in:
parent
630c4f2ddf
commit
0f058b53b4
@ -104,6 +104,13 @@ typedef enum {
|
|||||||
} gatt_client_state_t;
|
} gatt_client_state_t;
|
||||||
|
|
||||||
|
|
||||||
|
typedef struct gatt_subclient {
|
||||||
|
linked_item_t item;
|
||||||
|
uint16_t id;
|
||||||
|
// gatt_client_callback_t callback;
|
||||||
|
} gatt_subclient_t;
|
||||||
|
|
||||||
|
|
||||||
typedef enum{
|
typedef enum{
|
||||||
SEND_MTU_EXCHANGE,
|
SEND_MTU_EXCHANGE,
|
||||||
SENT_MTU_EXCHANGE,
|
SENT_MTU_EXCHANGE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user