tools/mgmt-tester: Enable High-Speed(HS) test cases
authorTedd Ho-Jeong An <tedd.an@intel.com>
Wed, 23 Jun 2021 04:49:40 +0000 (21:49 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
This patch enables the BT High-Speed(HS) test cases by enabling the HS
in the kernel config.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/tester.config
tools/mgmt-tester.c

index 661d7a0..850fb6a 100644 (file)
@@ -29,6 +29,7 @@ CONFIG_BT_RFCOMM=y
 CONFIG_BT_BNEP=y
 CONFIG_BT_HIDP=y
 CONFIG_BT_LE=y
+CONFIG_BT_HS=y
 
 CONFIG_BT_HCIVHCI=y
 
index fcce699..8cae376 100755 (executable)
@@ -5315,7 +5315,7 @@ static const char ext_ctrl_info1[] = {
        0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
        0x09, /* version */
        0x3f, 0x00, /* manufacturer */
-       0xff, 0xbe, 0x01, 0x00, /* supported settings */
+       0xff, 0xbf, 0x01, 0x00, /* supported settings */
        0x80, 0x00, 0x00, 0x00, /* current settings */
        0x09, 0x00, /* eir length */
        0x04, /* dev class length */
@@ -5360,7 +5360,7 @@ static const char ext_ctrl_info2[] = {
        0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
        0x09, /* version */
        0x3f, 0x00, /* manufacturer */
-       0xff, 0xbe, 0x01, 0x00, /* supported settings */
+       0xff, 0xbf, 0x01, 0x00, /* supported settings */
        0x81, 0x02, 0x00, 0x00, /* current settings */
        0x0D, 0x00, /* eir length */
        0x04, /* dev class length */
@@ -5391,7 +5391,7 @@ static const char ext_ctrl_info3[] = {
        0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
        0x09, /* version */
        0x3f, 0x00, /* manufacturer */
-       0xff, 0xbe, 0x01, 0x00, /* supported settings */
+       0xff, 0xbf, 0x01, 0x00, /* supported settings */
        0x80, 0x02, 0x00, 0x00, /* current settings */
        0x16, 0x00, /* eir length */
        0x04, /* dev class length */
@@ -5426,7 +5426,7 @@ static const char ext_ctrl_info4[] = {
        0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
        0x09, /* version */
        0x3f, 0x00, /* manufacturer */
-       0xff, 0xbe, 0x01, 0x00, /* supported settings */
+       0xff, 0xbf, 0x01, 0x00, /* supported settings */
        0x80, 0x02, 0x00, 0x00, /* current settings */
        0x1a, 0x00, /* eir length */
        0x04, /* dev class length */
@@ -5485,7 +5485,7 @@ static const char ext_ctrl_info5[] = {
        0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */
        0x09, /* version */
        0x3f, 0x00, /* manufacturer */
-       0xff, 0xbe, 0x01, 0x00, /* supported settings */
+       0xff, 0xbf, 0x01, 0x00, /* supported settings */
        0x81, 0x02, 0x00, 0x00, /* current settings */
        0x1a, 0x00, /* eir len */
        0x04, /* dev class len */