Can nordic provide similar code for Soft Device 132 V6.0.0, SDK 15.0 ?? The code above does not work for this soft device as BLE_GAP_OPT_EXT_LEN is not defined and ext_len is not a member of gap_opt ?? I can find no exampled showing the correct way to do LE Length Extension...
Nigel
Can nordic provide similar code for Soft Device 132 V6.0.0, SDK 15.0 ?? The code above does not work for this soft device as BLE_GAP_OPT_EXT_LEN is not defined and ext_len is not a member of gap_opt ?? I can find no exampled showing the correct way to do LE Length Extension...
Nigel
Hi,
Please refer to the Migration Document for S132 v6.0.0. It shows how to initiate (or respond to) a data length update procedure. You can find the document here: https://www.nordicsemi.com/eng/nordic/Products/nRF52-DK/S132-SD-v6/67250
Hi
Just a note for others. A DLE example has appeared in SDK V15.2 See here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_att_mtu.html&cp=4_0_0_4_1_1_0
The DLE Update procedure for SoftDevice 132 V6.0.x can be found here: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v6.0.0%2Fgroup___b_l_e___g_a_p___d_a_t_a___l_e_n_g_t_h___u_p_d_a_t_e___p_r_o_c_e_d_u_r_e___m_s_c.html&cp=2_3_1_1_0_2_1_3_6
Nigel