How do I send a file via Bluetooth on the LWB5+ Dongle?

Answer

This is one way to send a file via Bluetooth.

Please Reference this FAQ on what recipies to add to your buiid: Yocto recipie to support Bluetooth

          # bluetoothctl       [bluetooth]# power on       [bluetooth]# pairable on       [bluetooth]# scan on   Now, Copy the MAC Address of the device you would like to pair with      [bluetooth]# scan off       [bluetooth]# pair   (You will need to confirm pairing on both devices)      [bluetooth]# trust        [bluetooth]# quit   # export $(dbus-launch)   # /usr/libexec/bluetooth/obexd -r /Bluetooth/ -a -d -n & (the -d turns on dubbing, you can remove this)  # obexctl       [obex]# connect        [obex]# send      [obex]# quit