network

Bluetooth on linux

Blueman

Setup

setup bluetooth on ubuntu

Then run blueman-manager and trust the device.

Connect a samsung galaxy

  1. on the bluetooth tray icon, select make discoverable
  2. on the phone bluetooth app, select scan
  3. on the phone gallery, select share and then bluetooth

bluetoohctl

peer a device

source

bluetoothctl
$ power on
$ agent on
$ scan on
$ pair <mac address>
$ connect <mac address>

send file to device

source

bluetooth-sendfile

React ?

This page was last modified: