From 7ca50bab2f946237bbe6418bf9e7dbd01fada1bd Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Thu, 25 Mar 2021 21:57:50 +0300 Subject: [PATCH] bluetooth: update messaging api reference Part-of: --- doc/messaging_api.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/messaging_api.txt b/doc/messaging_api.txt index 18c5fd818..d4833a4b1 100644 --- a/doc/messaging_api.txt +++ b/doc/messaging_api.txt @@ -19,3 +19,19 @@ Message: list-handlers Parameters: None Return value: JSON array of handler description objects [{"name":"Handler name","description":"Description"} ...] + +Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez +Message: list-codecs +Parameters: None +Return value: JSON array of codec description objects + [{"name":"codec1","description":"Codec 1"} ...] + +Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez +Message: get-codec +Parameters: None +Return value: "codec name" + +Object path: /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez +Message: switch-codec +Parameters: "codec name" +Return value: none