Redundant code optimization for GattService event 06/129106/1
authorInjun Yang <injun.yang@samsung.com>
Mon, 15 May 2017 02:15:27 +0000 (11:15 +0900)
committerInjun Yang <injun.yang@samsung.com>
Mon, 15 May 2017 04:42:34 +0000 (13:42 +0900)
commit3429548aaf66d9e8fcd17471582fee6b1ea99723
tree02669723fd40c2a60472fe9ea94b553e51a82054
parent7106a9900ddcf62903e61d1df057b147e6367489
Redundant code optimization for GattService event

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

[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A

[Problem] When below interface removed, check the unnecessary condition
org.bluez.GattDescriptor1
org.bluez.GattCharacteristic1
[Cause & Measure] When Characteristic or Descriptor is removed,
    checking watcher list is not required.
    Just check it for org.bluez.GattService1 interface
[Checking Method] Connection with iOS GM

[Team] Basic Connection
[Developer] Injun Yang
[Solution company] Samsung
[Change Type] Specification change

Change-Id: Id587ffe489526c75cdfd9192c721a03a3eebcd9d
bt-api/bt-event-handler.c