Bluetooth Designer Dual Mode Scanner Application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
deonc_3697476
Level 2
Level 2
First like given

The Bluetooth application in most smartphones with a dual-mode BT chip can find and connect to both Bluetooth classic and LE devices.

Is there any way to use the Bluetooth Designer program included in WICED Studio to build an application that scans and connects to Bluetooth devices (both classic and LE)? Or is this feature a limitation of the Bluetooth Designer program and I have to instead write it manually?

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Please refer to the hci_audio_gateway demo in the WICED SDK. The demo implements LE scan and BR/EDR discovery function.

View solution in original post

1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Please refer to the hci_audio_gateway demo in the WICED SDK. The demo implements LE scan and BR/EDR discovery function.