[ACR-1666] Add gatt service resync change type 89/264789/2 accepted/tizen/6.5/unified/20211028.094520 accepted/tizen/unified/20211001.001241 submit/tizen/20210930.054510 submit/tizen_6.5/20211028.161701 tizen_6.5.m2_release yes
authorWootak Jung <wootak.jung@samsung.com>
Wed, 29 Sep 2021 23:32:56 +0000 (08:32 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 30 Sep 2021 02:40:09 +0000 (11:40 +0900)
Change-Id: Ifa1a29f098d4c738cdcc356f3999a478f7862e63
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth_type.h

index 0333c44..5d4da97 100644 (file)
@@ -730,6 +730,7 @@ typedef enum {
 typedef enum {
        BT_GATT_CLIENT_SERVICE_ADDED,   /**< Service added */
        BT_GATT_CLIENT_SERVICE_REMOVED, /**< Service removed */
+       BT_GATT_CLIENT_SERVICE_RESYNC,  /**< Resync is required (Since 6.5) */
 } bt_gatt_client_service_change_type_e;
 
 /**