Hi On Wed, Jun 3, 2020 at 10:44 PM Sathish Narasimman <nsathish41@xxxxxxxxx> wrote: > > Based on the input the patches modified and verifed accordingly. > > Marcel Holtmann (3): > Bluetooth: Translate additional address type correctly > Bluetooth: Configure controller address resolution if available > Bluetooth: Update resolving list when updating whitelist > > Sathish Narasimman (4): > Bluetooth: Translate additional address type during le_conn > Bluetooth: Let controller creates RPA during le create conn > Bluetooth: Enable/Disable address resolution during le create conn > Bluetooth: Enable RPA Timeout > > include/net/bluetooth/hci.h | 8 ++- > include/net/bluetooth/hci_core.h | 3 + > net/bluetooth/hci_conn.c | 6 +- > net/bluetooth/hci_core.c | 17 +++++ > net/bluetooth/hci_event.c | 20 ++++++ > net/bluetooth/hci_request.c | 119 ++++++++++++++++++++++++++----- > net/bluetooth/hci_request.h | 3 +- > net/bluetooth/mgmt.c | 2 +- > 8 files changed, 157 insertions(+), 21 deletions(-) > > -- > 2.17.1 > Gentle Reminder Also, the present approach will only work for the central role. I am planning to work in a peripheral role. need help with a design approach on the peripheral. Regards Sathish N