Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2020 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/fbb13877cbfb3aed96626db0bd23e4b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/fbb13877cbfb3aed96626db0bd23e4b9 to your computer and use it in GitHub Desktop.
/nix/store/88wx5mhi39kh04mmkffp3klyb5ikdjpg-bluez-5.54
├── bin
│   ├── advtest
│   ├── amptest
│   ├── avinfo
│   ├── avtest
│   ├── bccmd
│   ├── bcmfw
│   ├── bdaddr
│   ├── bluemoon
│   ├── bluetoothctl
│   ├── bluetoothd -> ../libexec/bluetooth/bluetoothd
│   ├── bluetooth-player
│   ├── bneptest
│   ├── btattach
│   ├── btconfig
│   ├── btgatt-client
│   ├── btgatt-server
│   ├── btinfo
│   ├── btiotest
│   ├── btmgmt
│   ├── btmon
│   ├── btproxy
│   ├── btsnoop
│   ├── check-selftest
│   ├── cltest
│   ├── create-image
│   ├── eddystone
│   ├── gatt-service
│   ├── hcieventmask
│   ├── hcisecfilter
│   ├── hex2hcd
│   ├── hid2hci
│   ├── hwdb
│   ├── ibeacon
│   ├── l2ping
│   ├── l2test
│   ├── mcaptest
│   ├── mesh-cfgclient
│   ├── meshctl
│   ├── mpris-proxy
│   ├── nokfw
│   ├── obex-client-tool
│   ├── obexctl
│   ├── obexd -> ../libexec/bluetooth/obexd
│   ├── obex-server-tool
│   ├── oobtest
│   ├── rctest
│   ├── rtlfw
│   ├── scotest
│   ├── seq2bseq
│   └── test-runner
├── etc
│   ├── bluetooth
│   │   └── main.conf -> /etc/bluetooth/main.conf
│   └── systemd
│   ├── system
│   │   ├── bluetooth-mesh.service
│   │   └── bluetooth.service
│   └── user
│   └── obex.service
├── lib
│   ├── bluetooth
│   │   └── plugins
│   │   ├── sixaxis.la
│   │   └── sixaxis.so
│   ├── cups
│   │   └── backend
│   │   └── bluetooth
│   ├── libbluetooth.la
│   ├── libbluetooth.so -> libbluetooth.so.3.19.2
│   ├── libbluetooth.so.3 -> libbluetooth.so.3.19.2
│   ├── libbluetooth.so.3.19.2
│   └── udev
│   ├── hid2hci
│   └── rules.d
│   └── 97-hid2hci.rules
├── libexec
│   └── bluetooth
│   ├── bluetoothd
│   ├── bluetooth-meshd
│   └── obexd
├── sbin -> bin
└── share
├── dbus-1
│   ├── services
│   │   └── org.bluez.obex.service
│   ├── system.d
│   │   ├── bluetooth.conf
│   │   └── bluetooth-mesh.conf
│   └── system-services
│   ├── org.bluez.mesh.service
│   └── org.bluez.service
├── man
│   ├── man1
│   │   ├── bccmd.1.gz
│   │   ├── btattach.1.gz
│   │   ├── hid2hci.1.gz
│   │   ├── l2ping.1.gz
│   │   └── rctest.1.gz
│   └── man8
│   └── bluetoothd.8.gz
└── zsh
└── site-functions
└── _bluetoothctl
26 directories, 78 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment