From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> BT_ATT_SECURITY_AUTO shall be used whenever possible since it enables the old behavior of escalating the security on demand. --- src/device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device.c b/src/device.c index 14e850e..6bc44b6 100644 --- a/src/device.c +++ b/src/device.c @@ -4710,6 +4710,7 @@ bool device_attach_att(struct btd_device *dev, GIOChannel *io) dev->att = g_attrib_get_att(attrib); bt_att_ref(dev->att); + bt_att_set_security(dev->att, BT_ATT_SECURITY_AUTO); dev->att_disconn_id = bt_att_register_disconnect(dev->att, att_disconnected_cb, dev, NULL); -- 2.5.0 -- 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