Revert "Bluetooth: Host: Fix resolvable address update with Ext Adv enabled"
This reverts commit 6c40427931
.
Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
ff36bd42d0
commit
0a1a32841f
1 changed files with 1 additions and 3 deletions
|
@ -317,9 +317,7 @@ int bt_id_set_adv_private_addr(struct bt_le_ext_adv *adv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (!(IS_ENABLED(CONFIG_BT_EXT_ADV) &&
|
||||
BT_DEV_FEAT_LE_EXT_ADV(bt_dev.le.features)) &&
|
||||
(adv == bt_le_adv_lookup_legacy()) && (adv->id == BT_ID_DEFAULT)) {
|
||||
if (adv == bt_le_adv_lookup_legacy() && adv->id == BT_ID_DEFAULT) {
|
||||
/* Make sure that a Legacy advertiser using default ID has same
|
||||
* RPA address as scanner roles.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue