mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-25 15:41:00 +00:00
fix compile
This commit is contained in:
parent
630c4f2ddf
commit
0f058b53b4
@ -102,7 +102,14 @@ typedef enum {
|
||||
|
||||
P_W4_CMAC
|
||||
} 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{
|
||||
SEND_MTU_EXCHANGE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user