Bluetooth on Shunya OS

Getting Started

Installing Dependencies

sudo opkg install shunya-bluetooth

Bluetooth commands

Turn ON Bluetooth

sudo bluetooth on

Pairing using TUI

sudo bluetooth pair

Note

You’ll get a tui to select the device to pair to

Pairing using CLI

sudo bluetooth pair mac_id_of_device_to_pair

Note

This command allows the user to specify the mac id of the device one wants to pair to

File Transfer using TUI

sudo bluetooth send path_to_filename

Note

You’ll get a tui to select the device to which one wants to transfer the file to

File Transfer using CLI

sudo bluetooth send path_to_filename mac_id_of_device_to_send_to

Note

This command allows the user to specify the mac id of the device one wants to send the file to

Turn OFF Bluetooth

sudo bluetooth off