hfp_ag: add BLUETOOTH_HFP_AG_LOCAL_CIND config to handle AT+CIND locally#482
Open
expliyh wants to merge 1 commit intoopen-vela:devfrom
Open
hfp_ag: add BLUETOOTH_HFP_AG_LOCAL_CIND config to handle AT+CIND locally#482expliyh wants to merge 1 commit intoopen-vela:devfrom
expliyh wants to merge 1 commit intoopen-vela:devfrom
Conversation
gzh-terry
reviewed
Mar 3, 2026
Kconfig
Outdated
| default 0 | ||
|
|
||
| config BLUETOOTH_HFP_AG_LOCAL_CIND | ||
| bool "Handle AT+CIND locally instead of notifying upper layer" |
Contributor
There was a problem hiding this comment.
Not only CIND, but the entire telephony service.
config BLUETOOTH_HFP_AG_TELE_SERVICE
bool "Handle telephony service locally"
default y
If enabled, the HFP AG server will handle telephony
operations at this core. Otherwise, a callback is required,
and the operations are passed to the upper layer.
huangyulong3
previously approved these changes
Mar 3, 2026
bug: v/83667 Rootcause: AT+CIND not handled Signed-off-by: YuhengLi <[email protected]>
gzh-terry
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bug: v/83667
Rootcause: AT+CIND not handled