From: Dean Camera Date: Thu, 3 Jun 2010 08:33:01 +0000 (+0000) Subject: Extra protocol value in the RFCOMM protocol is the channel number, not the PSM -... X-Git-Tag: LUFA-110528-BETA~417 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a405a9bdf8338d947159317fba373fccd01fa0f3?hp=a405a9bdf8338d947159317fba373fccd01fa0f3 Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. Add delay to the Connection Request signal processing routine - without this, the host will not create the RFCOMM channel correctly. Need to investigate why this delay is needed. ---