Hi Andrzej, On Thu, Nov 12, 2015, Andrzej Kaczmarek wrote: > In order to enable advertising with privacy enabled, SMP has to be > registered in order to generate new RPA. During power on, it will be > registered at the very end which is the reason why advertising is not > enabled and it's not possible to enable it anymore due to mismatch > between hci_dev settings and actual controller state. > > This fixes this problem by postponing advertising enable after SMP is > registered in case of power on. > --- > net/bluetooth/mgmt.c | 70 ++++++++++++++++++++++++++++++++++++++++------------ > 1 file changed, 54 insertions(+), 16 deletions(-) Instead of postponing advertising, did you consider simply moving smp_register() earlier? Wouldn't it be possible to move it to mgmt_powered() before powered_update_hci() is called? 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