This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF5340 PHY Configuration

We're working with the NRF5340 PDK, and it's a pretty big library change from the old SDK. So far I've been unable to find out where to configure the bluetooth PHY and link layer in Zephyr. Can I get some assistance on maximizing the throughput of the NRF53? 

Parents Reply
  • If it's not in Bluetooth->"L2CAP Options" or "ATT and GATT Options", then it's in the prj.conf file. 

    -edit: Found these configs in proj.conf;

    CONFIG_BT_L2CAP_TX_MTU=247
    CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
    CONFIG_BT_CTLR_PHY_2M=y

    Connection parameters can be found in: kconfig/menuconfig->Bluetooth->ATT and GATT Options->Configure peripheral preferred connection parameters.
Children
No Data
Related