How to get the advertising Bluetooth device name with CYBT-343026-01?

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

cross mob
David_Zhang
Level 5
Level 5
Distributor - Arrow(GC)
First like received 50 sign-ins 25 sign-ins

HI   CYPRESS:

       We can't find  gap_start_scan()  in CYBT-343026-01 user guide , please advice how we get the advertising bluetooth device  name with CYBT-343026-01?

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

The EZ-Serial for CYBT-343026 doesn't support the BLE master role. So you can't find the gap_start_scan() command. If want to use a BLE master, you may need to develop your own application. You may refer to hello_client demo for reference.

View solution in original post

0 Likes
2 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

You can try the API "wiced_bt_ble_scan()" and refer to its usage in the hello_client app. More information in wiced_bt_ble.h.

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

The EZ-Serial for CYBT-343026 doesn't support the BLE master role. So you can't find the gap_start_scan() command. If want to use a BLE master, you may need to develop your own application. You may refer to hello_client demo for reference.

0 Likes