X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-service%2Fservices%2Fbt-service-common.c;h=7a8b870cba596fcd580f24c94ba667fd81f3c703;hb=89402339a81775d534510fb74c539f10655ef6c2;hp=0b6067974f12065f3f82edd575838d1c8f0c6e85;hpb=4fb3c2ae989c0df21db2c03c37ec103658d3f97e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-service/services/bt-service-common.c b/bt-service/services/bt-service-common.c index 0b60679..7a8b870 100644 --- a/bt-service/services/bt-service-common.c +++ b/bt-service/services/bt-service-common.c @@ -1524,7 +1524,6 @@ invocation_info_t* _bt_get_request_info_data(int service_function, char *address return NULL; } -#ifdef TIZEN_GATT_CLIENT invocation_info_t* _bt_get_request_info_data_from_function_name(int service_function) { GSList *l; @@ -1541,7 +1540,6 @@ invocation_info_t* _bt_get_request_info_data_from_function_name(int service_func BT_DBG("Not existed"); return NULL; } -#endif void _bt_set_device_values(gboolean connected, int state) {