Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Can BLE_GAP_PHY_1MBPS、BLE_GAP_PHY_2MBPS、BLE_GAP_PHY_CODED be applied to broadcast at the same time in SDK15.3 ?

Hi:

    I want to use the long range function in SDK15.3, the chip I use is nrf52840.

   Now I have a problem. When I use the long range function (configure BLE_GAP_PHY_CODED), only the mobile phone that supports the long range function can search the device broadcast, and other mobile phones cannot search the device.

   How can I deal with it so that mobile phones that do not support the long range function can search for devices that support the long range function.

init.config.ble_adv_primary_phy = BLE_GAP_PHY_CODED;
init.config.ble_adv_secondary_phy = BLE_GAP_PHY_CODED;
init.config.ble_adv_extended_enabled = true;

Best regards

Parents Reply Children
No Data
Related