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

Implement Message Access Profile (SMS) #10

Open
pzmarzly opened this issue May 15, 2022 · 1 comment
Open

Implement Message Access Profile (SMS) #10

pzmarzly opened this issue May 15, 2022 · 1 comment

Comments

@pzmarzly
Copy link
Owner

iOS supports MAP 1.1 over Bluetooth Classic. Right now BlueZ will connect to device over LE and Classic at the same time (BlueZ default, can be reconfigured in system setting file), so that's most of the work done.

We may want to only implement sending a message at first, since we can already receive it as a notification over ANCS. If an user has Messages notifications silenced out, it's a very niche edge case that we may want to support one day but perhaps not yet.

If someone wants to work on it: I think a good course of action would be to create a new daemon ancs4linux-sms, similar to ancs4linux-advertising, which will take calls over D-Bus and send SMSes. Then just add a new option to the CLI.

@otisdog8
Copy link

otisdog8 commented Feb 4, 2023

I'm potentially interested in working on this - do you have any starting point for good documentation resources?

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

No branches or pull requests

2 participants