Hi
The Product (NRF52832) was upgraded from SD 4.0.2 to the SD6.1.1.
During the pairing procedure the sd_ble_gap_data_length_update() returns a NRF_ERROR_RESOURCES error. I read some tickets from earlier SD, but it seems that the bug was fixed for the SD6.1.1. Do I have to configure something special that it works?
Log Snippet:
<debug> app: connState: onConnect, with CB:8C:14:DD:2A:50
<debug> app: Address Type: BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE PeerID: 0
<debug> app: BleAdv: device connected -> stop Advertising.
<debug> nrf_ble_gatt: Updating data length to 251 on connection 0x0.
<error> nrf_ble_gatt: sd_ble_gap_data_length_update() (request) on connection 0x0 returned NRF_ERROR_RESOURCES.
<error> nrf_ble_gatt: The requested TX/RX packet length is too long by 224/224 octets.
Thanks in advance