Enabling BLE Direct Test Mode from WICED-Studio application

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

cross mob
Anonymous
Not applicable

We are using WICED-Studio for developing an embedded Bluetooth application. Is it possible to initiate/control BLE DTM (Direct Test Mode) direct from our WICED application which is running on a BCM920706 respectively CYBT-343026-01? Alternatively is there any way to send 'internal' HCI commands from the WICED app to implement this feature by our own?

0 Likes
1 Solution
Anonymous
Not applicable

You can refer to the watch example included in WICED. In particular, you should take a look at the hci_control_test_handle_command() and wiced_bt_send_test_command() function in hci_control_test.c.

Also refer to the WMBT tool to understand the different HCI commands used for RF testing.

View solution in original post

0 Likes
2 Replies
ShengY_96
Employee
Employee
10 sign-ins 5 sign-ins Welcome!

Try this API for 'internal' HCI commands: wiced_bt_dev_vendor_specific_command(uint16_t opcode, uint8_t param_len, uint8_t* p_param_buf, wiced_bt_dev_vendor_specific_command_complete_cback_t* p_cback);

For the detail usage, please refer to the API.html file.

Regards

Jenson

0 Likes
Anonymous
Not applicable

You can refer to the watch example included in WICED. In particular, you should take a look at the hci_control_test_handle_command() and wiced_bt_send_test_command() function in hci_control_test.c.

Also refer to the WMBT tool to understand the different HCI commands used for RF testing.

0 Likes