Arduino + nrf24l01 ble ibeacon question

I have successfully implemented ble using an Arduino with nrf24l01
using Eddystone URL advertising data packets and it works great. The
range is better than anything else I’ve seen. I really would like to
be able to transmit iBeacon advertising but since they need a larger
payload than what can be sent from this device, it does not seem
possible as you probably know. The thing is that I have also
researched that it is possible to split data packets if required for
larger payloads.

So my question is - Is it not possible to split the advertising data
packet into 2 packets to be able to accomplish iBeacon advertising
data packet simulation in this case?

Is there perhaps a better bit of hardware that could do it?