OSDN Git Service

tools/mgmt-tester: Add appearance to Read Ext Controller Info
authorMichał Narajowski <michal.narajowski@codecoup.pl>
Tue, 20 Sep 2016 12:02:10 +0000 (14:02 +0200)
committerSzymon Janc <szymon.janc@codecoup.pl>
Wed, 21 Sep 2016 18:15:34 +0000 (20:15 +0200)
tools/mgmt-tester.c

index a253f84..b052570 100644 (file)
@@ -4920,12 +4920,16 @@ static const char ext_ctrl_info2[] = {
        0x3f, 0x00, /* manufacturer */
        0xff, 0xbf, 0x00, 0x00, /* supported settings */
        0x81, 0x02, 0x00, 0x00, /* current settings */
-       0x09, 0x00, /* eir length */
+       0x0D, 0x00, /* eir length */
        0x04, /* dev class length */
        0x0d, /* dev class info */
        0xe0, /* minor */
        0x03, /* major */
        0x00, /* service classes */
+       0x03, /* appearance length */
+       0x19, /* EIR_APPEARANCE */
+       0x00, /* Appearance value */
+       0x00,
        0x01, /* complete name data length */
        0x09, /* complete name flag */
        0x01, /* short name data length */
@@ -4947,12 +4951,16 @@ static const char ext_ctrl_info3[] = {
        0x3f, 0x00, /* manufacturer */
        0xff, 0xbf, 0x00, 0x00, /* supported settings */
        0x80, 0x02, 0x00, 0x00, /* current settings */
-       0x12, 0x00, /* eir length */
+       0x16, 0x00, /* eir length */
        0x04, /* dev class length */
        0x0d, /* dev class info */
        0x00, /* minor */
        0x00, /* major */
        0x00, /* service classes */
+       0x03, /* appearance length */
+       0x19, /* EIR_APPEARANCE */
+       0x00, /* Appearance value */
+       0x00,
        0x0A, /* Local name length */
        0x09, /* Complete name */
        0x54, 0x65, 0x73, 0x74,
@@ -4983,12 +4991,16 @@ static const char ext_ctrl_info4[] = {
        0x3f, 0x00, /* manufacturer */
        0xff, 0xbf, 0x00, 0x00, /* supported settings */
        0x80, 0x02, 0x00, 0x00, /* current settings */
-       0x16, 0x00, /* eir length */
+       0x1a, 0x00, /* eir length */
        0x04, /* dev class length */
        0x0d, /* dev class info */
        0x00, /* minor */
        0x00, /* major */
        0x00, /* service classes */
+       0x03, /* appearance length */
+       0x19, /* EIR_APPEARANCE */
+       0x00, /* Appearance value */
+       0x00,
        0x0A, /* Complete Local name len */
        0x09, /* Complete name */
        0x54, 0x65, 0x73, 0x74,
@@ -5038,12 +5050,16 @@ static const char ext_ctrl_info5[] = {
        0x3f, 0x00, /* manufacturer */
        0xff, 0xbf, 0x00, 0x00, /* supported settings */
        0x81, 0x02, 0x00, 0x00, /* current settings */
-       0x16, 0x00, /* eir len */
+       0x1a, 0x00, /* eir len */
        0x04, /* dev class len */
        0x0d, /* dev class info */
        0xe0, /* minor */
        0x03, /* major */
        0x00, /* service classes */
+       0x03, /* appearance length */
+       0x19, /* EIR_APPEARANCE */
+       0x00, /* Appearance value */
+       0x00,
        0x0A, /* Complete Local name len */
        0x09, /* Complete name */
        0x54, 0x65, 0x73, 0x74,