BLE: Set the number of supported phy by the host to 3.

pull/8998/head
Vincent Coubard 2018-12-07 13:24:28 +00:00
parent 20e0cd1b0e
commit 57b79d9659
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**@}*/ /**@}*/