Apply reviewed header files.
[platform/framework/native/bluetooth.git] / inc / FNetBtBluetoothTypes.h
index 1e646e9..4d82e93 100755 (executable)
@@ -44,9 +44,9 @@ namespace Tizen { namespace Net { namespace Bluetooth
  */
 enum BluetoothDeviceStateType
 {
-       BT_DEVICE_STATE_OFF,                /**< The OFF state             */
-       BT_DEVICE_STATE_DISCOVERABLE,       /**< The DISCOVERABLE state    */
-       BT_DEVICE_STATE_NOT_DISCOVERABLE    /**< The NOT DISCOVERABLE state*/
+       BT_DEVICE_STATE_OFF,                /**< @if OSPDEPREC The OFF state             @endif */
+       BT_DEVICE_STATE_DISCOVERABLE,       /**< @if OSPDEPREC The DISCOVERABLE state    @endif */
+       BT_DEVICE_STATE_NOT_DISCOVERABLE    /**< @if OSPDEPREC The NOT DISCOVERABLE state @endif */
 };
 
 /**
@@ -59,8 +59,7 @@ enum BluetoothDiscoverableMode
 {
        BT_DISC_MODE_NOT_DISCOVERABLE,          /**< The mode NOT DISCOVERABLE by other devices */
        BT_DISC_MODE_DISCOVERABLE,              /**< The mode DISCOVERABLE by other devices     */
-       BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE  /**< The mode DISCOVERABLE by other devices during a certain amount of time
-                                                */
+       BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE  /**< The mode DISCOVERABLE by other devices during a certain amount of time */
 };
 
 /**
@@ -73,7 +72,7 @@ enum BluetoothConnectionType
 {
        BT_CONNECTION_GENERIC,              /**< The GENERIC CONNECTION
                                             *   @if OSPDEPREC
-                                            *   @deprecated    This enumeration field is deprecated. @n
+                                            *   @deprecated    This enum field is deprecated.
                                             *   @endif
                                             */
        BT_CONNECTION_SPP_ACCEPTOR,         /**< The SPP ACCEPTOR CONNECTION  */
@@ -93,12 +92,12 @@ enum BluetoothHealthDataChannelType
 {
        BT_HEALTH_DATA_CHANNEL_NONE,         /**< The any type of data channel */
        BT_HEALTH_DATA_CHANNEL_RELIABLE,    /**< The data channel type for transmitting data with the reliable manner of
-                                            *   which the confidence in the exchange is at its highest (e.g. measurement
+                                            *   which the confidence in the exchange is at its highest (for example, measurement
                                             *   and alert information)
                                             */
        BT_HEALTH_DATA_CHANNEL_STREAMING    /**< The data channel type for transmitting data when the timeliness of the
                                             *   delivery of each frame is more important than the reliable delivery of
-                                            *   every frame (e.g. an ECG waveform, where low latency is critical)
+                                            *   every frame (for example, an ECG waveform, where low latency is critical)
                                             */
 };
 
@@ -218,7 +217,7 @@ enum BluetoothServiceType
        BT_SVC_MAP_SERVICE = 0x10000000,           /**< The message access profile service type             */
        BT_SVC_ALL_SERVICE = 0x01FFFFFF,           /**< The All-services-supported-by-BTA service type
                                                    *   @if OSPDEPREC
-                                                   *   @deprecated    This enumeration field is deprecated.
+                                                   *   @deprecated    This enum field is deprecated.
                                                    *   @endif
 
                                                 */
@@ -569,7 +568,7 @@ _OSP_EXPORT_ extern const byte BT_SVC_UUID_GENERIC_FILE_TRANSFER[];
 _OSP_EXPORT_ extern const byte BT_SVC_UUID_GENERIC_AUDIO[];
 
 /**
- * The generic telephony UUID. (00001204-0000-1000-8000-00805F9B34FB)
+ * The generic telephony UUID (00001204-0000-1000-8000-00805F9B34FB).
  *
  * @since 2.0
  */