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