mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'feat/add_vendor_hci_cmd' into 'release/v4.4'
Nimble: Add APIs to handle vs HCI commands and events (v4.4) See merge request espressif/esp-idf!29995
This commit is contained in:
@ -517,4 +517,10 @@ 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
|
||||
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
|
||||
|
||||
#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
|
||||
|
Reference in New Issue
Block a user