sjanc commented on code in PR #1582: URL: https://github.com/apache/mynewt-nimble/pull/1582#discussion_r1285864618
########## nimble/host/include/host/ble_gap.h: ########## @@ -1286,7 +1471,7 @@ int ble_gap_adv_rsp_set_data(const uint8_t *data, int data_len); * Configures the fields to include in subsequent advertisements. This is a * convenience wrapper for ble_gap_adv_set_data(). * - * @param adv_fields Specifies the advertisement data. + * @param rsp_fields Specifies the advertisement data. Review Comment: this should be left as adv_fields and function declaration should be updated to adv_fields -- 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]
