Skip to content

Commit

Permalink
Merge branch 'feat/add_csa_selection_vsc_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
feat(nimble): Add VSC support for setting chan select algo (v5.1)

See merge request espressif/esp-idf!28028
  • Loading branch information
rahult-github committed Dec 23, 2023
2 parents 3629f07 + 0dc286d commit c57b352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/bt/porting/nimble/include/nimble/hci_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,8 @@ struct ble_hci_vs_duplicate_exception_list_cp {
#define BLE_HCI_OCF_VS_PCL_SET_RSSI (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x0111))
#endif

#define BLE_HCI_OCF_VS_SET_CHAN_SELECT (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x0112))

/* Command Specific Definitions */
/* --- Set controller to host flow control (OGF 0x03, OCF 0x0031) --- */
#define BLE_HCI_CTLR_TO_HOST_FC_OFF (0)
Expand Down

0 comments on commit c57b352

Please sign in to comment.