Bluetooth on Intel Mac Mini

Hi,
I installed FreeBSD on an Intel MacMini (an aluminium one) and want to use the bluetooth on it.
The kernel reports the device as :
kernel: ubt0: <Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.50, addr 6> on usbus0
I loaded the driver in /etc/rc.conf with the line :
ng_ubt_load="YES"

I then do a :
sudo service bluetooth start ubt0

And in /var/log/messages I get :
Aug 21 22:31:21 fisga kernel: ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout
Aug 21 22:31:22 fisga dlsa[2255]: /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0

How can I take the debugging further ?
 
Back
Top