Merged from Tizen2.2
[platform/framework/native/bluetooth.git] / inc / FNetBluetooth.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file        FNetBluetooth.h
20  * @brief       This is the header file for the %Bluetooth namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Bluetooth namespace.
23  */
24 #ifndef _FNET_BLUETOOTH_H_
25 #define _FNET_BLUETOOTH_H_
26
27 #include <FNetBtBluetoothTypes.h>
28 #include <FNetBtBluetoothDevice.h>
29 #include <FNetBtBluetoothManager.h>
30 #include <FNetBtIBluetoothDeviceEventListener.h>
31 #include <FNetBtIBluetoothManagerEventListener.h>
32 #include <FNetBtBluetoothOppServer.h>
33 #include <FNetBtIBluetoothOppServerEventListener.h>
34 #include <FNetBtBluetoothOppClient.h>
35 #include <FNetBtIBluetoothOppClientEventListener.h>
36 #include <FNetBtBluetoothSppAcceptor.h>
37 #include <FNetBtIBluetoothSppAcceptorEventListener.h>
38 #include <FNetBtBluetoothSppInitiator.h>
39 #include <FNetBtIBluetoothSppInitiatorEventListener.h>
40 #include <FNetBtBluetoothHealth.h>
41 #include <FNetBtIBluetoothHealthEventListener.h>
42
43 namespace Tizen { namespace Net
44 {
45 /**
46  * @namespace   Tizen::Net::Bluetooth
47  * @brief       This namespace contains classes and interfaces for %Bluetooth services.
48  * @since       2.0
49  *
50  * @remarks     @b Header @b %file: @b \#include @b <FNet.h> @n
51  *              @b Library: @b osp-bluetooth
52  *
53  * The %Bluetooth namespace contains classes and interfaces for %Bluetooth services that provide mechanisms for
54  * peer-to-peer communication that involves connecting, sending, and receiving data over a %Bluetooth connection. It
55  * consists of submodules that support different profiles such as GAP, OPP, and SPP.
56  *
57  * For more information on the %Bluetooth namespace features, see
58  * <a href="../org.tizen.native.appprogramming/html/guide/net/bluetooth_namespace.htm">Bluetooth Guide</a>.
59  *
60  * The following diagram illustrates the relationships between the classes belonging to the %Bluetooth namespace.
61  * @image html net_bluetooth_using_the_apis_classdiagram.png
62  *
63  */
64 namespace Bluetooth
65 {
66 } } } // Tizen::Net::Bluetooth
67 #endif // _FNET_BLUETOOTH_H_