How can I get remote device name on CYW20706A1?

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

cross mob
kiji_1771846
Level 1
Level 1
First like received

Hello:

I use CYW20706A1 for BR/EDR  application.

As we know,there is a HCI command which can get remote device name by its mac addr.

I want to know whether CYW20706A1 can support it. If it does,what functions can I use?

Thank you!

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi tianmingj_1771846

As of now, we don't have any function to get the remote device name.

But you can use CyBluetool (Windows Installer)  to get the remote device name by using the command 'Remote_Name_Request'.

View solution in original post

4 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi tianmingj_1771846

As of now, we don't have any function to get the remote device name.

But you can use CyBluetool (Windows Installer)  to get the remote device name by using the command 'Remote_Name_Request'.

But I want to use this kind of function in my code.

I find function “wiced_bt_dev_vendor_specific_command”,it seems that it can send hci command.

But I wonder after I send hci command of get remote device name,how can i receive the data?

发件人: shjl

发送时间: 2018年10月23日 17:25

收件人: kim ji

主题: Re: - How can I get remote device name on CYW20706A1?

<http://www.cypress.com/>

<https://community.cypress.com/?et=watches.email.thread> Cypress Developer Community

How can I get remote device name on CYW20706A1?

reply from <https://community.cypress.com/people/shjl?et=watches.email.thread> shjl in WICED Studio Bluetooth Forums - <https://community.cypress.com/message/176745?et=watches.email.thread#176745> View the full discussion

0 Likes

The function wiced_bt_dev_vendor_specific_command() is used to send vendor specific HCI command to the controller. Details are given in wiced_bt_dev.h. You can write your code in the callback function.

The HCI COMMAND I want to send is remote name request command.

If I use the function "wiced_bt_dev_vendor_specific_command",how can I get the response data?remote name request command.JPG

0 Likes