Tool/software:
Hello;
While trying to test the conection handover demo for sdk 9.11 as described on the readme of the car and key node project:
-
Connection Handover Demo: The Connection Handover Demo is used to demonstrate the connection handover feature between the Car Node and multiple Key Nodes. To run the demo, using 1 car_node project and 2 key_node projects and following these steps:
- Use
SDK/tools/ble/ble_agent/examples/ble_device_connection_handover.py
. - Update comports to match the Car Node devices.
- Execute the Python script from your
.venv
:python ble_device_connection_handover.py
. - The demo will simulate a connection handover between the Car Node and multiple Key Nodes
- Use
In the .py script we put the com number corresponding to the car_node and one key_node, in the terminal we have an error indicating
Also, we have tried the steps described in connection monitor, we got this error,
This error appears on the old sdk and it disapear when disabling the l2cap, and it gives then an other error.
Are we missing some steps?
Please could you provide more info about this topics.
Thank you in advance.
Best regards;