Hi,
At present, our products have started production, but customers have reported three Bluetooth problems, which need technical assistance from Nordic to solve them as soon as possible.Using SDK17.1 flash_s140_nrf52_7.3.0_softdevice.
1、gatt error

For this problem, I modified xtal_accuracy according to some posts on the forum. The same is true. There will be an error 133 when the mobile phone applies for a connection, so is there any other solution for this?
2、When the Android phone is disconnected autonomously, nrf52833 does not open adv.
I explained to the customer that there is a situation where other threads of Android phones are still using Bluetooth devices and cannot advertise Bluetooth products. However, the customer used Samsung s22 to do a test. When connecting to the nrf52833 product, he directly turned off the Bluetooth of the mobile phone. After that, the Bluetooth product did not turn on the broadcast. Is there any other reason for this? The iPhone didn't have these issues in our phone tests.
3、During the Bluetooth connection process, the mobile phone will be disconnected. At present, there will be this phenomenon in my se 2020. The current connection parameters and broadcast interval have been configured according to the design requirements of ios, but there will still be disconnections.
The configuration is as follows:
#define APP_ADV_INTERVAL 874 #define APP_ADV_DURATION 0//18000 #define MIN_CONN_INTERVAL MSEC_TO_UNITS(30, UNIT_1_25_MS) #define MAX_CONN_INTERVAL MSEC_TO_UNITS(75, UNIT_1_25_MS) #define SLAVE_LATENCY 0 #define CONN_SUP_TIMEOUT MSEC_TO_UNITS(4000, UNIT_10_MS)
Products are already in production, so we hope nordic will assist with these issues. thanks.