mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
feat(nimble): Added support for high duty adv interval
This commit is contained in:
@@ -699,3 +699,9 @@ config BT_NIMBLE_MAX_EADS
|
|||||||
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENC_ADV_DATA
|
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENC_ADV_DATA
|
||||||
help
|
help
|
||||||
Defines maximum number of encrypted advertising data key material to save
|
Defines maximum number of encrypted advertising data key material to save
|
||||||
|
|
||||||
|
config BT_NIMBLE_HIGH_DUTY_ADV_ITVL
|
||||||
|
bool "Enable BLE high duty advertising interval feature"
|
||||||
|
depends on BT_NIMBLE_ENABLED
|
||||||
|
help
|
||||||
|
This enable BLE high duty advertising interval feature
|
||||||
|
@@ -1711,4 +1711,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MYNEWT_VAL_BLE_HIGH_DUTY_ADV_ITVL
|
||||||
|
#ifdef CONFIG_BT_NIMBLE_HIGH_DUTY_ADV_ITVL
|
||||||
|
#define MYNEWT_VAL_BLE_HIGH_DUTY_ADV_ITVL CONFIG_BT_NIMBLE_HIGH_DUTY_ADV_ITVL
|
||||||
|
#else
|
||||||
|
#define MYNEWT_VAL_BLE_HIGH_DUTY_ADV_ITVL (0)
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user