rahult-github commented on code in PR #1851:
URL: https://github.com/apache/mynewt-nimble/pull/1851#discussion_r1722670560
##########
nimble/host/include/host/ble_gap.h:
##########
@@ -1582,6 +1582,14 @@ struct ble_gap_ext_adv_params {
/** Advertising Set ID */
uint8_t sid;
+
+#if MYNEWT_VAL(BLE_EXT_ADV_V2)
Review Comment:
Hi @rymanluk
> Instead, host could choose to use V2 or V1 based on the Read Supported
Commands result.
Just to understand this comment, are you implying that use V2 directly if
its support is present ? ( i.e. don't use V1 in such cases ? ) Will host not
able to use V1, if controller has support for V2 ?
--
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]