forked from espressif/esp-idf
Nimble: Add APIs to handle vs HCI commands and events
This commit is contained in:
@@ -819,3 +819,9 @@ menu "GAP Service"
|
||||
Timeout = Value * 10 ms
|
||||
|
||||
endmenu
|
||||
|
||||
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: 326292d478...46268fd9c0
@@ -1700,4 +1700,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