BlueNRG-2N configure the same device as Server, Client and observer simulataneusly
Hello,i need to configure the same device as Server, Client and observer simultaneouslyis it right to initialise like this ?//GAP Inituint8_t bluetooth_role = 0;bluetooth_role |= GAP_PERIPHERAL_ROLE;bluetooth_role |= GAP_CENTRAL_ROLE;bluetooth_role |...