zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
11.05k stars 6.73k forks source link

Bluetooth: Support for "Object Changed Characteristic" in Object Transfer Service #71754

Open sjanc opened 7 months ago

sjanc commented 7 months ago

Is your enhancement proposal related to a problem? Please describe. Add support for "Object Changed Characteristic" in Object Transfer Service . This is optional feature.

Describe alternatives you've considered Disable feature in launch Studio project.

Additional context This is currently affecting following qualification test cases: OTS/SR/SGGIT/CHA/BV-15-C OTS/SR/CON/BV-03-C OTS/SR/OC/BV-01-C

jhedberg commented 7 months ago

@sjanc are you planning to implement this yourself, or do you know that someone else is planning to do it? That would be useful information to determine who is the most suitable assignee for this issue.

sjanc commented 7 months ago

I'm not going to work on that yet (at least not in near future), this is more of a triage on failing OTS qualification test cases.

As mentioned in enhancement description, alternative is simply to disable optional feature in test plan.

sjanc commented 7 months ago

there are more discrepancies in what implementation support and what is currently enabled in our test plan, I'll update test plan to match this and than close this issue.

sjanc commented 7 months ago

actually, it looks like OTS support "Object Changed Characteristic" is needed due to MCP mandatory requirements...