Part Number: CC2640R2L
Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1, CC2640, SYSCONFIG, CC2640R2F
Tool/software: Code Composer Studio
Hello,
I am having a problem while running the simple_central and simple_peripheral examples.
The examples work correctly, but when DEFAULT_DEV_DISC_BY_SVC_UUID is enabled, simple_central does not maintain the connection with the peripheral. The change is being made through simple_central.syscfg, field "Discover Devices By Service UUID".
After the connection the error is returned: "Encryption failed: 6".
The define SIMPLEPROFILE_SERV_UUID is the same in both examples.
When I undo the change to DEFAULT_DEV_DISC_BY_SVC_UUID the problem persists.
The system only works again if another pci is used. And if you repeat the activation of DEFAULT_DEV_DISC_BY_SVC_UUID the same occurs.
Simple_peripheral connects when using btool and also on smartphones. It is just the Simple_Central example that stops working.
By erasing the entire example and creating everything again, the problem persists.
Simple_central -> launchxl-cc26x2r1.
simplelink_cc13x2_26x2_sdk_4_20_01_04
Simple_peripheral -> cc2640r2.
simplelink_cc2640r2_sdk_4_20_00_04
