Hello, I am writing a BTLE GATT peripheral using Bluez5 5.45 on Linux 4.1.15 and a bcm43xx chip. I’m trying to use the DBus GATT and LEAdvertising interfaces. I need to detect LE host connection and disconnection. I tried registering a dbus message match for PropertiesChanged on org.bluez.Device1, and watching Connected switch on and off, but that is not reliable, and seems to only happen when bluetoothd wants to resolve services on the connecting host. In particular, I definitely see cases where: 1) Initially, all devices listed in ManagedObjects are “Connected" == false 2) btmon reveals a subsequent "LE Connection Complete” event 3) GATT transactions are initiated by the remote host and received by my application via DBus 4) No "Connected = true” PropertiesChanged message is ever received by my application This leads me to believe that the “Connected = true” transition occurs on some other event. I do see it sometimes, but it doesn’t seems to correlate to a LE connection. What can I do to tell when a new host connects to my GATT peripheral? Many thanks for any help, Jonah-- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html