-
Notifications
You must be signed in to change notification settings - Fork 2
References
Nuno edited this page Oct 14, 2018
·
2 revisions
- Linux Kernel, uinput module: https://www.kernel.org/doc/html/v4.16/input/uinput.html
- Github, Steamlink SDK: https://github.com/ValveSoftware/steamlink-sdk
- Building Linux Kernel: https://medium.freecodecamp.org/building-and-installing-the-latest-linux-kernel-from-source-6d8df5345980
- ARM architecture differences: https://en.wikipedia.org/wiki/ARM_architecture
- BlueZ 5.43, libbluetooth-dev for armhf: https://packages.debian.org/stretch/armhf/libbluetooth-dev/download
- Extract Debian package: https://linux-tips.com/t/how-to-extract-deb-package/169
- Bluetooth programming in C: https://people.csail.mit.edu/albert/bluez-intro/c404.html
- Bluetooth RFCOMM sockets in C: https://people.csail.mit.edu/albert/bluez-intro/x502.html
- SDP register core dumped issue: https://gist.github.com/yan12125/61c13eeb3a8a8472705b
- SDP register core dumped solution: https://raspberrypi.stackexchange.com/questions/41776/failed-to-connect-to-sdp-server-on-ffffff000000-no-such-file-or-directory
- Bluetooth SDP in C: https://people.csail.mit.edu/albert/bluez-intro/x604.html
- Vi tutorial: https://www.tutorialspoint.com/unix/unix-vi-editor.htm
- Bluetooth Android Overview: https://developer.android.com/guide/topics/connectivity/bluetooth
- Bluetooth Android stack workarround: https://stackoverflow.com/questions/18657427/ioexception-read-failed-socket-might-closed-bluetooth-on-android-4-3
- Bluetooth Android, not finding devices: https://stackoverflow.com/questions/36163751/android-marshmallow-6-0-1-bluetooth-scan-returning-no-results
- Linux Make Bluetooth Discoverable: https://gist.github.com/lexruee/7591755e7d8015f9f8b4
- Bluetoothctl pairing: https://stackoverflow.com/questions/34709583/bluetoothctl-set-passkey
- Bluetooth Bluez pairigin: https://docs.ubuntu.com/core/en/stacks/bluetooth/bluez/docs/reference/pairing/outbound
- Creating a Raspbian Startup Script: https://raspberrypi.stackexchange.com/questions/8734/execute-script-on-start-up