From: Wootak Jung Date: Mon, 15 Apr 2024 08:32:32 +0000 (+0900) Subject: Fix issue where gatt service can not be found #2 X-Git-Tag: accepted/tizen/7.0/unified/20240417.161125^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf80cce203a5bd7101e890e6fdb841e44f43f863;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Fix issue where gatt service can not be found #2 Change-Id: I66fbfe0aaca4d00d8a7b8abf720b042b0b77e547 Signed-off-by: Wootak Jung --- 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) */