bt-monitor(1) a bluetooth monitor

SYNOPSIS

bt-monitor [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>

DESCRIPTION

This utility is used to capture DBus signals of bluetoothd. Captured next signals:

Manager signals:
  AdapterAdded
  AdapterRemoved
  DefaultAdapterChanged

Adapter signals:
  DeviceCreated
  DeviceDisappeared
  DeviceFound
  DeviceRemoved
  AdapterPropertyChanged

Device signals:
  DisconnectRequested
  DevicePropertyChanged

Services signals:
  AudioServiceConnected
  InputServiceConnected
  NetworkServiceConnected

OPTIONS

-h, --help
    Show help

-a, --adapter <name|mac>
    Specify adapter to capture by his Name or MAC address
    (if this option does not defined - all adapters captured)

AUTHOR

Alexander Orlenko <[email protected]>.