Parent: 806230e4fda7a2fafeb7f1da3d2f17a1bafb25f8
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-03-17 18:36:01
Tree: 568321926e656131348e8749143ca8c395d3c95b
shared/gatt-client: Fix not creating a request for notifications Notifications were using bt_att_send directly instead of bt_gatt_client_write_value thus it wouldn't create a request which causes the instance to not be able to track it which in turn may cause the client to trigger its idle callback too early. Fixes: https://github.com/bluez/bluez/issues/490
Diffstat
| M | src/shared/gatt-client.c | | | 32 | +++++++++++++++- - - - - - - - - - - - - - - - - |
1 files changed, 15 insertions(+), 17 deletions(-)