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

Unable to connect to nRF52832 with old phones

Hello,

We have problem BLE connecting to the nRF52832, if we use the method gap_init(), the "better" smartphones can connect(those who support BT 4.2). If we skip the gatt_init() method, the older smartphones can connect(those who only support 4.0). As we understand it, it has to do with the MTU handshake?

We have migrated our hardware from NXP to NS, where we didn't have this issue with NXP.

How do we make the module compatible with both versions / both families of phones? What have we overlooked?

Thank you in advance!

Related