mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
commit
ff9db0dc80
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a2dc547005ad0c60bd0005530431f4051126c7c4
|
||||
Subproject commit 0d482c4ed029c8c0b73cd4950b96d1115ac22213
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user