Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

host/ble_gap.h: Extend description of ble_gap_periodic_adv_sync_create #1745

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion nimble/host/include/host/ble_gap.h
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,10 @@ int ble_gap_periodic_adv_set_data(uint8_t instance,
const struct ble_gap_periodic_adv_set_data_params *params);

/**
* Performs the Synchronization procedure with periodic advertiser.
* Schedule the Synchronization procedure with periodic advertiser.
* Procedure is performed as soon as Extended Discovery procedure is started.
* If Extended Discovery is already active when issuing this procedure,
* it will be performed immediately. It is up to application to start Extended Discovery.
*
* @param addr Peer address to synchronize with. If NULL than
* peers from periodic list are used.
Expand Down
Loading