OSDN Git Service

HealthService: Fix not adding channel to channel list
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 4 Jul 2014 12:24:10 +0000 (14:24 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 5 May 2016 09:57:49 +0000 (17:57 +0800)
commit52521c1e55c5c14f81cd8187c4ff06d9fe9f74c5
tree14914e3df5912033d769528afae4fc6b080bc790
parentdc89c83a08eef69ff772871406b5d19258392f8b
HealthService: Fix not adding channel to channel list

Channel is not added to channel list on success of connect channel
request. Upon connection status (connecting) callback it searches
for channel id but id does not exists and treating it as incoming
connection.

Change-Id: Id1b2bcbbf9b5eaf958d391055dd0ffeaf9aa0a64
src/com/android/bluetooth/hdp/HealthService.java