991 B
991 B
raspberrypi-bluetooth
Description
The bluetooth service for RaspberryPi, which loads BCM43430A1 firmware on boot. These files are from the repositories in RaspberryPi community.
Software Architecture
AArch64
Installation
dnf install raspberrypi-bluetooth
Instructions
After installing raspberrypi-bluetooth,
-
Start the bluetooth service (i.e., hciuart service) to load related firmware:
systemctl start hciuart. -
Check the service's status using the status command:
systemctl status hciuart. -
If this service isn’t running, you can use the restart command:
systemctl restart hciuartto restart the service. -
To view the name and basic information of the bluetooth device, you can use the command:
hciconfig. -
Set the service to start on boot:
systemctl enable hciuart.
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request