Hi Andre, On Tue, Mar 27, 2012, Andre Guedes wrote: > + le->dst_type = (dst_type == MGMT_ADDR_LE_RANDOM) ? > + ADDR_LE_DEV_RANDOM : ADDR_LE_DEV_PUBLIC; You might want to make a simple helper function for the type conversion. Also, I'm not so sure it's a good idea to directly reuse mgmt API defines for the L2CAP socket interface. The values may in the end be the same but probably there should be separate defines in l2cap.h. Johan -- 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