bluetooth_stack_features
bluetooth_stack_features copied to clipboard
Bluetooth stack feature applications. Go to https://github.com/SiliconLabs/application_examples
Hello, I'm trying to use an example but one of the steps I can't find the option to configure "Virtual COM UART" bluetooth_stack_features/tree/master/advertising/advertising_manufacturer_specific_data 
At https://github.com/SiliconLabs/bluetooth_stack_features/tree/master/security/authenticating_devices_with_no_user_interface you teach that a good method is to assign a fixed passkey that is used when pairing over BLE when the device has no user interfaces. The BLE...
When performing fast external signaling in interrupts, some of the indicates or notifies do not get across. It is not the interrupt since the ISR is being handled. It appears...
None of your examples stop advertising after a connection. This would be even more low power.
The advertiser of the *extended_advertising* example builds an incorrect advertisement, as explained below: In `src/advertiser/app.c`, `demo_setup_ext_adv` function builds the advertising data. It inserts an incomplete AD structure after the local...
https://github.com/SiliconLabs/bluetooth_stack_features/blob/2b9516f4c99aed59ad72df04d522b99fa2f46fc8/system_and_performance/waking_from_deep_sleep_using_rfsense/src/tx_side/app_process.c#L198 `CHANNEL` is not defined anywhere and so the build fails. (Target EFR32BG1P232F256GM48, Gecko SDK Suite v4.4.0)