Skip to content

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
expliyh:cind-local
Open

hfp_ag: add BLUETOOTH_HFP_AG_LOCAL_CIND config to handle AT+CIND locally#482
expliyh wants to merge 1 commit intoopen-vela:devfrom
expliyh:cind-local

Conversation

@expliyh
Copy link
Contributor

@expliyh expliyh commented Mar 3, 2026

bug: v/83667

Rootcause: AT+CIND not handled

Kconfig Outdated
default 0

config BLUETOOTH_HFP_AG_LOCAL_CIND
bool "Handle AT+CIND locally instead of notifying upper layer"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

huangyulong3
huangyulong3 previously approved these changes Mar 3, 2026
bug: v/83667

Rootcause: AT+CIND not handled

Signed-off-by: YuhengLi <[email protected]>
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 this pull request may close these issues.

3 participants