How to enable bluetooth with BlueR #141
-
Hey, Is it possible to enable Bluetooth via BlueR? I'm not sure if this is a configuration issue of my Bluetooth, or a feature request for the crate. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
bluetoothd only supports setting the power state of the adapter using You need to find out how your system disables Bluetooth. The standard way is the rfkill framework. You would need to plug into that to re-enable Bluetooth. |
Beta Was this translation helpful? Give feedback.
bluetoothd only supports setting the power state of the adapter using
Adaper::set_powered
.You need to find out how your system disables Bluetooth. The standard way is the rfkill framework. You would need to plug into that to re-enable Bluetooth.