Hi Lukasz, On Wed, May 21, 2014, Lukasz Rymanowski wrote: > +void bt_update_sign_counter(const bdaddr_t *addr, bool local); This doesn't make for a good API since you can't know which counter bt_update_sign_counter(bdaddr, true/false) updates without looking at the actual implementation. Either create a two-value enum or have two separate functions to make the calling code more readable. 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