Fix issue where gatt service can not be found #2 26/309826/1
authorWootak Jung <wootak.jung@samsung.com>
Mon, 15 Apr 2024 08:32:32 +0000 (17:32 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 17 Apr 2024 03:11:13 +0000 (12:11 +0900)
Change-Id: I66fbfe0aaca4d00d8a7b8abf720b042b0b77e547
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
bt-oal/include/oal-manager.h

index 89c10a9..3ea03e9 100644 (file)
@@ -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) */