I am trying to create a small GATT service with a notification char allowing the server to send notification to a given node.
Is this possible with bluez_inc ? The binc_application_notify does not have a parameter to specify a destination node.
I don't see a way neither to get the address of a new subscriber in the callback function called when it happens
Hi
I am trying to create a small GATT service with a notification char allowing the server to send notification to a given node. Is this possible with bluez_inc ? The
binc_application_notify
does not have a parameter to specify a destination node.I don't see a way neither to get the address of a new subscriber in the callback function called when it happens