Notification was faling as Gatt serv info was NULL 71/186671/1
authorAbhishek Chandra <abhishek.ch@samsung.com>
Mon, 13 Aug 2018 09:06:49 +0000 (14:36 +0530)
committerAbhishek Chandra <abhishek.ch@samsung.com>
Mon, 13 Aug 2018 09:06:49 +0000 (14:36 +0530)
commitf70886941dd22c098f03c5aaecce927e4ce210ad
tree7be643ee28aac94bf78282a1fb2964ec6a9b34d8
parentc41a8f75fa5ecec5a6be4cebe129e8895237f6e0
Notification was faling as Gatt serv info was NULL

String pointer were compaired for the path in
__bt_gatt_get_service_state , which was causing the
API to return NULL.

Fix : string compairition for service path is used.

Change-Id: I5ec7d768f9a63780cbc18ef1f8b00c31542c3adc
Signed-off-by: Abhishek Chandra <abhishek.ch@samsung.com>
bt-oal/bluez_hal/src/bt-hal-gatt-server.c