I'm using a nRF5340 DK with nRF Connect for VSC addin. I wanted to advertise a manufacturer name and a dynamic device name in the bt_le_adv_start. I'm not sure if that is commonly done and if it is through the ad (Data to be used in advertisement packets.) or the sd (Data to be used in scan response packets) or some combination therein. I wanted to see how it appears in the scanner.
Because Apple does not show the mac address, I really need something to identify the specific device. I thought it might be best if the user names them to make it simple and perhaps I could give it some default generated code from the phone when on the first connection to ensure there is something. That way it only has the default name the first time it appears.