> Hello all! > > I'm currently working on implementation of HID driver > support for bluegiga's WT11 chip. I have connected > this chip to board(through UART) which is connected > to PC (COM1). I'm programming this board to support > an HID profile connection. WT11 has support for > L2CAP. I want to connect my cell phone using HID > profile. I don't know how to establish this > connection. I know that L2CAP has two channels, > command and interrupt. I have to implement an HID > support for this. > Should I connect through L2CAP (CALL btaddr PSM > L2CAP) and just listen channels in HID section, or > some other way?
You need to establish 2 L2CAP channels, 1 for CTL_PSM, another for INTR_PSM according to Bluetooth HID profile specification. - Michael > I know that there is SDP search prior connecting. > > thanx in advance > > Djuro H -- This message posted from opensolaris.org