Hi Luiz, > This make use of hci_dev_test_and_{set,clear}_flag instead of doing 2 > operations in a row. > > Fixes: cbbdfa6f33198 ("Bluetooth: Enable controller RPA resolution using Experimental feature") > Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > --- > v2: Fix marking Device Privacy Flag even when adapter is not capable of > handling Set Privacy Mode. > v3: Add patch for using hci_dev_test_and_{set,clear}_flag and split > changes reworking how HCI_CONN_FLAG_REMOTE_WAKEUP is set and make use of > bitmap to store the supported flags. > v4: Add Fixes to 1/4, address comments of 2/4 removing changes to > hci_dev_*_flags and moving privacy_mode_capable to 3/4 which makes use of it. > > net/bluetooth/mgmt.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel