Hello maintainers, This is an RFC for an added method to be called over dbus by an application to be able to notify/indicate to one device rather than all subscribed devices. This is motivated by similar functionality in the corebluetooth API with CBPeripheralManager's updateValue() method as well as the Android API's notifyCharacteristicChanged() method. There is a prior patch I submitted with this feature (12439517) with style issues that this RFC supersedes. There are some additions missing from this RFC that I can add if this is a feature the maintainers are interested in the form of added documentation and overall cleaning up the added method. (Also my apologies for multiple versions so quickly, working on setting up dev environment to match style rules) Bernie Conrad (1): Added GDBusMethod to notify one device of characteristic change src/gatt-database.c | 93 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) -- 2.17.1