JIRA issue S1-13098 - Fix dbus add match rule overflow
authorDivya Yadav <divya.yadav@samsung.com>
Tue, 26 Mar 2013 12:58:33 +0000 (18:28 +0530)
committerDibyendu Roy <dibyendu.roy@samsung.com>
Thu, 4 Apr 2013 07:03:10 +0000 (12:33 +0530)
commite21002b80a4e8f227b07294b0fe98b367af06698
treee48c3c966e1ce6161fe2ba4135d6f54cdfb0d0a8
parent2f92c7ab4f8564598b90224b19b08a0f2aa841d2
JIRA issue S1-13098 - Fix dbus add match rule overflow

Issue- In bluetooth telephony library dbus_bus_add_match was
used everytime BT activated. Once the number of match
reach the MAX limit crash was observed.

Fix- Removed multiple use of dbus_bus_add_match and also
added use of dbus_bus_remove_match in
bluetooth_telephony_deinit API.

Change-Id: Ifa0a38ab387f3076a199d167c9fc467fffaf64c6
bt-api/bt-telephony.c