Skip to content

Commit

Permalink
mgmt-tester: Fix Read Ext Controller Info tests
Browse files Browse the repository at this point in the history
This fixes Read Ext Controller Info now that BT_HS has been removed.
  • Loading branch information
Vudentz committed Feb 6, 2024
1 parent 1c60eb0 commit cfbaa68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/mgmt-tester.c
Expand Up @@ -5668,7 +5668,7 @@ static const char ext_ctrl_info1[] = {
0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
0x09, /* version */
0xf1, 0x05, /* manufacturer */
0xff, 0xbf, 0x01, 0x00, /* supported settings */
0xff, 0xbe, 0x01, 0x00, /* supported settings */
0x80, 0x00, 0x00, 0x00, /* current settings */
0x09, 0x00, /* eir length */
0x04, /* dev class length */
Expand Down Expand Up @@ -5708,7 +5708,7 @@ static const char ext_ctrl_info2[] = {
0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
0x09, /* version */
0xf1, 0x05, /* manufacturer */
0xff, 0xbf, 0x01, 0x00, /* supported settings */
0xff, 0xbe, 0x01, 0x00, /* supported settings */
0x81, 0x02, 0x00, 0x00, /* current settings */
0x0D, 0x00, /* eir length */
0x04, /* dev class length */
Expand Down Expand Up @@ -5740,7 +5740,7 @@ static const char ext_ctrl_info3[] = {
0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
0x09, /* version */
0xf1, 0x05, /* manufacturer */
0xff, 0xbf, 0x01, 0x00, /* supported settings */
0xff, 0xbe, 0x01, 0x00, /* supported settings */
0x80, 0x02, 0x00, 0x00, /* current settings */
0x16, 0x00, /* eir length */
0x04, /* dev class length */
Expand Down Expand Up @@ -5775,7 +5775,7 @@ static const char ext_ctrl_info4[] = {
0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
0x09, /* version */
0xf1, 0x05, /* manufacturer */
0xff, 0xbf, 0x01, 0x00, /* supported settings */
0xff, 0xbe, 0x01, 0x00, /* supported settings */
0x80, 0x02, 0x00, 0x00, /* current settings */
0x1a, 0x00, /* eir length */
0x04, /* dev class length */
Expand Down Expand Up @@ -5829,7 +5829,7 @@ static const char ext_ctrl_info5[] = {
0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
0x09, /* version */
0xf1, 0x05, /* manufacturer */
0xff, 0xbf, 0x01, 0x00, /* supported settings */
0xff, 0xbe, 0x01, 0x00, /* supported settings */
0x81, 0x02, 0x00, 0x00, /* current settings */
0x1a, 0x00, /* eir len */
0x04, /* dev class len */
Expand Down

0 comments on commit cfbaa68

Please sign in to comment.