On Sun, 22 Mar 2015, Waitman Gobble wrote:
> >> btw .. if you use sdpcontrol(1) to query the local SDP server (see -l)
> >> then hcidump will not see anything of the interchange, since it does not
> >> go through the Bluetooth stack.
> >
> > absolutely correct
>
> I'm tracking down a client connec
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 the FreeBSD side..? (see
hcsecd.conf(5))
> What more must I do
On Mar 23, 2015 12:06 AM, "Iain Hibbert" wrote:
>
> On Sun, 22 Mar 2015, Waitman Gobble wrote:
>
> > >> btw .. if you use sdpcontrol(1) to query the local SDP server (see
-l)
> > >> then hcidump will not see anything of the interchange, since it does
not
> > >> go through the Bluetooth stack.
> >
On Sun, 22 Mar 2015, Waitman Gobble wrote:
> 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(
On Mar 23, 2015 12:42 AM, "Iain Hibbert" wrote:
>
> On Sun, 22 Mar 2015, Waitman Gobble wrote:
>
> > 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(uu