paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.14k stars 285 forks source link

Support on openwrt? #108

Open Aditya23456 opened 5 years ago

Aditya23456 commented 5 years ago

Hi,

Thanks for the library. I am trying to run this on MIPS based platform with bluez-util v 5.49. When it's initiating, it can't create a new device and fails with file descriptor in bad state. I made sure I am not running any other Bluetooth daemon at the backend(hciconfig hci0 down;service bluetoothd stop;dbus stop). But when I enable dbus, I can use bluetoothctl utility to discover Bluetooth devices around me. Am I missing any dependency which I can add to fix this?

Thanks, Aditya