Hi Johan, > When we enable advertising we need to regenerate the local RPA in case > it has expired. This patch adds the necessary code for doing this in the > enable_advertising function. > > Signed-off-by: Johan Hedberg <johan.hedberg@xxxxxxxxx> > --- > net/bluetooth/mgmt.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c > index 248f116e3d08..e3d8371a2493 100644 > --- a/net/bluetooth/mgmt.c > +++ b/net/bluetooth/mgmt.c > @@ -842,6 +842,9 @@ static void enable_advertising(struct hci_request *req) > struct hci_cp_le_set_adv_param cp; > u8 enable = 0x01; > > + if (test_and_clear_bit(HCI_RPA_EXPIRED, &hdev->dev_flags)) > + hci_update_rpa(req); > + same comment as the others. Lets also take the static address into account and make sure it up-to-date. Regards Marcel -- 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