2651c771707c0fd9b1e576c4eecb0e11f074557c
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-common.h
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *              http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18
19 #ifndef _BT_SERVICE_COMMON_H_
20 #define _BT_SERVICE_COMMON_H_
21
22 #include <sys/types.h>
23 #include <dlog.h>
24 #include <glib.h>
25 #include <gio/gio.h>
26
27 #include "bluetooth-api.h"
28
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32
33 #undef LOG_TAG
34 #define LOG_TAG "BLUETOOTH_FRWK_SERVICE"
35
36 #ifdef FUNCTION_TRACE
37 #define FN_START BT_DBG("[ENTER FUNC]")
38 #define FN_END BT_DBG("[EXIT FUNC]")
39 #else
40 #define FN_START
41 #define FN_END
42 #endif
43
44 #define LOG_COLOR_RESET    "\033[0m"
45 #define LOG_COLOR_RED      "\033[31m"
46 #define LOG_COLOR_YELLOW   "\033[33m"
47 #define LOG_COLOR_GREEN         "\033[32m"
48 #define LOG_COLOR_BLUE          "\033[36m"
49 #define LOG_COLOR_PURPLE   "\033[35m"
50
51
52 #ifndef TIZEN_TV
53 #define BT_DBG(fmt, args...) \
54         SLOGD(fmt, ##args)
55 #define BT_INFO(fmt, args...) \
56         SLOGI(fmt, ##args)
57 #define BT_ERR(fmt, args...) \
58         SLOGE(fmt, ##args)
59 #else
60 #define BT_DBG(fmt, args...) \
61         LOGI(fmt, ##args)
62 #define BT_INFO(fmt, args...) \
63         LOGI(fmt, ##args)
64 #define BT_ERR(fmt, args...) \
65         LOGE(fmt, ##args)
66 #endif
67
68 #define BT_INFO_C(fmt, arg...) \
69         SLOGI_IF(TRUE,  LOG_COLOR_GREEN" "fmt" "LOG_COLOR_RESET, ##arg)
70 #define BT_ERR_C(fmt, arg...) \
71         SLOGI_IF(TRUE,  LOG_COLOR_RED" "fmt" "LOG_COLOR_RESET, ##arg)
72
73 #define DBG_SECURE(fmt, args...) SECURE_SLOGD(fmt, ##args)
74 #define INFO_SECURE(fmt, args...) SECURE_SLOGI(fmt, ##args)
75 #define ERR_SECURE(fmt, args...) SECURE_SLOGE(fmt, ##args)
76
77 #define ret_if(expr) \
78         do { \
79                 if (expr) { \
80                         BT_ERR("(%s) return", #expr); \
81                         return; \
82                 } \
83         } while (0)
84
85 #define retv_if(expr, val) \
86         do { \
87                 if (expr) { \
88                         BT_ERR("(%s) return", #expr); \
89                         return (val); \
90                 } \
91         } while (0)
92
93 #define BT_CHECK_PARAMETER(arg, func) \
94         do { \
95                 if (arg == NULL) { \
96                         BT_ERR("%s is NULL", #arg); \
97                         func BLUETOOTH_ERROR_INVALID_PARAM; \
98                 } \
99         } while (0)
100
101
102 #define BT_ADDRESS_LENGTH_MAX 6
103 #define BT_ADDRESS_STRING_SIZE 18
104 #define BT_RFCOMM_BUFFER_MAX 1024
105 #define BT_LOWER_ADDRESS_LENGTH 9
106
107 #define BT_AGENT_AUTO_PAIR_BLACKLIST_FILE (APP_SYSCONFDIR"/auto-pair-blacklist")
108 #define BT_AGENT_NEW_LINE "\r\n"
109
110 #define BT_MAX_DBUS_TIMEOUT 45000
111 #ifndef TIZEN_TV
112 #define BT_ENABLE_TIMEOUT 20000 /* 20 seconds */
113 #else
114 #define BT_ENABLE_TIMEOUT 5000 /* 5 seconds */
115 #endif
116 #define BT_DISCOVERY_FINISHED_DELAY 200
117
118 #define MANAGER_EVENT_MATCH_RULE \
119                         "type='signal'," \
120                         "interface='%s'," \
121                         "member='%s'"
122
123 #define EVENT_MATCH_RULE \
124                         "type='signal'," \
125                         "interface='%s',"
126
127 #define BT_TEMINATING_WAIT_TIME 200
128
129 #define BT_TIMEOUT_MESSAGE "Did not receive a reply. Possible causes include: " \
130                         "the remote application did not send a reply, " \
131                         "the message bus security policy blocked the reply, " \
132                         "the reply timeout expired, or the network connection " \
133                         "was broken."
134
135 #define BT_DBUS_TIMEOUT_MESSAGE "Timeout was reached"
136
137 #define BT_BLUEZ_NAME "org.bluez"
138
139 #define BT_BLUEZ_PATH "/org/bluez"
140 #define BT_BLUEZ_HCI_PATH "/org/bluez/hci0"
141 #define BT_AGENT_NAME "org.bluez.frwk_agent"
142 #define BT_AGENT_PATH "/org/bluez/agent/frwk_agent"
143 #define BT_DEVICE_AGENT_PATH "/org/tizen/device_agent"
144 #define BT_ADAPTER_AGENT_PATH "/org/tizen/adapter_agent"
145 #define BT_MANAGER_PATH "/"
146
147
148 #define BT_MANAGER_INTERFACE "org.freedesktop.DBus.ObjectManager"
149 #define BT_ADAPTER_INTERFACE "org.bluez.Adapter1"
150 #define BT_AGENT_INTERFACE "org.bluez.Agent1"
151 #define BT_AGENT_MANAGER_INTERFACE "org.bluez.AgentManager1"
152 #define BT_DEVICE_INTERFACE "org.bluez.Device1"
153 #define BT_NETWORK_SERVER_INTERFACE "org.bluez.NetworkServer1"
154 #define BT_MEDIA_INTERFACE "org.bluez.Media1"
155 #define BT_MEDIA_PLAYER_INTERFACE "org.mpris.MediaPlayer2.Player"
156 #define BT_MEDIATRANSPORT_INTERFACE "org.bluez.MediaTransport1"
157 #define BT_MEDIA_CONTROL_INTERFACE "org.bluez.MediaControl1"
158 #define BT_PLAYER_CONTROL_INTERFACE "org.bluez.MediaPlayer1"
159 #define BT_GATT_CHAR_INTERFACE "org.bluez.GattCharacteristic1"
160
161 #define BT_INPUT_INTERFACE "org.bluez.Input1"
162 #define BT_NETWORK_INTERFACE "org.bluez.Network"
163 #define BT_NETWORK_CLIENT_INTERFACE "org.bluez.Network1"
164 #define BT_SERIAL_INTERFACE "org.bluez.Serial"
165 #define BT_SERIAL_MANAGER_INTERFACE "org.bluez.SerialProxyManager"
166 #define BT_SERIAL_PROXY_INTERFACE "org.bluez.SerialProxy"
167 #define BT_SINK_INTERFACE "org.bluez.AudioSink"
168 #define BT_AUDIO_INTERFACE "org.bluez.Audio"
169 #define BT_HEADSET_INTERFACE "org.bluez.Headset"
170 #define BT_OOB_INTERFACE "org.bluez.OutOfBand"
171 #define BT_HANDSFREE_GATEWAY_INTERFACE "org.bluez.HandsfreeGateway"
172 #define BT_OBEXD_INTERFACE "org.openobex"
173 #define BT_OBEXD_MANAGER_INTERFACE "org.openobex.Manager"
174 #define BT_OBEXD_TRANSFER_INTERFACE "org.openobex.Transfer"
175 #define BT_A2DP_SOURCE_INTERFACE "org.bluez.AudioSource"
176
177 #define BT_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
178
179
180 #define BT_OBEX_SERVICE_NAME "org.bluez.obex"
181 #define BT_OBEX_CLIENT_PATH "/org/bluez/obex"
182 #define BT_OBEX_CLIENT_INTERFACE "org.bluez.obex.Client1"
183
184
185
186 #define BT_OBEX_TRANSFER_INTERFACE "org.bluez.obex.Transfer1"
187 #define BT_OBEX_AGENT_INTERFACE "org.bluez.obex.Agent1"
188
189
190
191 #define BT_OBEXD_DBUS_NAME "org.bluez.obex"
192 #define BT_OBEX_OBJECT_PUSH_INTERFACE "org.bluez.obex.ObjectPush1"
193
194
195 #define BT_FREEDESKTOP_INTERFACE "org.freedesktop.DBus"
196 #define BT_FREEDESKTOP_PATH "/org/freedesktop/DBus"
197
198
199 #define BT_DUMP_SERVICE_NAME "org.tizen.system.dumpservice"
200 #define BT_DUMP_SERVICE_PATH "/Org/Tizen/System/DumpService"
201 #define BT_DUMP_SERVICE_INTERFACE BT_DUMP_SERVICE_NAME
202
203 #define BT_DUMP_SERVICE_SIGNAL "Dump"
204 #define BT_DUMP_SERVICE_START_SIGNAL "Start"
205 #define BT_DUMP_SERVICE_FINISH_SIGNAL "Finish"
206
207
208 #define BT_INTERFACES_ADDED "InterfacesAdded"
209 #define BT_INTERFACES_REMOVED "InterfacesRemoved"
210 #define BT_NAME_OWNER_CHANGED "NameOwnerChanged"
211 #define BT_PROPERTIES_CHANGED "PropertiesChanged"
212
213
214
215 #define BT_SESSION_BASEPATH_SERVER "/org/bluez/obex/server"
216 #define BT_SESSION_BASEPATH_CLIENT "/org/bluez/obex/client"
217
218 #define BT_SERVICE_ERR_MSG_NOT_SUPPORTED "Operation is not supported"
219
220 /* UUID */
221 #define GENERIC_AUDIO_UUID      "00001203-0000-1000-8000-00805f9b34fb"
222
223 #define OBEX_OPP_UUID           "00001105-0000-1000-8000-00805f9b34fb"
224
225 #define HSP_HS_UUID             "00001108-0000-1000-8000-00805f9b34fb"
226 #define HSP_AG_UUID             "00001112-0000-1000-8000-00805f9b34fb"
227
228 #define HFP_HS_UUID             "0000111e-0000-1000-8000-00805f9b34fb"
229 #define HFP_AG_UUID             "0000111f-0000-1000-8000-00805f9b34fb"
230
231 #define ADVANCED_AUDIO_UUID     "0000110d-0000-1000-8000-00805f9b34fb"
232
233 #define A2DP_SOURCE_UUID        "0000110a-0000-1000-8000-00805f9b34fb"
234 #define A2DP_SINK_UUID          "0000110b-0000-1000-8000-00805f9b34fb"
235
236 #define AVRCP_REMOTE_UUID       "0000110e-0000-1000-8000-00805f9b34fb"
237 #define AVRCP_TARGET_UUID       "0000110c-0000-1000-8000-00805f9b34fb"
238
239 #define HID_UUID                "00001124-0000-1000-8000-00805f9b34fb"
240 #define HID_DEVICE_UUID         "00001124-0000-1000-8000-00805f9b43bf"
241 #define PNP_UUID                "00001200-0000-1000-8000-00805f9b34fb"
242 #define RFCOMM_UUID_STR         "00000003-0000-1000-8000-00805f9b34fb"
243 #define PANU_UUID               "00001115-0000-1000-8000-00805f9b34fb"
244 #define NAP_UUID                "00001116-0000-1000-8000-00805f9b34fb"
245 #define OBEX_PSE_UUID           "0000112f-0000-1000-8000-00805f9b34fb"
246 #define GATT_UUID               "00001801-0000-1000-8000-00805f9b34fb"
247
248 /* Privilege */
249 #define BT_PRIVILEGE_PUBLIC "http://tizen.org/privilege/bluetooth"
250 #define BT_PRIVILEGE_PLATFORM "http://tizen.org/privilege/bluetooth.admin"
251 #define MEDIASTORAGE_PRIVILEGE "http://tizen.org/privilege/mediastorage"
252
253 /* BD Address type */
254 #define BDADDR_BREDR           0x00
255 #define BDADDR_LE_PUBLIC       0x01
256 #define BDADDR_LE_RANDOM       0x02
257
258 /* Advertising report event types */
259 #define BT_LE_ADV_IND           0x00
260 #define BT_LE_ADV_DIRECT_IND    0x01
261 #define BT_LE_ADV_SCAN_IND              0x02
262 #define BT_LE_ADV_NONCONN_IND   0x03
263 #define BT_LE_ADV_SCAN_RSP              0x04
264
265 /* Profile states matched to btd_service_state_t of bluez service.h */
266 typedef enum {
267         BT_PROFILE_STATE_UNAVAILABLE,
268         BT_PROFILE_STATE_DISCONNECTED,
269         BT_PROFILE_STATE_CONNECTING,
270         BT_PROFILE_STATE_CONNECTED,
271         BT_PROFILE_STATE_DISCONNECTING,
272 } bt_profile_state_t;
273
274 typedef enum {
275         BT_ADV_IND_INFO = 0x00,
276         BT_SCAN_RSP_INFO = 0x01,
277 } bt_le_device_info_type_t;
278
279 typedef enum {
280         BT_PROFILE_CONN_RFCOMM = 0x01,
281         BT_PROFILE_CONN_A2DP = 0x02,
282         BT_PROFILE_CONN_HSP = 0x04,
283         BT_PROFILE_CONN_HID = 0x08,
284         BT_PROFILE_CONN_NAP = 0x10,
285         BT_PROFILE_CONN_HFG = 0x20,
286         BT_PROFILE_CONN_GATT = 0x40,
287         BT_PROGILE_CONN_NAP = 0x80,
288         BT_PROFILE_CONN_A2DP_SINK = 0x100,
289         BT_PROFILE_CONN_ALL = 0xffffffff,
290 } bt_profile_type_t;
291
292 typedef struct {
293         char *address;
294         int addr_type;
295         int rssi;
296         int adv_type;
297         bt_le_device_info_type_t dev_type;
298         int adv_data_len;
299         char *adv_data;
300 } bt_remote_le_dev_info_t;
301
302 typedef struct {
303         int rssi;
304         int class;
305         char *address;
306         char *name;
307         char **uuids;
308         unsigned int uuid_count;
309         gboolean paired;
310         bluetooth_connected_link_t connected;
311         gboolean trust;
312         gboolean is_alias_set;
313         char *manufacturer_data;
314         int manufacturer_data_len;
315         guchar addr_type;
316 #if 0 /* Should match with bt_dev_info_t in bluetooth-api.h */
317         bt_remote_le_dev_info_t le_dev_info;
318 #endif
319 } bt_remote_dev_info_t;
320
321 /* RFCOMM client /server will use this structure*/
322 typedef struct {
323         int fd;
324         GIOChannel *io_channel;
325         guint io_event;
326         char *dev_node;
327         char *address;
328         char *uuid;
329 } bt_rfcomm_info_t;
330
331 typedef struct {
332         int req_id;
333         char *address;
334 } bt_function_data_t;
335
336 GDBusConnection *_bt_get_system_conn(void);
337
338 GDBusConnection *_bt_get_system_gconn(void);
339
340 GDBusConnection *_bt_get_session_gconn(void);
341
342 void *_bt_get_net_conn(void);
343
344 GDBusProxy *_bt_get_manager_proxy(void);
345
346 GDBusProxy *_bt_get_adapter_proxy(void);
347
348 GDBusProxy *_bt_get_adapter_properties_proxy(void);
349
350 char *_bt_get_device_object_path(char *address);
351
352 char *_bt_get_profile_uuid128(bt_profile_type_t profile_type);
353
354 char *_bt_convert_error_to_string(int error);
355
356 char * _bt_convert_disc_reason_to_string(int reason);
357
358 void _bt_logging_connection(gboolean connect, int addr_type);
359
360 char *_bt_get_adapter_path(void);
361
362 void _bt_deinit_proxys(void);
363
364 void _bt_convert_device_path_to_address(const char *device_path,
365                                                 char *device_address);
366
367 void _bt_convert_addr_string_to_type(unsigned char *addr,
368                                         const char *address);
369
370 void _bt_convert_addr_string_to_secure_string(char *addr,
371                                         const char *address);
372
373 void _bt_convert_addr_type_to_string(char *address,
374                                 unsigned char *addr);
375
376 void _bt_swap_byte_ordering(char *data, int data_len);
377
378 int _bt_byte_arr_cmp(const char *data1, const char *data2, int data_len);
379
380 int _bt_byte_arr_cmp_with_mask(const char *data1, const char *data2,
381                                 const char *mask, int data_len);
382
383 void _bt_print_device_address_t(const bluetooth_device_address_t *addr);
384
385 void _bt_divide_device_class(bluetooth_device_class_t *device_class,
386                                 unsigned int cod);
387
388 void _bt_free_device_info(bt_remote_dev_info_t *dev_info);
389
390 void _bt_free_le_device_info(bt_remote_le_dev_info_t *le_dev_info);
391
392 int _bt_copy_utf8_string(char *dest, const char *src, unsigned int length);
393
394 gboolean _bt_utf8_validate(char *name);
395
396 int _bt_register_osp_server_in_agent(int type, char *uuid, char *path, int fd);
397
398 int _bt_unregister_osp_server_in_agent(int type, char *uuid);
399
400 int _bt_set_socket_non_blocking(int socket_fd);
401
402 int _bt_set_non_blocking_tty(int sk);
403
404 void _bt_deinit_bluez_proxy(void);
405
406 int _bt_eventsystem_set_value(const char *event, const char *key, const char *value);
407
408 void __bt_get_auth_info(GVariant *reply,  char *auth_info);
409
410 int _bt_convert_gerror(GError *g_error);
411
412 #ifdef __cplusplus
413 }
414 #endif /* __cplusplus */
415 #endif /*_BT_COMMON_H_*/
416