Hello,
I am developing a beacon using the long range feature of BT5. In order to do so, I added the line m_adv_params.primary_phy = BLE_GAP_PHY_CODED in advertising_init(). I see the beacon in the nRF Connect Android App. This raises two questions:
- Is the 150kbps or the 500kbps mode used ?
- My smartphone is not BT5-compatible, I was not expecting to see the beacon using it. Does it mean that the configuration of the beacon was not properly done ?