From 3639b502949565aa203559c908cd4ad878a180ae Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 13 May 2019 19:53:08 -0700 Subject: binding: bluetooth-map: change recipient entry to sender In notification event it is the sender's vCard that is displayed change the naming to reflect that. Bug-AGL: SPEC-2351 SPEC-2392 Change-Id: Id7c7addee7c72a0b6dcfe1a0f50a6b9843d5797a Signed-off-by: Matt Ranostay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f496365..3d4d92b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Send a message (if supported) via MAP profile: "status": "UNREAD", "type": "SMS_GSM", "folder": "telecom/msg/inbox", - "recipient": { + "sender": { "fn": "Satoshi Nakamoto", "n": "Satoshi" }, -- cgit 1.2.3-korg