Hi,
I get the Btstack on github and succeed to compile it on Linux with the libusb, I try to develop a development environment with two Linux machine equipped with BLE dongles each. One is running the l2cap-throughput example as server and the other as client. But the connection is seem so unstable and random.
I get this differents issues :
L2CAP connection to device 00:1b:dc:07:2e:69 failed. status code 4
L2CAP connection to device 00:1b:dc:07:2e:69 failed. status code 16
L2CAP connection to device 00:1b:dc:07:2e:69 failed. status code 101
I know status code 16 means "Connection terminated by the host".
Someone can tell me the meaning of the others status code (4 and 101) and why I can get a stable L2CAP connection.
Best Regards,