HCI Commands question(1)

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

cross mob
user_3572401
Level 3
Level 3
First like received

I have a probblem to read HCI Commands.

Please teach me.

For example:

< 19 10 08 12 00 01 52 FC 0E 45 23 01 3A 70 20 E8 >

from read WICED-HCI-Control-Protocol.pdf,

I know

0x19    //HCI_WICED_PKT

10   //EVENT code Encapsulated HCI Event

08   //Group Code Test Events: HCI_CONTROL_GROUP_TEST

but I can not understand the flowing code meaning.

Could you tell me that like this way?

12:

00:

01:

52:

FC:

0E:

45:

23:

01:

3A:

70:

20:

E8:mifoWICED Studio Bluetooth Forums

0 Likes
1 Solution

Explanation for this is provided under thread HCI Commands question(2)​.

View solution in original post

0 Likes
3 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

You can get description for these values in the same pdf, i.e. /doc/WICED-HCI-Control-Protocol.pdf.

Most of the values are explained in Table 3-1 WICED HCI Control Protocol Command and Event Groups (Page 16). Others you can search in the same document itself.

0 Likes

I have read Table 3-1,so I understand

0x19    //HCI_WICED_PKT

10   //EVENT code Encapsulated HCI Event

08   //Group Code Test Events: HCI_CONTROL_GROUP_TEST

But for the other forllowing codes (12 00 01 52 FC 0E 45 23 01 3A 70 20 E8 ),

I cann't understand.

So I'm asking for the explaination about it.

Can you tell me what's the meaning of each code?

0 Likes

Explanation for this is provided under thread HCI Commands question(2)​.

0 Likes