Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 6, 2018 13:21
Show Gist options
  • Save ryantm/d81fb1f39a7430f91d1e576b1eb599e7 to your computer and use it in GitHub Desktop.
Save ryantm/d81fb1f39a7430f91d1e576b1eb599e7 to your computer and use it in GitHub Desktop.
/nix/store/sdf6cl55n4fp0iq5q9ky6n56inpsln2x-bluez-5.50
├── bin
│   ├── advtest
│   ├── amptest
│   ├── avinfo
│   ├── avtest
│   ├── bccmd
│   ├── 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
│   ├── 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
│   ├── dbus-1
│   │   └── system.d
│   │   └── bluetooth.conf
│   └── systemd
│   ├── system
│   │   └── bluetooth.service
│   └── user
│   └── obex.service
├── lib
│   ├── cups
│   │   └── backend
│   │   └── bluetooth
│   ├── libbluetooth.la
│   ├── libbluetooth.so -> libbluetooth.so.3.18.16
│   ├── libbluetooth.so.3 -> libbluetooth.so.3.18.16
│   ├── libbluetooth.so.3.18.16
│   └── udev
│   ├── hid2hci
│   └── rules.d
│   └── 97-hid2hci.rules
├── libexec
│   └── bluetooth
│   ├── bluetoothd
│   └── obexd
├── sbin -> bin
└── share
├── dbus-1
│   ├── services
│   │   └── org.bluez.obex.service
│   └── system-services
│   └── org.bluez.service
└── man
├── man1
│   ├── bccmd.1.gz
│   ├── btattach.1.gz
│   ├── hid2hci.1.gz
│   ├── l2ping.1.gz
│   └── rctest.1.gz
└── man8
└── bluetoothd.8.gz
23 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment