Remove __INTEGRATE_GATT_INFO__ feature 99/235899/3
authorWootak Jung <wootak.jung@samsung.com>
Thu, 11 Jun 2020 01:09:28 +0000 (10:09 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 11 Jun 2020 04:43:59 +0000 (13:43 +0900)
Easy Setup scenario not supported

Change-Id: Ie9e19de45f5b551de32561d74c865b44c5ceeab0
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
bt-service-adaptation/services/gatt/bt-service-gatt.c
bt-service-adaptation/services/include/bt-service-gatt.h

index bb090ce..1396a98 100644 (file)
@@ -144,7 +144,7 @@ struct gatt_client_info_t {
  * Remove gatt_client/server_info_t and use gatt_conn_info_t
  * Remove gatt_client/server_info_list and use gatt_conn_info_list
  */
-#define __INTEGRATE_GATT_INFO__
+//#define __INTEGRATE_GATT_INFO__ // TODO: this feature can be used if easy setup scenario is fully supported and the name need to be changed to avoid confusion with existing GATT flags
 #ifndef __INTEGRATE_GATT_INFO__
 /* Linked List of connected Remote GATT Servers */
 static GSList *gatt_server_info_list = NULL;
index 48ab767..b6ef3dc 100644 (file)
@@ -97,7 +97,7 @@ int _bt_get_att_mtu(bluetooth_device_address_t *address,
 
 int _bt_gatt_server_acquire_send_response(char *sender, bluetooth_gatt_server_acquire_response_params_t *param, void *);
 
-#define __INTEGRATE_GATT_INFO__
+//#define __INTEGRATE_GATT_INFO__ // TODO: this feature can be used if easy setup scenario is fully supported
 #ifndef __INTEGRATE_GATT_INFO__
 struct gatt_client_info_t *_bt_find_remote_gatt_client_info(char *address);
 #else