From 476227bbc169d69dfecd95957245d08c6d14b956 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 15 Apr 2024 17:32:32 +0900 Subject: [PATCH] Fix issue where gatt service can not be found #2 Change-Id: I66fbfe0aaca4d00d8a7b8abf720b042b0b77e547 Signed-off-by: Wootak Jung --- bt-oal/include/oal-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-oal/include/oal-manager.h b/bt-oal/include/oal-manager.h index 89c10a9..3ea03e9 100644 --- a/bt-oal/include/oal-manager.h +++ b/bt-oal/include/oal-manager.h @@ -148,7 +148,7 @@ typedef struct { /** GATT ID adding instance id tracking to the UUID */ typedef struct { oal_uuid_t uuid; - uint8_t inst_id; + uint16_t inst_id; } oal_gatt_id_t; /** GATT Service ID also identifies the service type (primary/secondary) */ -- 2.7.4