Get those pesky RFCOMM RPM data bits right. This is likely a noop.

MFC after:	1 month
This commit is contained in:
Maksim Yevmenkin 2009-09-10 23:30:13 +00:00
parent 58564ca597
commit 06acf4bc6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197083

View File

@ -85,8 +85,8 @@
/* RPN parameters - data bits */
#define RFCOMM_RPN_DATA_5 0x0
#define RFCOMM_RPN_DATA_6 0x1
#define RFCOMM_RPN_DATA_7 0x2
#define RFCOMM_RPN_DATA_6 0x2
#define RFCOMM_RPN_DATA_7 0x1
#define RFCOMM_RPN_DATA_8 0x3
/* RPN parameters - stop bit */