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

Connection bandwidth options for s132 soft device v 5

We are in the process of upgrading from from soft device v 2 (with SDK v 11) to soft device v 5 (with SDK v 14), and we have a portion of our code that controls connection bandwidth using the ble_common_opt_conn_bw_t structure which allowed us to set bandwidth to one of BLE_CONN_BW_LOW, BLE_CONN_BW_MID, or BLE_CONN_BW_HIGH. Those options do not appear in the SDK 14 and I haven't found any equivalent in the documentation. What is the equivalent mechanism for controlling connection bandwidth in soft device 5, SDK 14? Or is that option no longer available?

Related