Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Sat, Mar 21, 2015 at 8:41 PM, Waitman Gobble wrote: > On Thu, Mar 19, 2015 at 1:24 PM, Maksim Yevmenkin > wrote: >>> Hi, >>> >>> It's not for production use, but if someone comes across this post in >>> the future maybe save a few minutes when tinkering and >>> troubleshooting. >>> >>> I chang

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
> > Max, > > I solved the problem, I got rid of the 'release key' structure and > change vkeyb->key[0] to 0, then send that as a key release. Its > working now. > > I believe I just need to handle client disconnects, and re-connects, > and I think it will be all good. > > Thanks for your help. > >

Re: register HID with SDP error

2015-03-22 Thread Iain Hibbert
On Sat, 21 Mar 2015, Waitman Gobble wrote: > > char newpin[16]; > correction, should be newpin[32], or maybe more.. MS windows asks for > a longer pincode. Are you sure about that? All the specifications I have seen, say that the PIN code can be a maximum of 128 bits. (see 7.1.12 Pin Code Reque

Re: register HID with SDP error

2015-03-22 Thread Iain Hibbert
On Sun, 22 Mar 2015, Waitman Gobble wrote: > Here's an updated version in case someone needs this sort of thing. > daemonized process, uses SIGHUP to disconnect clients and added > upper/lower characters and some special characters. Optionally set key > stroke delay. > > https://github.com/waitman

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Sun, Mar 22, 2015 at 1:20 PM, Iain Hibbert wrote: > On Sun, 22 Mar 2015, Waitman Gobble wrote: > >> Here's an updated version in case someone needs this sort of thing. >> daemonized process, uses SIGHUP to disconnect clients and added >> upper/lower characters and some special characters. Optio

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Sun, Mar 22, 2015 at 1:10 PM, Iain Hibbert wrote: > On Sat, 21 Mar 2015, Waitman Gobble wrote: > >> > char newpin[16]; > >> correction, should be newpin[32], or maybe more.. MS windows asks for >> a longer pincode. > > Are you sure about that? All the specifications I have seen, say that the >

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Sun, Mar 22, 2015 at 1:42 PM, Waitman Gobble wrote: > On Sun, Mar 22, 2015 at 1:20 PM, Iain Hibbert wrote: >> On Sun, 22 Mar 2015, Waitman Gobble wrote: >> >>> Here's an updated version in case someone needs this sort of thing. >>> daemonized process, uses SIGHUP to disconnect clients and adde

Does FreeBSD's blootooth support more than mice/keyboards?

2015-03-22 Thread Chris H
Hello, I've spent most of today, and several other occasions to get communication between any of my FreeBSD based boxes, and any of my cell phones to pair with Bluetooth. But all attempts have failed. The dongle initializes, when plugged in: ugen0.2: at usbus0 Mar 22 16:07:39 demon0 kernel: ubt0:

Does FreeBSD's bluetooth support more than mice/keyboards? -- Was Does FreeBSD's blootooth...

2015-03-22 Thread Chris H
Title correction. Sorry. On Sun, 22 Mar 2015 19:25:52 -0700 "Chris H" wrote Hello, I've spent most of today, and several other occasions to get communication between any of my FreeBSD based boxes, and any of my cell phones to pair with Bluetooth. But all attempts have failed. The dongle initiali

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Tue, Mar 17, 2015 at 11:33 AM, Maksim Yevmenkin wrote: > On Tue, Mar 17, 2015 at 11:20 AM, Iain Hibbert wrote: >> On Tue, 17 Mar 2015, Waitman Gobble wrote: >> >>> hcidump log https://gist.github.com/waitman/c3f8a3bc9b046e36dbb5 >> >> Kind of unrelatedly, from that log, the Linux machine reque

Re: register HID with SDP error

2015-03-22 Thread Waitman Gobble
On Sun, Mar 22, 2015 at 10:39 PM, Waitman Gobble wrote: > On Tue, Mar 17, 2015 at 11:33 AM, Maksim Yevmenkin > wrote: >> On Tue, Mar 17, 2015 at 11:20 AM, Iain Hibbert wrote: >>> On Tue, 17 Mar 2015, Waitman Gobble wrote: >>> hcidump log https://gist.github.com/waitman/c3f8a3bc9b046e36dbb5