Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mtb-bt-mw-manifest/mtb-bt-mw-manifest.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45 lines (45 sloc)
2.42 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<middleware> | |
<middleware> | |
<name>RFCOMM</name> | |
<id>btsdk-rfcomm</id> | |
<uri>https://github.com/cypresssemiconductorco/btsdk-rfcomm</uri> | |
<desc><![CDATA[ | |
<html> | |
<body> | |
<p>This repo contains a collection of AIROC™ Bluetooth® RFCOMM Profile libraries. It is downloaded automatically as a dependency of BTSDK applications that require one or more of the libraries.</p> | |
<p>Each library is found under a COMPONENT_(folder_name) folder in the btsdk-rfcomm repo, see the library list below for the folder names for each library. To use the libraries in an application, add the folder name to the COMPONENTS variable in the application makefile. For example, to use the Message Access Profile library, add the following to the application makefile:<br><code>COMPONENTS+=map_lib</code></p> | |
<h5>Libraries included:</h5> | |
<ul> | |
<li>Message Access Profile (map_lib)</li> | |
<li>Phone Book Access Profile (pbap_lib)</li> | |
<li>Serial Port Profile (spp_lib)</li> | |
<li>Object Push Profile (opp_lib)</li> | |
<li>Object Exchange Protocol (obex_lib)</li> | |
</ul> | |
To browse the repo, see:<br> | |
<a href="https://github.com/Infineon/btsdk-rfcomm">https://github.com/Infineon/btsdk-rfcomm</a><br> | |
To see an application using these libraries:<br> | |
Message Access Profile and Object Exchange Profile:<br> | |
<a href="https://github.com/Infineon/mtb-example-btsdk-rfcomm-map-client">https://github.com/Infineon/mtb-example-btsdk-rfcomm-map-client</a><br> | |
Phone Book Access Profile:<br> | |
<a href="https://github.com/Infineon/mtb-example-btsdk-rfcomm-pbap-client">https://github.com/Infineon/mtb-example-btsdk-rfcomm-pbap-client</a><br> | |
Serial Port Profile:<br> | |
<a href="https://github.com/Infineon/mtb-example-btsdk-rfcomm-spp">https://github.com/Infineon/mtb-example-btsdk-rfcomm-spp</a><br> | |
Object Push Profile:<br> | |
<a href="https://github.com/Infineon/mtb-example-btsdk-rfcomm-opp-server">https://github.com/Infineon/mtb-example-btsdk-rfcomm-opp-server</a><br> | |
For API documentation, see:<br> | |
<a href="https://infineon.github.io/btsdk-docs/BT-SDK/index.html">https://infineon.github.io/btsdk-docs/BT-SDK/index.html</a> | |
</body> | |
</html> | |
]]></desc> | |
<category>Bluetooth®</category> | |
<req_capabilities>ble btsdk</req_capabilities> | |
<versions> | |
<version flow_version="1.0"> | |
<num>2.7.1 release</num> | |
<commit>release-v2.7.1</commit> | |
<desc>2.7.1 release</desc> | |
</version> | |
</versions> | |
</middleware> | |
</middleware> |