Add GATT Service handlers to GATT handle list 48/248948/2
authorAyush Garg <ayush.garg@samsung.com>
Thu, 3 Dec 2020 11:16:44 +0000 (16:46 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 7 Dec 2020 03:38:45 +0000 (09:08 +0530)
commit7fd66b3a5512adc1e06c312574b3ded848a0d803
treec8b96c731fe807b45c55ce366c1c6c799be0ed73
parent6d0c1e15afdcd97b1af06bde8db0345a0d7f0d33
Add GATT Service handlers to GATT handle list

At present, The validation check logic for GATT service handler is
returning error in some GATT client role's APIs (ex. bt_gatt_get_uuid)
because their handlers were not maintained in the 'gatt_handle_list'.
This change will maintain such handlers.

Change-Id: I39e35f6df7a5de7ea0e574d3ef4a71f1c67c074b
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/bluetooth-gatt.c