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-app-manifest/mtb-bt-app-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.
34 lines (34 sloc)
1.4 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
<apps> | |
<app> | |
<name>BLE-20719B2EVB01</name> | |
<id>ble_CYW920719B2Q40EVB_01</id> | |
<uri>https://github.com/cypresssemiconductorco/mtb-examples-CYW920719B2Q40EVB-01-btsdk-ble</uri> | |
<versions> | |
<version flow_version="1.0" tools_max_version="2.1.0"> | |
<num>2.7.1 release</num> | |
<commit>release-v2.7.1</commit> | |
</version> | |
</versions> | |
<description><![CDATA[ | |
<html> | |
<body> | |
<h3>Note: create wiced_btsdk application first (just once) before creating any other apps.</h3> | |
<p>This application group demonstrates LE protocols and functionality.</p> | |
<h4>Applications included:</h4> | |
<ul> | |
<li><u>beacon</u>: Implementation of Google Eddystone and Apple iBeacons</li> | |
<li><u>hello_sensor</u> and <u>hello_client</u>: LE Vendor Specific Service and Client</li> | |
<li><u>env_sensing_temp</u>: LE Environmental Sensing Service</li> | |
<li><u>ans</u> and <u>anc</u>: LE Alert Notification Service and Client</li> | |
<li><u>bas</u> and <u>bac</u>: LE Battery Service and Client</li> | |
<li><u>hrs</u> and <u>hrc</u>: LE Heart Rate Monitor Service and Client</li> | |
<li><u>le_coc</u>: LE Connection Oriented Channel</li> | |
<li><u>find_me</u>: LE FindMe Service</li> | |
</ul> | |
<p>Each app directory has a readme.txt file which provides details of the application and usage.</p> | |
</body> | |
</html> | |
]]></description> | |
<req_capabilities>ble CYW920719B2Q40EVB_01</req_capabilities> | |
</app> | |
</apps> |