Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the softdevice library advertising features vs. the BLE advertising module?
Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the softdevice library advertising features vs. the BLE advertising module?
The advertising module came with SDK 8.0.0. You can find more information about it here.
It is in the SDK to make it easier to implement typical "connectable advertising" scenarioes.
The advertising module came with SDK 8.0.0. You can find more information about it here.
It is in the SDK to make it easier to implement typical "connectable advertising" scenarioes.