Add bt_restricted_profile_t for wearable and tv 84/87884/1 submit/tizen/20160912.033649
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 12 Sep 2016 04:29:56 +0000 (13:29 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 12 Sep 2016 04:29:56 +0000 (13:29 +0900)
Change-Id: I51089259ce1bc09ecf26c34957c14f799c2379e5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/tv/bluetooth_type_internal.h
include/wearable/bluetooth_type_internal.h

index 55b7555a5935005d367aca5735eb676f92848487..81586400a57e7ef0bd80f15edba27ab484689542 100644 (file)
@@ -392,6 +392,19 @@ typedef enum {
        BT_TRUSTED_PROFILE_ALL = 0xFFFFFFFF,
 } bt_trusted_profile_t;
 
+/**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE
+ * @brief Restricted Profile enumeration.
+ * @since_tizen 3.0
+ *
+ * @see bt_device_set_profile_restricted()
+ * @see bt_device_get_profile_restricted()
+ */
+typedef enum {
+       BT_RESTRICTED_PROFILE_HFP_HS = 1,
+       BT_RESTRICTED_PROFILE_A2DP,
+} bt_restricted_profile_t;
+
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE
  * @brief  Called when Trusted Profiles is changed.
index a8a68f6899b84d8ff927e248e0a858da6441be4e..428395ba8d5d9cbdbc2a43e91d8c04795f57f0ac 100644 (file)
@@ -409,6 +409,19 @@ typedef enum {
        BT_TRUSTED_PROFILE_ALL = 0xFFFFFFFF,
 } bt_trusted_profile_t;
 
+/**
+ * @ingroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE
+ * @brief Restricted Profile enumeration.
+ * @since_tizen 3.0
+ *
+ * @see bt_device_set_profile_restricted()
+ * @see bt_device_get_profile_restricted()
+ */
+typedef enum {
+       BT_RESTRICTED_PROFILE_HFP_HS = 1,
+       BT_RESTRICTED_PROFILE_A2DP,
+} bt_restricted_profile_t;
+
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE
  * @brief  Called when Trusted Profiles is changed.