Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-C3558R | User Manual 34
hci0: Type: Primary Bus: USB
BD Address: F0:57:A6:26:8E:95 ACL MTU: 1021:4 SCO MTU: 96:6
UP RUNNING
RX bytes:16661 acl:0 sco:0 events:2629 errors:0
TX bytes:639694 acl:0 sco:0 commands:2627 errors:0
3.
Use the
bluetoothctl
tool to connect a Bluetooth device;
# bluetoothctl
[bluetooth]# power on
[bluetooth]# agent off
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# scan on
...
[NEW]
Device D8:CE:3A:CA:8E:B7 xxx Phone
...
[bluetooth]# scan off
[bluetooth]# pair D8:CE:3A:CA:8E:B7
[bluetooth]# trust D8:CE:3A:CA:8E:B7
[bluetooth]#
connect
D8:CE:3A:CA:8E:B7
[bluetooth]# quit
4.
Create a 10MB file filled with zeros (bt_test.txt) and store it on the Board for the
transfer test;
# dd if=/dev/zero of=/root/bt_test.txt bs=1M count=10 conv=fsync
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.107421 s,
97.6 MB/s
# ls /root/ -lh
total 10M
-rw-r--r-- 1 root root
10M
Mar 31 08:30 bt_test.txt