Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 28, 2018 17:17
Show Gist options
  • Save ryantm/29a23518ac04729281c02f4a2e81e310 to your computer and use it in GitHub Desktop.
Save ryantm/29a23518ac04729281c02f4a2e81e310 to your computer and use it in GitHub Desktop.
/nix/store/il6jjsm4s96wn87y7jalbsasnh70f2gx-bluez-5.49
├── bin
│   ├── bccmd
│   ├── bluemoon
│   ├── bluetoothctl
│   ├── bluetoothd -> ../libexec/bluetooth/bluetoothd
│   ├── btattach
│   ├── btmon
│   ├── hex2hcd
│   ├── l2ping
│   ├── l2test
│   ├── mpris-proxy
│   ├── obexd -> ../libexec/bluetooth/obexd
│   └── rctest
├── 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, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment