智能穿戴设备移动APP端与外设数据传输协议功能模块CMD&ACK表
Notification Module
| Function | CMD | ACK |
| Notification History Count | [0x0301] [0x0000] [0x01] | [0x0301] [0x0007] [0x02][****] |
| Update Context-Aware Notification | [0x0302][0x0006][0x00] | |
| Health Notifications | [0x0303][TBD][0x00][TBD] | |
| Send VIP Contact List to S1 | [0x0304][****][0X00][****] | |
| Query Contacts | [0x0305][0x000F][0x01][****] | [0x0305][0x000F][0x02][****] |
| Incoming Call Notification | [0x0306][0x000F][0x0][****] | |
| SMS Notification | [0x0307][****][0x00][****] | |
| Facebook Notification | [0x0308][****][0x00][****] | |
| Twitter Notification | [0x0309][****][0x00][****] | |
| Mail Notification | [0x030A][****][0x00][****] | |
| Calendar/Alarm Notification | [0x030B][****][0x00][****] | |
| Automatic SMS Response | [0x030C][****][0x00][****] | |
| Recycling IOS HFP Notifications | [0x030D][0x0018][0x00][****] | |
| Recycling MAP Notifications(TBD) | [0x030E][****][0x00][****] | |
| Recycling IOS ANCS Notifications | [0x030F][****][0x00][****] |
Sensor Module
| Function | CMD | ACK |
| APP fetch Activity Data | [0x0401][0x0000][0x01] | [0x0401][****][0x02] [****] |
| Band notify APP to fetch | [0x0402][0x0000][0x00] | |
| Start real time mode | [0x0403][0x0000][0x00] | |
| Stop real time mode | [0x0404][0x0000][0x00] | |
| Band send activity data in real time mode | [0x0405][****][0x00][****] |
Setting Module
| Function | CMD | ACK |
| Set the Basic settings of Band | [0x0501][****][0x00][****] | |
| Get the basic settings of Band | [0x0502][****][0x01][****] | [0x0502][****][0x02][****] |
| Set Basic Notifications | [0x0503][****][0x00][****] | |
| Get basic Notifications Settings | [0x0504][****][0x01][****] | [0x0504][****][0x02][****] |
| Factory reset | [0x0505][0x0000][0x00] | |
| Find Phone | [0x0506][0x0000][0x00] | |
| Find Band | [0x0507][0x0000][0x00] |
Weather Module
| Function | CMD | ACK |
| Get weather report | [0x0601][0x0000][0x01] | [0x0601][0x000D][0x02][****] |
Calendar Module
| Function | CMD | ACK |
| Get Calendar events | [0x0701][0x0000][0x01] | [0x0701][****][0x02][****] |
智能穿戴设备移动APP端与外设数据传输协议功能模块CMD&ACK表的更多相关文章
- 智能穿戴设备移动APP端与外设数据传输协议
S1 Communication Layer specifications 1. Purpose of This Document ...
- android wear开发:为可穿戴设备创建一个通知 - Creating a Notification for Wearables
注:本文内容来自:https://developer.android.com/training/wearables/notifications/creating.html 翻译水平有限,如有疏漏,欢迎 ...
- 痞子衡嵌入式:为下一代智能可穿戴设备而生 - i.MXRT500
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是恩智浦i.MX RTxxx系列MCU的新品i.MXRT500. 自2018年i.MXRTxxx系列首款芯片i.MXRT600(主打智能语 ...
- 西安力邦智能医疗&可穿戴设备沙龙--第1期---苹果HealthKit、谷歌GoogleFit来袭,智能医疗要爆发吗?
背 景: "可穿戴设备"成为2014的行业热点,从Google Glass到苹果iWatch, 越来越多的企业推出了包含眼镜.腕带.鞋等各种可穿戴设备,"可穿戴&q ...
- 互联网科技今年九个兴奋点:O2O深耕细作,可穿戴设备分水岭
http://new.iheima.com/detail/2014/0204/58374.html i黑马观察到,2014年是O2O的深耕细作年,而线上和线下结合这一互联网化趋势,将会向更多产业扩散, ...
- 检测皮肤PH值、感知你的便意,健康是可穿戴设备的新风口?
在经历最初的喧嚣与疯狂后,可穿戴设备近年来有些低调和沉寂.换句话说,虽然可穿戴设备销量在持续走高,但从形态和功能上,呈现出高度一致性.这似乎也在证明着,可穿戴设备已成为寻常可见的普通产品而已.不过在迈 ...
- 实现推送功能APP端需要完成的工作
推送功能简介 实现推送的流程如下: 从APP注册推送功能,到APNS服务器发送推送消息给设备,有五个步骤. 一旦推送注册完成,应用自身的服务器以provider的身份提供推送. APP端实现 在代码方 ...
- Android Wear 开发入门——怎样创建一个手机与可穿戴设备关联的通知(Notification)
创建通知 为了创建在手机与可穿戴设备中都能展现的通知,能够使用 NotificationCompat.Builder.通过该类创建的通知,系统会处理该通知是否展如今手机或者穿戴设备中. 导入必要的类库 ...
- android wear开发之:创建可穿戴设备应用 - Creating Wearable Apps
注:本文内容来自:https://developer.android.com/training/wearables/apps/index.html 翻译水平有限,如有疏漏,欢迎批评指教. 译:山人 创 ...
随机推荐
- spring 和 struts 整合遇到的问题(学习中)
一大早就报错 org.hibernate.TransactionException: Transaction not successfully started at org.hibernate.eng ...
- [LintCode] 通配符查询
动态规划: class Solution { public: /** * @param s: A string * @param p: A string includes "?" ...
- Audit logon events&Logon type
表一.Logon type 表二.Audit logon events 表三.Logon type details Logon type Logon title Description 2 Inter ...
- mysql 中 select中 用case
将 countertype 整数类型转成字符串类型 SELECT counterType, CASE counterType WHEN 1 THEN 'CTP'WHEN 2 THEN 'NULL'WH ...
- 模块 - json/pickle/shelve/xml/configparser
序列化: 序列化是指把内存里的数据类型转变成字符串,以使其能存储到硬盘或通过网络传输到远程,因为硬盘或网络传输时只能接受bytes. 为什么要序列化: 有种办法可以直接把内存数据(eg:10个列表,3 ...
- Java 语言基础之函数
函数的定义: 函数就是定义在类中的具有特定功能的一段独立小程序 函数也称为方法 函数定义格式: 修饰符 返回值类型 函数名(参数类型 形式参数1, 参数类型 形式参数2,...) { 执行语句; re ...
- Tickets---hdu1260(简单dp)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1260 题意是有n个人排队买票,第 i 个人买票所需要的时间是a[i],这个人和 i-1 或者 i+1 ...
- 替换DOM元素 parent.replaceChild(new, old)
p.replaceChild(nodeNext, p.children[j]); p.replaceChild(nodePrev, p.children[j + 1]);
- Json反序列化Map的key不能是Object
使用json作为数据传输格式,碰到一个问题.我希望传输的是一个Map<Target, TargetInfo>其中Target是一个对象,作为map的一个key public class T ...
- flannel相关资料链接
1.DockOne技术分享(十八):一篇文章带你了解Flannel http://dockone.io/article/618 2.理解Kubernetes网络之flannel网络http://ton ...