From: Wootak Jung Date: Wed, 29 Sep 2021 23:32:56 +0000 (+0900) Subject: [ACR-1666] Add gatt service resync change type X-Git-Tag: submit/tizen/20210930.054510^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1594ed9376ba986a95df1bca13ecef524078aa9;p=platform%2Fcore%2Fapi%2Fbluetooth.git [ACR-1666] Add gatt service resync change type Change-Id: Ifa1a29f098d4c738cdcc356f3999a478f7862e63 Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth_type.h b/include/bluetooth_type.h index 0333c44..5d4da97 100644 --- a/include/bluetooth_type.h +++ b/include/bluetooth_type.h @@ -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; /**