Hello there, I'm a PhD student in Switzerland and I need to communicate between my macs and some selfmade microcontroller based bluetooth nodes. For this to work, I'd like to be able to send and receive HCI packets as well as use L2CAP connection to one of those devices. I just browsed through the SDK documentation and I found out: - I can't access HCI layer directly - it looks like I can't establish an L2CAP connection with a device that doesn't provide SDP services (which is the case with my devices) - For a L2CAP connection I need a user interaction. I don't want to have to. :) Am I missing some bits ? Is it possible to get the sources of the stack already ? I really would be happy to use Apple's stack instead of having to port Axis OpenBT or Linux BlueZ Stack... If there's anyone working on this lower level of bt deployment, I'd be glad to hear about it. Thanks in Advance, Matthias Ringwald Department of Computer Science Institute of Information Systems ETH Zurich (The Federal Institute of Technology) CH-8092 Zurich Switzerland _______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Matthias Ringwald