Not sure that it is the root cause.
Change-Id: I4c7103edcd7aab2983fea8710e792dc5a42b954e
Signed-off-by: Wu Zheng <wu.zheng@intel.com>
DBUS_TYPE_ARRAY, DBUS_TYPE_STRING,
&dev_info->uuids, dev_info->uuid_count,
DBUS_TYPE_INVALID);
- if (!dev_info->paired)
- g_list = g_list_append(g_list, dev_info);
- else
- _bt_free_device_info(dev_info);
+ g_list = g_list_append(g_list, dev_info);
} else if (bt_event == BT_MEDIA_TRANSFER_EVENT) {
__bt_parse_audio_properties(msg);
}