Hello, Nordic.
I'm configuring a mesh network. The provisioner, client and server all going well, except for one problem.
I made a client and server based on sdk-coexist, a basic example provided by Nordic. But I can't connect to BLE NUS on iPhoneX, iPhone13.
The enviroment and problems are as follows:
- current using : S.E.S Tool / SDK v16.0 / MeshSDK v4.2
- Testing mobile : iPhone 6 [O] / iPhone 6+ [O] / iPhone X [X] / iPhone 13 [X]
- problems log
<info> app: Connected <info> app: Data len is set to 0x42(66) <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 178/178 octets. <info> app: Disconnected
The iPhone 6, iPhone 6+ and Android Phone are shown same log, but Connection / NUS working well.
But, iPhone X and iPhone 13 cannot connect after the log above (checked in nRF Connect and nRF Toolbox)
I have tested as follow
I will waiting for your reply. thanks