Frequency hopping during FCC Testing

I am going through FCC Testing for a BLE device, and among other things, they are asking for the ability to be able to turn frequency hopping on and off. It is my understanding that frequency hopping is not really a specific standard when it comes to BLE meaning different vendors have different implementations. I could be wrong though. I have looked through some of the radio test examples, and I haven't found an example that shows how to do hopping. I was thinking of just transmitting at a pseudo-random sequence of channels, but I don't know if there is any standard to conform to.

So TL;DR: is there a standard for frequency hopping on Bluetooth? If so, what is that standard? If not, are there any guidelines for testing the frequency hopping aspect of Bluetooth? In either case, is there an example project that sends a test 'frequency hopping signal" that can be used for FCC testing?

Related