Remove the duplicated service from gatt_list_service 93/232493/1
authorinjun.yang <injun.yang@samsung.com>
Mon, 4 May 2020 11:35:57 +0000 (20:35 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 6 May 2020 02:18:32 +0000 (11:18 +0900)
commit0b784a75274149c0994d9bdd39dcde804676fcfa
tree93f451fc0b590ead97bdb3c900acf4a88e3b0e98
parentcd6caee7fc32dfd4748cd628dbf2f05de33d5b41
Remove the duplicated service from gatt_list_service

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

[Issue#] P200428-01509
[Request] Internal
[Occurrence Version] N/A

[Problem] bt-service access to the removed GATT service to get service information
[Cause & Measure] Whenever client app registered, duplicated service added to gatt_list_serice.
 Eventhough GATT service removed from server, all of the duplicated service is not removed from the list.
 So gatt_list_service should have a unique service for each device.
[Checking Method] n/a

[Team] Convergence BT
[Developer] Injun Yang
[Solution company] Samsung
[Change Type] Specification change

Change-Id: If7898b33a572f4b446b04b5d788c6360c3e8fbab
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
bt-oal/bluez_hal/src/bt-hal-gatt-client.c