I have an application in which I have a central device (iPhone) that connects and disconnects fairly frequently to a peripheral device. I've found that the peripheral takes a long time (~ 30 seconds) to begin sending advertisements after it receives a disconnect from the central device. In other words, the peripheral is in the GAPROLE_WAITING state for 30 seconds before it changes back to the GAPROLE_ADVERTISING state. Is there a way to shorten the time it spends in the GAPROLE_WAITING state, to make it, say only 3 seconds, before it starts advertising again? I'm using version 1.4.0 of the BLE-CC254x SDK.