All,

I've been searching for some info, and so far haven't found a good answer
either way yet. Does anyone know if it is possbile to access l2cap functions
in the Windows Mobile 5.0 bluetooth stack?

We have an application ported to windows mobile that depends on l2cap
functions. It works fine on devices with the broadcom/windcom stack, since
they provide documented functions for access, but so far I can't find any
documentation about access to the l2cap layer in Windows Mobile bluetooth.

Any advice is greatly appreciated. Thanks,
-Andrew

Re: Access to l2cap in windows mobile 5? by Fernando

Fernando
Sat Nov 04 20:22:20 CST 2006

You can, but unfortunately the Windows Mobile 5.0 SDK doesn't include the
headers and libs you need for development.
If you have access to Platform Builder, you can look at a sample called
l2capdev that shows how to write a bluetooth extension layer on top of
L2CAP. Some documentation here:
http://msdn.microsoft.com/library/en-us/wcecomm5/html/wce50conCreatingBluetoothStackExtensionLayer.asp?frame=true

"AndrewF" <AndrewF@discussions.microsoft.com> wrote in message
news:89F33A31-EAB6-4A25-8E04-D5B5AC373D46@microsoft.com...
> All,
>
> I've been searching for some info, and so far haven't found a good answer
> either way yet. Does anyone know if it is possbile to access l2cap
> functions
> in the Windows Mobile 5.0 bluetooth stack?
>
> We have an application ported to windows mobile that depends on l2cap
> functions. It works fine on devices with the broadcom/windcom stack, since
> they provide documented functions for access, but so far I can't find any
> documentation about access to the l2cap layer in Windows Mobile bluetooth.
>
> Any advice is greatly appreciated. Thanks,
> -Andrew
>