X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmobileap_bluetooth.h;h=168b2ddae7f380bd3375083be1998c53eafd7f41;hb=03b79e68df7be3702ce4616069e94589c2a15d91;hp=f37f8e2858bde95272679ba863b7c4f415906c02;hpb=df6fc2245c885972bf152bb164f1c17d867cfe7a;p=framework%2Fconnectivity%2Fmobileap-agent.git diff --git a/include/mobileap_bluetooth.h b/include/mobileap_bluetooth.h index f37f8e2..168b2dd 100644 --- a/include/mobileap_bluetooth.h +++ b/include/mobileap_bluetooth.h @@ -23,13 +23,13 @@ #define PS_RECHECK_INTERVAL 500 #define PS_RECHECK_COUNT_MAX 5 -void _bt_get_remote_device_name(TetheringObject *obj, const char *mac, char **name); -mobile_ap_error_code_e _disable_bt_tethering(TetheringObject *obj); +void _bt_get_remote_device_name(const char *mac, char **name); +mobile_ap_error_code_e _disable_bt_tethering(Tethering *obj); gboolean _is_trying_bt_operation(void); -gboolean tethering_enable_bt_tethering(TetheringObject *obj, - DBusGMethodInvocation *context); -gboolean tethering_disable_bt_tethering(TetheringObject *obj, - DBusGMethodInvocation *context); +gboolean tethering_enable_bt_tethering(Tethering *obj, + GDBusMethodInvocation *context); +gboolean tethering_disable_bt_tethering(Tethering *obj, + GDBusMethodInvocation *context); #endif /* __MOBILEAP_BLUETOOTH_H__ */