bluetooth_stack_features icon indicating copy to clipboard operation
bluetooth_stack_features copied to clipboard

Bluetooth stack feature applications. Go to https://github.com/SiliconLabs/application_examples

Results 6 bluetooth_stack_features issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/2086543/197369872-807c012a-1305-49e3-be97-c942deab0d38.png)

5-question

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...

0-bug

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...

1-enhancement

None of your examples stop advertising after a connection. This would be even more low power.

1-enhancement

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)