Porting flight mode logic to HAL
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-gatt-client-api.h
index 01f4563..ef1b632 100644 (file)
@@ -176,11 +176,12 @@ int bluetooth_gatt_client_set_service_change_watcher(
                gboolean enable);
 
 int bluetooth_gatt_client_watch_characteristics(
-                        const char *address,
-                        bt_gatt_handle_property_t *service_handle,
-                        bt_gatt_handle_property_t *char_handle,
-                        int client_id,
-                        gboolean is_notify);
+                       const char *address,
+                       bt_gatt_handle_property_t *service_handle,
+                       bt_gatt_handle_property_t *char_handle,
+                       int client_id,
+                       gboolean is_notify,
+                       gboolean is_indicate);
 
 #ifdef __cplusplus
 }