Merge branch 'tizen' into tizen_5.5
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-telephony-api.h
old mode 100644 (file)
new mode 100755 (executable)
index adc011e..f0f7101
@@ -388,6 +388,16 @@ int bluetooth_telephony_set_speaker_gain(unsigned short speaker_gain);
  */
 int bluetooth_telephony_is_connected(gboolean *ag_connected);
 
+/**
+ * @brief      The function bluetooth_telephony_set_active_headset is called to select
+ *     the active headset device for AG role if more than one headset is connected.
+ *
+ * @param[in]  remote_addr     Remote Addr.
+ * @return     int     Zero on Success or reason for error if any.
+ *
+ */
+int bluetooth_telephony_set_active_headset(const char *remote_addr);
+
 #ifdef __cplusplus
 }
 #endif /*__cplusplus*/