rahult-github commented on code in PR #1851:
URL: https://github.com/apache/mynewt-nimble/pull/1851#discussion_r1734336780


##########
nimble/host/include/host/ble_gap.h:
##########
@@ -1582,6 +1582,19 @@ struct ble_gap_ext_adv_params {
 
     /** Advertising Set ID */
     uint8_t sid;
+
+    /** Version of HCI command to be used
+     *  0 : No version set, choose V2 or fallback to v1
+     *  1 : V1
+     *  2 : V2
+     */
+    unsigned int version:2;

Review Comment:
   Addressed. Please check once



##########
nimble/include/nimble/hci_common.h:
##########
@@ -597,6 +597,27 @@ struct ble_hci_le_set_ext_adv_params_rp {
     int8_t  tx_power;
 } __attribute__((packed));
 
+#define BLE_HCI_OCF_LE_SET_EXT_ADV_PARAM_V2             (0x007F)

Review Comment:
   Thanks.. have addressed this now. 



-- 
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: notifications-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to