X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-api%2Finclude%2Fbt-common.h;h=13b4b3c8131f2e09ade6d8b729b8b56224c2d5be;hb=89402339a81775d534510fb74c539f10655ef6c2;hp=0f652b274449d833041fc8eb81fd425e84f44a6a;hpb=4fb3c2ae989c0df21db2c03c37ec103658d3f97e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-api/include/bt-common.h b/bt-api/include/bt-common.h index 0f652b2..13b4b3c 100644 --- a/bt-api/include/bt-common.h +++ b/bt-api/include/bt-common.h @@ -259,10 +259,7 @@ typedef enum { #ifndef GATT_DIRECT BT_GATT_SERVER, #endif - -#ifdef TIZEN_GATT_CLIENT BT_GATT_CLIENT, -#endif BT_MESH, BT_MAX_USER_INFO } bt_user_info_type_t; @@ -307,10 +304,8 @@ void _bt_gatt_server_event_cb(int event, int result, void *param, void *callback, void *user_data); #endif -#ifdef TIZEN_GATT_CLIENT void _bt_gatt_client_event_cb(int event, int result, void *param, void *callback, void *user_data); -#endif /*Mesh*/ void _bt_mesh_event_cb(int event, int result, void *param,