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.

Low Energy Controller Certification - HCI commands not available

Other Parts Discussed in Thread: CC2540

Hello,

I have enabled the HCI interface in a CC2540 that is being used as a controller due to certification purposes.

Most of the HCI commands are running ok with the Bluetooth tester.

However, the following four commands, which are mandatory, reply as "non HCI command" (0x01):

Set Event Mask 3 1 0x0C01
Read Local Version Information 4 1 0x1001
Read Local Supported Commands (optional) 4 2 0x1002
Read Local Supported Features

I have an example of test commands for each case, as well as for a LE Reset command:

 LE Reset test (OK)

Cmd:       01 03 0C 00

Resp:      04 0E 04 01 03 0C 00

 

Set Event Mask test (Not OK)

Cmd:       01 01 0C 00

Resp:      04 0E 04 01 01 0C 01

 

Read Local Version Information test (Not OK)

Cmd:       01 01 10 00

Resp:      04 0E 04 01 01 10 01

 

Read Local Supported Commands (Not OK)

Cmd:       01 02 10 00

Resp:      04 0E 04 01 02 10 01

 

Read Local Supported Features (Not OK)

Cmd:       01 03 10 00

Rsp:        04 0E 04 01 03 10 01

 

What should I do in order to enable the HCI interface to reply to these commands?

Thank you,

José.