hog-lib: Fix not handling BT_ATT_OP_HANDLE_NFY_MULT
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 5 Jan 2023 22:01:57 +0000 (14:01 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
commit469c8d02d46557d5803ca3ce25b3ace5b1aa8879
tree05c95f3c365d8149df199aaf2ce81bc39d2a394d
parentde6e8e7998f9d5ec9108e643f71910bccf93092e
hog-lib: Fix not handling BT_ATT_OP_HANDLE_NFY_MULT

This is a temporary fix for not handling BT_ATT_OP_HANDLE_NFY_MULT in
GAttr so the code will use g_attrib_attach_client to attach the
bt_gatt_client instance which is then used to register notifications
including those sent with BT_ATT_OP_HANDLE_NFY_MULT.

Fixes: https://github.com/bluez/bluez/issues/71
profiles/input/hog-lib.c
src/device.c