######################################## Bluetooth on Shunya OS ######################################## Getting Started =============== Installing Dependencies ----------------------- .. code-block:: shell sudo opkg install shunya-bluetooth Bluetooth commands ================== Turn ON Bluetooth ------------------ .. code-block:: shell sudo bluetooth on Pairing using TUI ------------------ .. code-block:: shell sudo bluetooth pair .. note:: You'll get a tui to select the device to pair to Pairing using CLI ------------------ .. code-block:: shell 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 ------------------------ .. code-block:: shell 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 ------------------------ .. code-block:: shell 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 ------------------- .. code-block:: shell sudo bluetooth off