Each custom UUID is 128 bits (16 bytes, plus the 2 byte header) so you can't fit all 3 into the ~20 byte scan response (which is the default).
However, you could put them into different advertising packets and alternate between them (you're already alternating between your custom one, and the default which is specified with {}.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Each custom UUID is 128 bits (16 bytes, plus the 2 byte header) so you can't fit all 3 into the ~20 byte scan response (which is the default).
However, you could put them into different advertising packets and alternate between them (you're already alternating between your custom one, and the default which is specified with
{}
.So: