BLE Multiple Advertisements

Hello everyone,

I am trying to find out if there is any possibility to advertise multiple services at once with the BLE.advertise().

For example:
Advertise an IBeacon and and UART capabilities.

BLE.advertise(Ibeacon)
BLE.advertise(UART)

Thanks in advance!