Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect information for ZBHCI_CMD_DATA_CONFIRM #14

Open
wes58 opened this issue Sep 9, 2022 · 3 comments
Open

Incorrect information for ZBHCI_CMD_DATA_CONFIRM #14

wes58 opened this issue Sep 9, 2022 · 3 comments

Comments

@wes58
Copy link

wes58 commented Sep 9, 2022

When I receive ZBHCI_CMD_DATA_CONFIRM message I get the following:
hci_uart: 0x3fc97bb0 55 82 00 00 09 2b 02 36 b5 01 0b 00 19 00 32 aa
zbhci: Type: 0x8200
zbhci: (Data Confirm)
zbhci: Status: 0x36
zbhci: Src Ep: 0x2
zbhci: Aps Cnt: 0xb5

This is incorrect.
Telink ZGC TOOL shows the following:
22-09-09 08:22:21.544841 recv<--:55 82 00 00 09 c7 02 36 b5 01 0b 00 19 00 a4 aa
hci commandid: 0x8200 (ZBHCI_CMD_DATA_CONFIRM)
payload len: 9
dstAddr_mode:0x02(APS_SHORT_DSTADDR_WITHEP)
dst_addr: 0x36b5
src_endpoint: 0x01
dst_endpoint: 0x0b
cluster_id: 0x0019(OTA)
status:0x0(SUCCESS)
aps_cnt:0xa4

This makes more sense. Can you please have a look at this?

@lbuque
Copy link
Contributor

lbuque commented Sep 9, 2022

But telink sdk only sends Status, Src Ep and Aps Cnt.

image

@wes58
Copy link
Author

wes58 commented Sep 9, 2022 via email

lbuque added a commit that referenced this issue Nov 14, 2022
closed #14

Signed-off-by: lbuque <1102390310@qq.com>
@lbuque
Copy link
Contributor

lbuque commented Nov 14, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants