Hi Lukasz, On Fri, Aug 01, 2014, Lukasz Rymanowski wrote: > +struct main_opts { > + bool kernel_conn_control; > +}; > + > +extern struct main_opts main_opts; I'd prefer if we could avoid this hcid-era (i.e. BlueZ 3.x) style construct. Perhaps a simple static bool kernel_conn_control in bluetooth.c and then a getter function for modules like gatt.c to get the value, e.g. bool bt_kernel_conn_control(void); 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