register HID with SDP error

Maksim Yevmenkin maksim.yevmenkin at gmail.com
Wed Mar 18 03:22:53 UTC 2015


> I'm still troubled by the bluetooth errors though.. I wish I could
> solve that problem. This device reports mfg 0x0a12 product 0x0001
> (well idProduct is 0x0001, iProduct is 0x0002?)
> 


Hmmm.... I think I might have an idea. Do you run /etc/rc.d/bluetooth by hand by any chance ? If so, can you please do not do it? Basically /etc/rc.d/Bluetooth is run from devd.conf currently. Devd responds to ubt device arrival by calling start on /etc/rc.d/Bluetooth. Similarly when ubt device departs devd will call stop on /etc/rc.d/Bluetooth.

When you call start on /etc/rc.d/Bluetooth on already setup stack, you might get errors.  So either try not calling start by hand, or, try to call restart. Restart will tear down struck and then set it up from scratch. 

Thanks
Max



More information about the freebsd-bluetooth mailing list