Skip to content

Commit 65f688e

Browse files
pan-Cruz Monrreal II
authored andcommitted
BLE: Set the number of supported phy by the host to 3.
1 parent a7d43fc commit 65f688e

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extern "C" {
9292
/*! \brief Number of scanner and initiator PHYs (LE 1M, LE 2M and LE Coded): must be set to 1 for
9393
legacy scanner and initiator */
9494
#ifndef DM_NUM_PHYS
95-
#define DM_NUM_PHYS 1
95+
#define DM_NUM_PHYS 3
9696
#endif
9797
/**@}*/
9898

0 commit comments

Comments
 (0)