Skip to content

Commit

Permalink
Merge branch 'bugfix/add_legacy_adv_clear_vsc_v5.0' into 'release/v5.0'
Browse files Browse the repository at this point in the history
fix(nimble): Add support for VSC to clear legacy adv memory (v5.0)

See merge request espressif/esp-idf!27473
  • Loading branch information
rahult-github committed Dec 15, 2023
2 parents d198439 + d31cb0d commit 9b28d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/bt/porting/nimble/include/nimble/hci_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) --- */
Expand Down

0 comments on commit 9b28d12

Please sign in to comment.