I am having some problems understanding how to set my application up to accept incoming L2CAP requests. The only function I've found for opening L2CAP channels is IOBluetoothDevice::openL2CAPChannel:findExisting:newChannel:, but it does not seem to do what I want. Our device first opens an RFCOMM channel - for BasicImagingProfile OBEX - and then tries to open an L2CAP channel for HID interrupts. The RFCOMM connection works (on Jaguar, IOBluetoothAddServiceDict seems to be broken on 10.1.5), but the L2CAP connection fails, probably because I have not properly told the stack to accept it. I see nothing in the PacketDecoder relating to this connection attempt, and nothing in the system log or console. Is it possible to accept incoming L2CAP channels, and how do I do it? Best regards, Bjvrn Davidsson C Technologies AB _______________________________________________ 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)
-
Björn Davidsson