Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK
Hi,
I'm having some issues to have one device paired with some Android devices. My device is supposed to be always connected (should maintain the link for an indeterminate time).
I'm using simplelink_cc2640r2_sdk_1_35_00_33.
What is happening is that after pairing, the Master (Android device) sends a LL_CONNECTION_PARAM_REQ and the Slave answers with a LL_CONNECTION_PARAM_RSP (best parameters for my application). Then the Master sends a LL_REJECT_EXT_IND refusing our parameters.
I don't know how, but this rejection from Master, provoke an error on my device, because, it won't respond to any further next updates from the Android device and then the link goes down. The following is a capture of this happening.
With other Android devices, this never happens, because my device never received a LL_REJECT_EXT_IND from other Android devices, that's why I know that the problem is here.
How can I solve this ? Why can't my device handle a rejection of the connection parameters ?
I really need your support here.
Best regards,
Walter Pires