From abd50c130ef4f545749cf94e14599ce505994beb Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 1 Jun 2023 18:02:01 +0200 Subject: [PATCH] hci: use 1M as secondary phy --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.c b/src/hci.c index a8d5859dc..e541e4c88 100644 --- a/src/hci.c +++ b/src/hci.c @@ -6167,7 +6167,7 @@ static bool hci_run_general_gap_le(void){ 0x7f, // tx power: no preference 0x01, // primary adv phy: LE 1M 0, // secondary adv max skip - 0, // secondary adv phy + 0x01, // secondary adv phy 0, // adv sid 0 // scan request notification );