We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_SetCHIPoBLEServiceMode() and _GetCHIPoBLEServiceMode, part of the Connectivity Manager and the BLE Manager interfaces, looks to be deprecated.
_SetCHIPoBLEServiceMode()
_GetCHIPoBLEServiceMode
The 'service mode' is never throughout the Matter codebase.
Remove all reference to CHIPoBLEServiceMode calls and manipulation.
The text was updated successfully, but these errors were encountered:
Remove Set/GetCHIPoBLEServiceMode.
848347e
They are unused. Fixes project-chip#20221
Remove Set/GetCHIPoBLEServiceMode. (#20621)
57cb679
They are unused. Fixes #20221
Thank you @bzbarsky-apple for picking this up! I wasn't completely sure this was legacy code.
Sorry, something went wrong.
Remove Set/GetCHIPoBLEServiceMode. (project-chip#20621)
14549d4
Successfully merging a pull request may close this issue.
Problem
_SetCHIPoBLEServiceMode()
and_GetCHIPoBLEServiceMode
,part of the Connectivity Manager and the BLE Manager interfaces, looks to be deprecated.
The 'service mode' is never throughout the Matter codebase.
Proposed Solution
Remove all reference to CHIPoBLEServiceMode calls and manipulation.
The text was updated successfully, but these errors were encountered: