You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 error when it makes first ioctl call. 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/hcitool utility to discover Bluetooth devices around me. Am I missing any dependency which I can add to fix this? I am sure anything ioctl(uintptr(fd), <CMD>, uintptr(id)) is failing with file descriptor in bad state
Thanks,
Aditya
The text was updated successfully, but these errors were encountered:
amarkee
pushed a commit
to amarkee/ble
that referenced
this issue
Sep 3, 2019
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
error when it makes first ioctl call. 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/hcitool utility to discover Bluetooth devices around me. Am I missing any dependency which I can add to fix this? I am sure anythingioctl(uintptr(fd), <CMD>, uintptr(id))
is failing withfile descriptor in bad state
Thanks,
Aditya
The text was updated successfully, but these errors were encountered: