Dear Community!
I have a kind of important question about the possible role combinations, e. g. the one mentioned in the subject.
As I have seen in the "gap.c" there is no way to initialize this kind of combo-role.
But in the "peripheralBroadcaster.c" I noticed, that the used gapRole_profileRole is GAP_PROFILE_PERIPHERAL, and
advertisements can still be enabled, while in connection. Based on this, if I set the gapRole_profileRole, to
(GAP_PROFILE_PERIPHERAL | GAP_PROFILE_OBSERVER) I can achieve the wanted combination of roles, in which, I can
"simultaneously" scan, advertise, and remain in the connection.
Is my assumption correct, or there is something that I hasn't noticed?