-
env:
- nrf5 iot sdk/ tcp examples
- follow the file:" nrf5_iot/documentation/html/a00089.html"
-
problem:
echo "connect 00:0C:B7:6B:62:2B 1" > /sys/kernel/debug/bluetooth/6lowpan_control //success
But, echo "disconnect 00:0C:B7:6B:62:2B " > /sys/kernel/debug/bluetoot/6lowpan_control //failed:
bash: echo: write error: Invalid argument
How to disconnect?
Thanks!