mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Set the number of supported phy by the host to 3.
parent
20e0cd1b0e
commit
57b79d9659
|
@ -92,7 +92,7 @@ extern "C" {
|
||||||
/*! \brief Number of scanner and initiator PHYs (LE 1M, LE 2M and LE Coded): must be set to 1 for
|
/*! \brief Number of scanner and initiator PHYs (LE 1M, LE 2M and LE Coded): must be set to 1 for
|
||||||
legacy scanner and initiator */
|
legacy scanner and initiator */
|
||||||
#ifndef DM_NUM_PHYS
|
#ifndef DM_NUM_PHYS
|
||||||
#define DM_NUM_PHYS 1
|
#define DM_NUM_PHYS 3
|
||||||
#endif
|
#endif
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue