aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-01 09:50:36 -0400
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-01 14:46:24 -0400
commit4520eca3e5d81be77dba629cd62f8d59632240c1 (patch)
tree91b84af5122306666b3c8ac5b9cf63a0c928ea94
parent3403f65e266a0c40ace9cecc868fa96ad3335920 (diff)
mgmt-tester: Adjust Coded PHY scan interval and window
Coded PHY interval and window recommneded by the core specification are 3x of the 1M.
-rw-r--r--tools/mgmt-tester.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 884078905e..8a4fbc2eb6 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -9651,8 +9651,8 @@ static const char start_discovery_ext_scan_param[] = {
0x12, 0x00, /* Interval */
0x12, 0x00, /* Window */
0x01, /* Type */
- 0x12, 0x00, /* Interval */
- 0x12, 0x00, /* Window */
+ 0x36, 0x00, /* Interval */
+ 0x36, 0x00, /* Window */
};
static const struct generic_data start_discovery_le_ext_scan_param = {
@@ -9733,8 +9733,8 @@ static const char start_discovery_valid_coded_scan_param[] = {
0x12, 0x00, /* Interval */
0x12, 0x00, /* Window */
0x01, /* Type */
- 0x12, 0x00, /* Interval */
- 0x12, 0x00, /* Window */
+ 0x36, 0x00, /* Interval */
+ 0x36, 0x00, /* Window */
};
static const struct generic_data start_discovery_le_coded_scan_param = {
@@ -9764,8 +9764,8 @@ static const char start_discovery_valid_1m_2m_coded_scan_param[] = {
0x12, 0x00, /* Interval */
0x12, 0x00, /* Window */
0x01, /* Type */
- 0x12, 0x00, /* Interval */
- 0x12, 0x00, /* Window */
+ 0x36, 0x00, /* Interval */
+ 0x36, 0x00, /* Window */
};
static const struct generic_data start_discovery_le_1m_coded_scan_param = {