Barry Byford
Barry Byford
A link to an archive without advertising: https://marc.info/?l=linux-bluetooth&m=159000784202676&w=2 The patch reads as follows: ``` List: linux-bluetooth Subject: [PATCH BlueZ] test/example-advertisement: Fix include_tx_power From: Alvar Penning Date: 2020-05-20 20:44:44 Message-ID: 20200520204444.28994-1-post...
Be interested to see how you are monkey-patching it on your application. I am assuming it is `peri.advert.Set('org.bluez.LEAdvertisement1', 'Includes', '["tx-power"]'` Or are you having to do something more complicated? _(as...
Yes you are correct, `GetAll` would need to be monkey-patched also for it to work. Thanks for having a look at the PR. Happy to help with any issues or...
When you say: > It does not depends on who the central or peripheral is. Do you mean that that you get the same error message on the same machine...
I have a Raspberry Pi with: ``` $ dbus-daemon --version D-Bus Message Bus Daemon 1.12.20 $ python3 --version Python 3.9.2 $ bluetoothd --version 5.55 ``` And a Linux laptop with:...
What do you mean by "bluez config"?
Should be standard ``` $ cat /etc/bluetooth/main.conf [General] # Default adaper name # Defaults to 'BlueZ X.YZ' #Name = BlueZ # Default device class. Only the major and minor device...
Hmm? That does look like it is all a bit of a mess. I suspect that the resolve_gatt in the Service and Descriptor init's are never called because they are...
Thanks for the feedback. I think I have one of the early prototype boards and it looks like it has changed https://4tronix.co.uk/blog/?p=1734 Did you want to submit a correction (pull...
In `/etc/bluetooth/main.conf` there is the option called `ReverseServiceDiscovery`. In the latest version of this file in the source tree the comments have been updated to mention how the option is...