andrzej-kaczmarek commented on code in PR #1918:
URL: https://github.com/apache/mynewt-nimble/pull/1918#discussion_r1846713675
##########
nimble/include/nimble/hci_common.h:
##########
@@ -1396,6 +1396,14 @@ struct ble_hci_vs_set_local_irk_cp {
uint8_t irk[16];
} __attribute__((packed));
+#define BLE_HCI_OCF_VS_SET_SCAN_CFG_NO_LEGACY 0x00000001
+#define BLE_HCI_OCF_VS_SET_SCAN_CFG_NO_EXT 0x00000002
Review Comment:
ble_hci_ocf prefix suggests this is an OCF which is misleading
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]