I have an ODROID C1 with a bluetooth dongle ordered from their site, as a peripheral for the board. The device is listed under lsusb, but hcitool shows no devices and the systemctl status shows an error (as shown below) "Sap driver initialization failed.".
$this->bbcode_second_pass_code('', '[dennisf@orbb ~]$ uname -a
Linux orbb 3.10.43-1-ARCH #1 SMP PREEMPT Tue Dec 30 18:37:09 MST 2014 armv7l GNU/Linux
')
$this->bbcode_second_pass_code('', '[dennisf@orbb ~]$ lsusb
Bus 001 Device 005: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 001 Device 026: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub')
$this->bbcode_second_pass_code('', '[dennisf@orbb ~]$ sudo systemctl status bluetooth
* bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2015-01-02 23:30:38 UTC; 12h ago
Docs: man:bluetoothd(8)
Main PID: 189 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
`-189 /usr/lib/bluetooth/bluetoothd
Jan 02 23:30:38 orbb bluetoothd[189]: Bluetooth daemon 5.27
Jan 02 23:30:38 orbb bluetoothd[189]: Starting SDP server
Jan 02 23:30:38 orbb bluetoothd[189]: Bluetooth management interface 1.3 initialized
Jan 02 23:30:38 orbb bluetoothd[189]: Sap driver initialization failed.
Jan 02 23:30:38 orbb bluetoothd[189]: sap-server: Operation not permitted (1)
Jan 02 23:30:38 orbb bluetoothd[189]: hci0 Load Connection Parameters failed: Unknown Command (0x01)
Jan 02 23:30:38 orbb systemd[1]: Started Bluetooth service.
')
I'll continue to tinker with this, but if anyone has a possible solution, let me know. I'll update when I know more.