Bluetooth mouse does not connect after reboot

David Demelier demelier.david at gmail.com
Wed Jan 19 14:24:57 UTC 2011


Hello,

I've successfully setup a Logitech v470 mouse using bthidd / hcsecd. The 
problem is each time /var/db/bthidd.hids is created the mouse does not 
connect anymore and if I remove this file and restart bthidd it works, 
thing which is quite boring.

In hcsecd.conf I have :

device {
	bdaddr	00:1f:20:0f:62:31;
	name	"Logitech V470";
	key	nokey;
	pin	"0000";
}

and in bthidd.conf :

device {
	bdaddr			00:1f:20:0f:62:31;
	control_psm		0x11;
	interrupt_psm		0x13;
	reconnect_initiate	true;
	battery_power		true;
	normally_connectable	false;
	hid_descriptor		{
		0x05 0x01 0x09 0x02 0xa1 0x01 0x85 0x02
		0x09 0x01 0xa1 0x00 0x05 0x09 0x19 0x01
		0x29 0x08 0x15 0x00 0x25 0x01 0x75 0x01
		0x95 0x08 0x81 0x02 0x05 0x01 0x09 0x30
		0x09 0x31 0x16 0x01 0xf8 0x26 0xff 0x07
		0x75 0x0c 0x95 0x02 0x81 0x06 0x09 0x38
		0x15 0x81 0x25 0x7f 0x75 0x08 0x95 0x01
		0x81 0x06 0x05 0x0c 0x0a 0x38 0x02 0x75
		0x08 0x95 0x01 0x81 0x06 0xc0 0xc0 0x06
		0x00 0xff 0x09 0x01 0xa1 0x01 0x85 0x10
		0x75 0x08 0x95 0x06 0x15 0x00 0x26 0xff
		0x00 0x09 0x01 0x81 0x00 0x09 0x01 0x91
		0x00 0xc0
	};
}

If you have any clue how to fix this. Thanks.

-- 
David Demelier


More information about the freebsd-bluetooth mailing list