fix(nimble): Add VSC support for setting chan select algo

This commit is contained in:
Rahul Tank 2023-12-20 12:06:50 +05:30
parent 3629f070b6
commit 0dc286db38
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 34e3842741f598c00082ef7d2cea5f22615366f6
Subproject commit cf183cefea24af147b49c6ffbe894625fd6de269

View File

@ -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)