diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-12 21:41:13 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-13 03:00:12 -0700 |
commit | 179f93118b7ecfc50c85c3b8714419ebb3fa2325 (patch) | |
tree | 51d709d27b0cafbb4daf0a756e7717bbc0b1d4f3 /README.md | |
parent | 0cf29634f36160c69d2759456315df878793e23f (diff) |
binding: bluetooth-map: add encoder for bMessage composing
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: I40425ed3dff4aabacfc520e5e3887e93f82a7b5e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 2 insertions, 21 deletions
@@ -31,27 +31,8 @@ Send a message (if supported) via MAP profile: <pre> { - "bmessage": - "BEGIN:BMSG\r\n - VERSION:1.0\r\n - TYPE:SMS_GSM\r\n - FOLDER:telecom/msg/outbox\r\n - BEGIN:BENV\r\n - BEGIN:VCARD\r\n - VERSION:2.1\r\n - TEL:+13605551212\r\n - END:VCARD\r\n - BEGIN:BBODY\r\n - CHARSET:UTF-8\r\n - LANGUAGE:UNKNOWN\r\n - LENGTH:48\r\n - BEGIN:MSG\r\n - Sounds good. See you then.\r\n - END:MSG\r\n - END:BBODY\r\n - END:BENV\r\n - END:BMSG\r\n - " + "recipient": "+13605551212", + "message": "Sounds good. See you then." } </pre> |