This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HCI Commands Commands missing. Errors on HCI commands

Other Parts Discussed in Thread: CC2540

Hello,


I am developing a BLE accessory (using the CC2540 micro).

It seems that some commands are not implemented in the IUT properly, and it is affecting to all the test cases. Can anyone help me

The errors are got with the following commands:

 

Commands

Test Cases

Comments

HCI_SET_EVENT_MASK

 

TC_HFC_BV_04

When the Upper Tester sends the HCI_SET_EVENT_MASK command, the IUT replies with the HCI_COMMAND_COMPLETE_EVENT with the error code 0x01, Unknown HCI Command.

HCI_READ_LOCAL_SUPPORTED_FEATURES

 

TC_DSU_BV_02

When the Upper Tester sends the HCI_READ_LOCAL_SUPPORTED_FEATURES command, the IUT replies with the HCI_COMMAND_COMPLETE_EVENT with the error code 0x01, Unknown HCI Command.

HCI_READ_LOCAL_SUPPORTED_COMMANDS

 

TC_CIN_BV_05

In this test, you can see when the Upper Tester sends the HCI_READ_LOCAL_SUPPORTED_COMMANDS, the device doesn’t answer to this command.

HCI_READ_LOCAL_VERSION

 

TC_CIN_BV_07

In this case, when Upper Tester sends the HCI_READ_LOCAL_VERSION_INFORMATION command, the device doesn’t answer to this command.

Best Regards

Miguel Pinto

  • Those our standard HCI commands intended to be used with a BLE device that is acting as a controller-only. Our software on the CC2540 USB Dongle is the HostTestApp application, which implements both the controller and host layers of the stack. You do not need to use standard HCI commands, but rather should use our vendor specific commands, similar to what BTool uses.

    More information can be found in the SW Developer's Guide document.