rahult-github commented on code in PR #1851: URL: https://github.com/apache/mynewt-nimble/pull/1851#discussion_r1726891891
########## 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 , i have updated the PR to not use the BLE_EXT_ADV_V2 macro and rather decide based on Read Supported Commands. -- 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