my USB Dongle with cc2540 usually waiting for connection with paired device, but if there is no connected device, Dongle must be able to recive alternative advertising.
it is possible to the device with the profile CENTRAL + BROADCASTER (DHOST_CONFIG = CENTRAL_CFG + BROADCASTER_CFG) at the same time waiting for the connection of peripheral devices command GAP_EstablishLinkReq() and scan the air looking for advertising using the GAP_DeviceDiscoveryRequest() ?
or it can only be done by the changes state between "initiate" to "scan", and back?