Please Find the Attachment Screen shot of SDK Document for Advertising Module. Also Side by Side I am doing Code Walkthrough Blinky Peripheral . The Code in Blinky No Where Matches with Advertising Steps Given In SDK Document.
Please Find the Attachment Screen shot of SDK Document for Advertising Module. Also Side by Side I am doing Code Walkthrough Blinky Peripheral . The Code in Blinky No Where Matches with Advertising Steps Given In SDK Document.
I have reported this internally. It might help to take a look at the message sequence chart for the softdevice v6.0.0. Although the message sequence chart you posted above has not been updated, ble_adv_init() in your figure above refers to advertising_init() in the blinky peripheral example code. sd_ble_gap_adv_data_set(adv,sr) is similar to sd_ble_gap_adv_set_configure() & ble_adv_start(node) is similar to calling advertising_start(), etc.
Bjørn Kvaale Updated Documents will help Developers from Confusion