I just got my Raspberry Pi3 and installed Bluetooth
sudo service bluetooth status shows
● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled) Active: active (running) since Sat 2016-03-12 13:48:57 AEDT; 44s ago Docs: man:bluetoothd(8) Main PID: 2285 (bluetoothd) Status: "Running" CGroup: /system.slice/bluetooth.service └─2285 /usr/lib/bluetooth/bluetoothd I am planning to use a bluetooth keyboard and mouse.
hcitool scan shows Device is not available: No such device and hcitool dev shows no Devices.
Is there anything else needed to activate the on board bluetooth? I recollect reading that there are no drivers yet, but cannot find this again. Some users seem to indicate that they have it working.
EDIT I just found the reference (in MagPi 43) and installed pi-bluetooth. I can now scan and see my wireless mouse.
Unfortunately I can't seem to find how to connect to the Pi. Any help welcome.