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

[cc13x2x7_26x2x7] BLE Service UUID incorrect #11719

Closed
andersbangGF opened this issue Nov 12, 2021 · 0 comments · Fixed by #11721
Closed

[cc13x2x7_26x2x7] BLE Service UUID incorrect #11719

andersbangGF opened this issue Nov 12, 2021 · 0 comments · Fixed by #11721

Comments

@andersbangGF
Copy link
Contributor

Problem

When trying to connect TI Matter devices using Darwin CHIPTool it fails to connect with the error ""Service not found on the device."
This is because the TI Platform implementation exposes a full 128Bit service UUID instead of the 16Bit one used in matter. The 16Bit UUID is correctly included in the scanresp package and therefore most implementations of the controller will connect without problems.

Proposed Solution

Change the service UUID to 16Bit (0xFFF6) in the TI platform implementation of BLE.

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

Successfully merging a pull request may close this issue.

1 participant