Add container handling logic
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index 94d1972..da1cb75 100644 (file)
@@ -923,6 +923,9 @@ static inline bool get_tizen_feature_supported(char *feature)
 #define TIZEN_FEATURE_PBAP_SUPPORTED (get_tizen_feature_supported(BT_FEATURE_PBAP) == true)
 #define TIZEN_FEATURE_ROBOT_REFERENCE ((get_tizen_model()) == _MODEL_ROBOT)
 
+#define CONTAINER_FILE "/run/systemd/container"
+#define DBUS_HOST_SYSTEM_BUS_ADDRESS "unix:path=/run/host/dbus/system_bus_socket"
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */