diff --git a/ble/gatt_client.h b/ble/gatt_client.h index 15d328b29..437093d71 100644 --- a/ble/gatt_client.h +++ b/ble/gatt_client.h @@ -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,