Update for license file
[apps/native/ug-mobile-ap.git] / include / mh_view_main.h
index a3f0f72..6bc7e85 100644 (file)
@@ -7,7 +7,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 
-* http://www.tizenopensource.org/license
+* http://floralicense.org/license
 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
@@ -33,18 +33,16 @@ extern "C" {
 #define MH_KB                  (1000)
 #define MH_MB                  (MH_KB * MH_KB)
 
-#define MH_DEVICE_LIST_NO_NAME "No name"
-#define MH_DEFAULT_DEVICE_NAME "No name"
-
 void ap_update_data_onoff(void *data);
 void ap_update_data_device(mh_appdata_t *ad);
 Eina_Bool ap_update_data_packet_usage(mh_appdata_t *ad);
 void _start_update_data_packet_usage(mh_appdata_t *ad);
 void _stop_update_data_packet_usage(mh_appdata_t *ad);
 void ap_draw_contents(mh_appdata_t *ad);
-void ap_callback_del(void *data);
-void _update_usb_item(mh_appdata_t *ad, int usb_state);
+void ap_callback_del(mh_appdata_t *ad);
 void _update_wifi_item(mh_appdata_t *ad, int wifi_state);
+void _update_bt_item(mh_appdata_t *ad, int bt_state);
+void _update_usb_item(mh_appdata_t *ad, int usb_state);
 void _update_main_view(mh_appdata_t *ad);
 
 #ifdef __cplusplus