bluez-tools icon indicating copy to clipboard operation
bluez-tools copied to clipboard

A set of tools to manage bluetooth devices for linux

Results 36 bluez-tools issues
Sort by recently updated
recently updated
newest added

When I run bt-agent in the foreground (`bt-agent --capability=NoInputNoOutput`) or manually backgrounded (`bt-agent --capability=NoInputNoOutput &`) I'm able to pair my phone correctly with the system, but running it with the...

In bt-agent.c you have registered the wrong signal handlers, usr1_signal_handler for SIGTERM and term_signal_handler for SIGUSR1. /* Add SIGTERM/SIGINT/SIGUSR1 handlers */ g_unix_signal_add (SIGTERM, usr1_signal_handler, NULL); g_unix_signal_add (SIGINT, term_signal_handler, NULL); g_unix_signal_add...

If the directory where bt-obex is supposed to save files is on a different filesystem than $HOME/.chache/obexd, the call to g_rename() fails. The file does not show up in the...

bt-adapter is consistently crashing after disabling Bluetooth using rfkill. This was originally [reported in Fedora](https://bugzilla.redhat.com/show_bug.cgi?id=1504262) by multiple users.

@khvzak I have built bluez-tools for yocto. when i try to run bt-adapter or any other tools, I am getting the following error: **bt-adapter: bluez service is not found Did...

When I'm trying to get info about devices I get the following: (bt-device:26340): GLib-GIO-CRITICAL **: 14:25:58.566: g_dbus_proxy_call_sync_internal: assertion 'error == NULL || *error == NULL' failed Class: 0x0 (bt-device:26340): GLib-GIO-CRITICAL...

The two changes aren't really related, but oh well, I don't want to open too many PRs. Documentation is now built at build-time, using pod2man within Automake instead of a...

When using bluez-tools commit 7cb788c (Fedora 27 package `bluez-tools-0.2.0-0.7.git20170912.7cb788c.fc27.x86_64`), it's not possible to reconnect an already added device. Disconnection works and using `bluetoothctl` from [bluez](http://www.bluez.org/) to connect also works: ```...

Given that it is in google code it might have been down for a long while.

https://github.com/khvzak/bluez-tools/blob/f65321736475429316f07ee94ec0deac8e46ec4a/src/bt-obex.c#L587-L589 `device` here can be `NULL`. If it is, it causes an assertion in `device_get_address` to fail (so at least it crashes early): ~~~ (gdb) run -a "60:57:18:21:55:5B" -p "24:41:8C:A8:7D:5B"...