BT SDK (CYW20819) Internal HCI API

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

cross mob
ToKo_4602001
Level 4
Level 4
50 sign-ins 25 replies posted 25 sign-ins

Hello

We use CYW20819 in "embedded mode" and we would like to control CYW20819 finely.

For example, we want to set LOCAL_DEVICE_NAME at other than boot/initialize time.

We find wiced_bt_dev_vendor_specific_command() API that sends VS HCI command to CYW20819 and wiced_bt_dev_register_hci_trace() API that register callback for HCI event.

However we could not find the API that enables to send normal (Non-vs) HCI commands.

Does Cypress offers this kinds of API or have the plan to add this function?

1 Solution

I am sorry, it appears that wiced_bt_dev_set_local_name has been erroneously missed from the current version. It will be fixed in an upcomming release of the bt-sdk (probably 2.4). For now, could you please use

    extern wiced_result_t BTM_SetLocalDeviceName(char* p_name);

    BTM_SetLocalDeviceName("Toshiya-san");

View solution in original post

15 Replies