Hello, I am trying to implement GATT services with bluez API. If external device initiated LE connection to device with bluez running, bluez start to discover services at initiator and, if one of characteristics required pairing, request pairing. This is not intended behaviour for some reason in my case, so I need to disable GATT client if bluez is not initiator side of the connection, similar to ReverseServiceDiscovery config option for non-LE. Is it possible by any way? As i see code, device_attach_att() function in src/device.c initializes GATT client unconditionally in both cases. For debug, I disabled client initializing and this seems works for external-initiated connections. -- Yauhen Kharuzhy