Fix for "In Progress" error while media audio conn 73/140273/1
authorSreeraj Mohan Kottapuzhackal <sreeraj.mk@samsung.com>
Mon, 24 Jul 2017 07:43:24 +0000 (13:13 +0530)
committerSreeraj Mohan Kottapuzhackal <sreeraj.mk@samsung.com>
Mon, 24 Jul 2017 09:03:52 +0000 (14:33 +0530)
commit0b452c1179a5a12a1c9ad8d447847597db191725
tree1f156e2517d15c9582795dbd61e57e14726667dd
parenta1eee793ca376ecccbcdb5ee910ac5d7893aa5ac
Fix for "In Progress" error while media audio conn

[Model] All
[BinType] AP
[Customer] All

[Issue#] PLM
[Request] P170221-05634, P170221-06954
[Occurrence Version] All

[Problem] Media audio connection request was returning "In Progress" error
[Cause & Measure] Cause: While a media audio connect returned with error,
and its req_info was already removed after HF connection. Then the device will
not be removed from connecting_list, thus returning error there after for each
connection request
                  Measure: The device must be removed from connecting_list
even if the req_info is NULL.
[Checking Method] Unit testing

[Team] Connectivity
[Developer] sreeraj.mk
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ibdb62ae67e7430992980cf0f775fd78366d38bf8
bt-service/bt-service-audio.c