|
From: Anders J. <and...@us...> - 2002-01-09 10:07:36
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- l2cap.h 1.42 1.43=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Changed PSM of BNEP from 0x09 -> 0x0f according to the specifications. The diff of the modified file(s): --- l2cap.h 2001/12/04 10:01:27 1.42 +++ l2cap.h 2002/01/09 10:07:35 1.43 @@ -69,10 +69,10 @@ =20 /* Valid PSM values */ #define MAX_PSM 20 -#define SDP_LAYER 1 -#define RFCOMM_LAYER 3 -#define TCS_LAYER 5 -#define BNEP_LAYER 9 +#define SDP_LAYER 0x01 +#define RFCOMM_LAYER 0x03 +#define TCS_LAYER 0x05 +#define BNEP_LAYER 0x0f =20 #define L2CAP_TEST_LAYER 0x1231 #define L2CAP_TEST2_LAYER 0x1233 |