mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Nimble: Add APIs to handle vs HCI commands and events
This commit is contained in:
@ -517,4 +517,10 @@ config BT_NIMBLE_HIGH_DUTY_ADV_ITVL
|
|||||||
bool "Enable BLE high duty advertising interval feature"
|
bool "Enable BLE high duty advertising interval feature"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
help
|
help
|
||||||
This enable BLE high duty advertising interval feature
|
This enables BLE high duty advertising interval feature
|
||||||
|
|
||||||
|
config BT_NIMBLE_VS_SUPPORT
|
||||||
|
bool "Enable support for VSC and VSE"
|
||||||
|
help
|
||||||
|
This option is used to enable support for sending Vendor Specific HCI commands and handling
|
||||||
|
Vendor Specific HCI Events.
|
||||||
|
Submodule components/bt/host/nimble/nimble updated: a2dc547005...0d482c4ed0
@ -1404,4 +1404,11 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MYNEWT_VAL_BLE_HCI_VS
|
||||||
|
#define MYNEWT_VAL_BLE_HCI_VS CONFIG_BT_NIMBLE_VS_SUPPORT
|
||||||
|
#define MYNEWT_VAL_BLE_HCI_VS_OCF_OFFSET (0)
|
||||||
|
#else
|
||||||
|
#define MYNEWT_VAL_BLE_HCI_VS (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user