In android SDK 28+, Bluetooth Advertising can be performed using the new startAdvertisingSet()
methods that integrate Bluetooth 5. One of the parameters, an AdvertisingSetParameters
object, has two settable properties in its builder: setPrimaryPhy()
and setSecondaryPhy()
.
I'm wondering what the difference is between the primary and secondary phy - are they used at different times? For different processes? Thanks in advance!