Re: register HID with SDP error

2015-03-25 Thread Maksim Yevmenkin
Hello, sorry for the delay... > Through trial and error I found that this code is preventing the > response to the 0x0100 (L2CAP) query. > > in sdpd/ssar.c around line 230 or so. > > if (memcmp(&uuid, &puuid, sizeof(uuid)) != 0 && >memcmp(&uuid, &uuid_public_browse_group, sizeof(uuid)) != 0)

Re: Does FreeBSD's bluetooth support more than mice/keyboards?

2015-03-25 Thread Maksim Yevmenkin
On Mon, Mar 23, 2015 at 12:10 AM, Iain Hibbert wrote: > On Sun, 22 Mar 2015, Chris H wrote: > >> This dongle works perfectly on OSX (I can pair). But >> I'm coming up empty handed on FreeBSD. I'm running >> (depending on the box) RELENG_9, or CURRENT (11). > > perhaps you need to specify a PIN at

Re: register HID with SDP error

2015-03-25 Thread Waitman Gobble
On Wed, Mar 25, 2015 at 8:16 AM, Maksim Yevmenkin wrote: > Hello, > > sorry for the delay... > >> Through trial and error I found that this code is preventing the >> response to the 0x0100 (L2CAP) query. >> >> in sdpd/ssar.c around line 230 or so. >> >> if (memcmp(&uuid, &puuid, sizeof(uuid)) !=