Using NordicSDK 1.6.1 and the following in the bt_le_adv_param and relevant settings in prj.conf
BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_USE_IDENTITY | BT_LE_ADV_OPT_CODED | BT_LE_ADV_OPT_USE_NAME | BT_LE_ADV_OPT_USE_TX_POWER CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_PHY_CODED=y CONFIG_BT_USER_PHY_UPDATE=y
The secondary advertising data packet contains the advertiser address but the primary advertising packet does not (Extended header flags= 0x18). I want to advertise the address in the primary packet (extended header flags = 0x19 and set the AdvAddress field).
Thanks