
{"id":9864,"date":"2022-06-21T09:10:25","date_gmt":"2022-06-21T09:10:25","guid":{"rendered":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/documentation\/rdk_video_documentation\/components\/open-sourced_components\/bluetooth_bt\/"},"modified":"2025-03-25T05:18:35","modified_gmt":"2025-03-25T05:18:35","slug":"bluetooth_bt","status":"publish","type":"page","link":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/","title":{"rendered":"Bluetooth (BT)"},"content":{"rendered":"<p><br \/>\n <\/p>\n<div class=\"toc-macro client-side-toc-macro  conf-macro output-block\" data-headerelements=\"H1,H2,H3,H4,H5,H6,H7\" data-hasbody=\"false\" data-macro-name=\"toc\"> <\/div>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Introduction<\/h2>\n\n\n<p>Bluetooth in RDK, provides short range wireless connectivity between RDK devices and consumer electronics devices.&nbsp;RDK Bluetooth architecture is designed to support any Bluetooth stack.<br \/>The Bluetooth stack currently supports common Bluetooth profile such as A2DP, AVRCP, and can be extended to various profiles such as HID, PAN, etc..&nbsp;Bluetooth may be enabled directly on capable RDK boxes or indirectly via USB-to-Bluetooth adaptor.<\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Features supported in RDK<\/h2>\n\n\n<div class=\"table-wrap\">\n\n\n<table class=\"relative-table wrapped confluenceTable\"><colgroup><col style=\"width: 24.3805%\"><col style=\"width: 75.6195%\"><\/colgroup><tbody><tr><th class=\"confluenceTh\">Bluetooth feature in RDK<\/th><th class=\"confluenceTh\">Feature Descriptions<\/th><\/tr><tr><td class=\"confluenceTd\">Audio Encoding<\/td><td class=\"confluenceTd\">Detail SBC (sub-band coding) and aptX encoding (Bluetooth chip, in software, or in SoC hardware).<\/td><\/tr><tr><td class=\"confluenceTd\">Audio Output Muting<\/td><td class=\"confluenceTd\">The Bluetooth audio output may be muted independently of other audio outputs (e.g. HDMI)<\/td><\/tr><tr><td class=\"confluenceTd\">Audio Input (Settop as AD2P SNK)<\/td><td class=\"confluenceTd\">Using RDK device speakers over bluetooth i.e transmitting audio input back to a speaker connected with RDK device.<\/td><\/tr><tr><td class=\"confluenceTd\">Audio Output Routing<\/td><td class=\"confluenceTd\">Detail PCM audio routing to Bluetooth A2DP SRC, It uses H\/W accelerations, S\/W processing, RMF involvement on streaming audio\/video contents.<\/td><\/tr><tr><td class=\"confluenceTd\">Audio Output Sources<\/td><td class=\"confluenceTd\">Bluetooth audio may be different than HDMI audio (e.g. secondary audio program, application sourced audio such as Pandora, voice navigation audio, etc).<\/td><\/tr><tr><td class=\"confluenceTd\">Dual Decode<\/td><td class=\"confluenceTd\">Supports ability to simultaneously output one audio stream to HDMI and a different audio stream to Bluetooth<\/td><\/tr><tr><td class=\"confluenceTd\">Power Control<\/td><td class=\"confluenceTd\">In future, the power state of each Bluetooth connected device and the Bluetooth subsystem can be controlled<\/td><\/tr><tr><td class=\"confluenceTd\">Audio\/Video Remote Control Profile (AVRCP)<\/td><td class=\"confluenceTd\">Controller (Remote Control) sends mute and volume commands to target. AV\/C commands are defined by the 1394 trade association<\/td><\/tr><\/tbody><\/table>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Bluetooth in RDK &#8211; Block Diagram<\/h2>\n\n\n<p>Bluetooth in RDK provides Interface API and implementation to abstract Bluetooth stack and it provides&nbsp;5 layers in the BTR (Bluetooth-RDK) stack.<\/p>\n<p>1.&nbsp;<strong>Bluetooth daemon (Bluez based)<\/strong>&nbsp;&#8211; Interacts with kernel layer bluetooth modules<br \/>2.&nbsp;<strong>Bt-Ifce<\/strong>&nbsp;(Abstracts Bluez versions and servers as a HAL for other Bluetooth stacks) &#8211; Interacts with Bluez over DBus<br \/>3. <strong>Bluetooth HAL (BTRCore)<\/strong>&nbsp;&#8211; Provide API to perform Bluetooth operations by abstracting and simplifying the complexities of&nbsp;<strong>Bt-Ifce (&amp; BLuez)<br \/><\/strong>4.&nbsp;<strong>BTRMgr<\/strong>&nbsp;&#8211;&nbsp; Utilize API&#8217;s exposed by&nbsp;<strong>BTRCore<\/strong>&nbsp;to perform high level Bluetooth ops like Scan, Pair, Connect and achieve usecases like AudioOut.&nbsp;<br \/>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exposes interfaces for external entities to perform BTRMgr related operation using IARM<br \/>5.&nbsp;<strong>ServiceManager [BluetoothService]<\/strong>&nbsp;&#8211; Interacts with BTRMgr based on Application requirements using IARM.&nbsp;Guide applications are interact with Service Manager.<\/p>\n<p>6. <strong>RDK Apps\/Diagnostics<\/strong> &#8211; HTML-5 based UI applications to make use of Bluetooth service using Service Manager APIs.<\/p>\n<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/bluetooth1.drawio.png\"><\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Bluetooth Architecture<\/h2>\n\n\n<p>Bluetooth Manager and Bluetooth HAL [BTRCore] is that Bluetooth Manager implements the BT HAL [BTRCore] API.&nbsp; Then BT HAL [BTRCore] integrates and manages the BlueZ stack though the D-BUS interface.<\/p>\n<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/Bluetooth2.drawio.png\"><\/p>\n<\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">BlueZ D-Bus Communication<\/h2>\n\n\n<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/bluetooth4.drawio.png\"><\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Bluetooth &#8211; Service Manager<\/h2>\n\n\n<p>Bluetooth Service Manager component in RDK exposes Java scripts APIs against each of the Core Bluetooth features supported in the current implementation&nbsp;Javascript API&#8217;s have been exposed to invoke IARM communication in the context of a browser which have a Javascript engine when we have HTML\/HTML5\/Browser based applications.&nbsp;Applications which don&#8217;t have a Java-script engine should also be able to invoke Service manager methods\/IARM methods to communicate with BTRMgr.<\/p>\n<p>Provides methods and events to support the following features,<\/p>\n<ul>\n<li>Device discovery<\/li>\n<li>Pairing with the remote device<\/li>\n<li>Connecting to the device after authentication.<\/li>\n<li>Choose Audio stream to be streamed to other bluetooth device.<\/li>\n<li>Provides method to select appropriate audio sink<\/li>\n<\/ul>\n<p>Contains Methods and Events to communicate with the Bluetooth manager<br \/>Service Manager will send event in case external Bluetooth adapter is inserted or removed, or it is requested for pairing.<\/p>\n<h3 class=\"wp-sub-header\">List of API &amp; Events<\/h3>\n<p>Refer to&nbsp;<a href=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/bluetooth_service\/\" rel=\"nofollow\">Bluetooth APIs<\/a> for a complete list of Bluetooth APIs and events exposed by service manager.<\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">Bluetooth Manager (BTRMgr)<\/h2>\n\n\n<p>Bluetooth Manager (An RDK component) interfaces with BlueZ through the D-Bus API, so there is no direct linking of the BlueZ library with Bluetooth Manager.&nbsp;BTRCore uses Bt-Ifce (which serves as Bluetooth HAL) interfaces with BlueZ.<\/p>\n<p>BTRMgr Provides an interface to port any Bluetooth stack on RDK&nbsp;Provides an interface to port any Bluetooth application on RDK<\/p>\n<p>The bluetooth_mgr daemon manages Bluetooth services in RDK. It uses IARM Bus to facilitate communication between the application and Bluetooth driver through Bluetooth Manager component.&nbsp;<\/p>\n<p><strong>Bluetooth HAL Interface:<\/strong><\/p>\n<p>Bluetooth HAL interface Provides an software abstraction layer that interfaces with the actual Bluetooth implementation and\/or drivers.&nbsp;RDK Bluetooth HAL layer enables projects to pick whatever Bluetooth profiles as per their requirements.&nbsp;Bluetooth HAL uses BlueZ5.42 stack which is a quite popular Linux Bluetooth library.<\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">BlueZ In RDK<\/h2>\n\n\n<ul>\n<li>BlueZ is a well known Open Source project used to support core Bluetooth layers and protocols on Linux systems.<\/li>\n<li>BlueZ is multi processing safe, supports multiple Bluetooth devices, and provides device and service level security.<\/li>\n<li>Supported Profiles: A2DP 1.3, AVRCP 1.5, DI 1.3, HDP 1.0, HID 1.0, PAN 1.0, SPP 1.1<\/li>\n<li>The interface layer is based off of DBUS, so there is no direct linking with the BlueZ daemon.<\/li>\n<li>Currently BlueZ5.42 stack is integrated with RDK &amp; it is managed by Bluetooth HAL component.<\/li>\n<\/ul>\n<p><strong>Some Bluetooth supported gstreamer plugins used by BlueZ 5:<\/strong><\/p>\n<\/p>\n<div class=\"table-wrap\">\n\n\n<table class=\"wrapped confluenceTable\"><colgroup><col><col><\/colgroup><tbody><tr><td class=\"highlight-grey confluenceTd\" data-highlight-colour=\"grey\"><p><strong>Gstreamer Elements<\/strong><\/p><\/td><td class=\"highlight-grey confluenceTd\" data-highlight-colour=\"grey\"><p><strong>Descriptions<\/strong><\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>sbcenc<\/p><\/td><td class=\"confluenceTd\"><p>Bluetooth SBC (sub-band coding) encoder<\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>sbcdec<\/p><\/td><td class=\"confluenceTd\"><p>Bluetooth SBC (sub-band coding) decoder<\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>sbcparse<\/p><\/td><td class=\"confluenceTd\"><p>The sbcparse&nbsp;element&nbsp;will parse a Bluetooth SBC audio stream into frames and timestamp them properly<\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>avdtpsink<\/p><\/td><td class=\"confluenceTd\"><p>Bluetooth AVDTP sink<\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>a2dpsink<\/p><\/td><td class=\"confluenceTd\"><p>Bluetooth A2DP sink for streaming audio<\/p><\/td><\/tr><tr><td class=\"confluenceTd\"><p>rtpsbcpay<\/p><\/td><td class=\"confluenceTd\"><p>RTP packet payload maker<\/p><\/td><\/tr><\/tbody><\/table>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading wp-main-header\"><span>Use Case : Bluetooth Device Discovery<\/span><\/h2>\n\n\n<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/Bluetooth5.drawio.png\"><\/p>\n<\/p>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">RDK Bluetooth A2DP Use Case &#8211; Audio Streaming<\/h2>\n\n\n<ul>\n<li>Set-top enables Bluetooth audio output (A2DP SRC).<\/li>\n<li>Set-top uses Bluetooth periodic Inquiry procedure to discover A2DP SNK.<\/li>\n<li>If user enables Bluetooth audio output, set-top discovers A2DP SNK but set-top and application has not registered to take control of Bluetooth pairing then:<\/li>\n<li>set-top prompts user to select A2DP SNK device to pair and pairs upon user selection.<\/li>\n<li>Set-top encodes audio output to A2DP SNK according to A2DP SNK&#8217;s capabilities.<\/li>\n<li>Set-top streams primary audio to A2DP SNK.<\/li>\n<li>Set-top provides application layer control over Bluetooth enable\/disable state.<\/li>\n<li>Set-top notifies application via Bluetooth Service API when Bluetooth device is discovered.<\/li>\n<li>Set-top logs connect\/disconnect to\/from Bluetooth device (A2DP SNK)<\/li>\n<\/ul>\n\n\n<h2 class=\"wp-block-heading wp-main-header\">API Documentation<\/h2>\n\n\n<p>&nbsp;To know more about SoC\/Application level APIs details use in RDK, refer the link&nbsp;&nbsp;<a href=\"https:\/\/wiki.rdkcentral.com\/doxygen\/rdkv-opensourced\/de\/db1\/group___b_l_u_e_t_o_o_t_h___c_o_r_e.html\" rel=\"nofollow\">Bluetooth API Documentation<\/a><\/p>\n<\/p>\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Introduction Bluetooth in RDK, provides short range wireless connectivity between RDK devices and consumer electronics [&hellip;]<\/p>\n","protected":false},"author":28,"featured_media":0,"parent":9844,"menu_order":2,"comment_status":"open","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-9864","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bluetooth (BT) - RDK Documentation Portal | Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bluetooth (BT) - RDK Documentation Portal | Documentation\" \/>\n<meta property=\"og:description\" content=\"Introduction Bluetooth in RDK, provides short range wireless connectivity between RDK devices and consumer electronics [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/\" \/>\n<meta property=\"og:site_name\" content=\"RDK Documentation Portal | Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-25T05:18:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/\",\"name\":\"Bluetooth (BT) - RDK Documentation Portal | Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\"},\"datePublished\":\"2022-06-21T09:10:25+00:00\",\"dateModified\":\"2025-03-25T05:18:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"RDK Video\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Components\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Bluetooth (BT)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/\",\"name\":\"RDK Documentation Portal | Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bluetooth (BT) - RDK Documentation Portal | Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/","og_locale":"en_US","og_type":"article","og_title":"Bluetooth (BT) - RDK Documentation Portal | Documentation","og_description":"Introduction Bluetooth in RDK, provides short range wireless connectivity between RDK devices and consumer electronics [&hellip;]","og_url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/","og_site_name":"RDK Documentation Portal | Documentation","article_modified_time":"2025-03-25T05:18:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/","url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/","name":"Bluetooth (BT) - RDK Documentation Portal | Documentation","isPartOf":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website"},"datePublished":"2022-06-21T09:10:25+00:00","dateModified":"2025-03-25T05:18:35+00:00","breadcrumb":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/bluetooth_bt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":3,"name":"RDK Video","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/"},{"@type":"ListItem","position":4,"name":"Components","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/"},{"@type":"ListItem","position":5,"name":"Bluetooth (BT)"}]},{"@type":"WebSite","@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website","url":"https:\/\/developer.rdkcentral.com\/documentation\/","name":"RDK Documentation Portal | Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/9864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/comments?post=9864"}],"version-history":[{"count":4,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/9864\/revisions"}],"predecessor-version":[{"id":11660,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/9864\/revisions\/11660"}],"up":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/9844"}],"wp:attachment":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/media?parent=9864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}