@sixwheeledbeast said:
Bluetooth can't be disabled or enabled from the battery menu. The toggle moves but it doesn't work and stays in the same state.
Yes I see that on my FP5.
I searched a bit and I think that the problem is not in the settings, it's in the Bluetooth stack itself.
Rationale: launching bluetoothctl, I can see that when activating the switch, there is this message:
[bluetooth]# hci0 new_settings: connectable bondable ssp br/edr le secure-conn
the interface is made 'connectable' and 'bondable'.
When activating the bluetooth in the bluetooth page, these messages are displayed:
[bluetooth]# hci0 new_settings: powered connectable bondable ssp br/edr le secure-conn
that is, in one case the interface is powered while it's not in the second case. The switch is changed but after a few seconds when the system realizes the discrepancy between the real state of the bluetooth interface and the switch, it switches back the indicator statute.
When going from the battery page to the bluetooth page, the state is checked immediately and the switch is going back to enabled almost instantly.
While it's the same action in both case ('bluetooth-enabled') it has 2 different effects!,
I'd need to check what are the messages passing at the Dbus level in both cases.
For now it's a bit late for me, logging off.