[Version] 0.3.102
[Profile] Common
[Issue Type] Bug
Change-Id: I25e90a32b65dba2a41575e71a67f2a5324847d05
Name: capi-media-sound-manager
Summary: Sound Manager library
-Version: 0.3.101
+Version: 0.3.102
Release: 0
Group: Multimedia/API
License: Apache-2.0
*device_type = SOUND_DEVICE_USB_AUDIO;
} else if (!strncmp(device_type_str, "bt-a2dp", SOUND_DEVICE_TYPE_LEN)) {
- *device_type = SOUND_STREAM_FOCUS_CHANGED_BY_VOICE_INFORMATION;
+ *device_type = SOUND_DEVICE_BLUETOOTH_MEDIA;
} else if (!strncmp(device_type_str, "bt-sco", SOUND_DEVICE_TYPE_LEN)) {
*device_type = SOUND_DEVICE_BLUETOOTH_VOICE;