-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmtb-bt-app-manifest.xml
34 lines (34 loc) · 1.4 KB
/
mtb-bt-app-manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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>