mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(nimble): Add VSC support for setting chan select algo
This commit is contained in:
parent
3629f070b6
commit
0dc286db38
@ -1 +1 @@
|
|||||||
Subproject commit 34e3842741f598c00082ef7d2cea5f22615366f6
|
Subproject commit cf183cefea24af147b49c6ffbe894625fd6de269
|
@ -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))
|
#define BLE_HCI_OCF_VS_PCL_SET_RSSI (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x0111))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define BLE_HCI_OCF_VS_SET_CHAN_SELECT (MYNEWT_VAL(BLE_HCI_VS_OCF_OFFSET) + (0x0112))
|
||||||
|
|
||||||
/* Command Specific Definitions */
|
/* Command Specific Definitions */
|
||||||
/* --- Set controller to host flow control (OGF 0x03, OCF 0x0031) --- */
|
/* --- Set controller to host flow control (OGF 0x03, OCF 0x0031) --- */
|
||||||
#define BLE_HCI_CTLR_TO_HOST_FC_OFF (0)
|
#define BLE_HCI_CTLR_TO_HOST_FC_OFF (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user