mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(nimble): Add support for VSC to clear legacy adv memory
Legacy adv does not have an API for clear adv memory in controller. Added VSC for same.
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: 13b94d91ba...8114a62475
@ -1141,6 +1141,7 @@ struct ble_hci_vs_duplicate_exception_list_cp {
|
||||
uint8_t device_info[6];
|
||||
} __attribute__((packed));
|
||||
|
||||
#define BLE_HCI_OCF_VS_LEGACY_ADV_CLEAR (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x010C))
|
||||
|
||||
/* Command Specific Definitions */
|
||||
/* --- Set controller to host flow control (OGF 0x03, OCF 0x0031) --- */
|
||||
|
Reference in New Issue
Block a user