Bluetooth Profile for iPhone from the functional perspectives
Classic Bluetooth Profile for iPhone from the functional perspectives
| Function | Description | BT Profiles |
| New Call notification | 1.Notify Smart Band;2.shows caller’s name/number during an incoming call | HFP1.6&PBAP |
| SMS/iMessage notification | 1.Notify Smart Band;2.show sender’s name/phone number and first line of message. | MAP |
| Email notification | 1.Notify Smart Band;2.newly arrived email with the sender’s name/email address and first line of the e-mail. | MAP |
| Music control | Smart Band controll iphone music play/pause/resume/next/previous | AVRCP1.4 |
| Smart Band Upgrade | SPP |
BTLE (Bluetooth Low Energy) Profile for iPhone from the functional perspectives
| Function | Description | BT Profiles |
| Calendar/Reminders notification | 1.Notify Smart Band;2.show event's title and time | SPPLE |
| Facebook/Twitter notification | 1.Notify Smart Band;2.show title and subtitle | SPPLE |
| Weather notification | 1.Notify Smart Band;2.show weather; | SPPLE |
| Battery low voltage notification | iphone send low voltage to Smart Band | ANP |
| Link break notification | Smart Band warnning when discoonected | PXP |
| Find iPhone notification | Smart Band send find iphone and calculate the distance | FMP |
| Time sync | Smart Band send sync time to iphone | TIP |
| Cycling Speed and Cadence | Smart Band send Cycling speed&Cadence info to iphone | The Cycling Speed and Cadence Profile |
| Glucose Measure | Smart Band send Glucose Measure info to iPhone | Glucose profile |
| Heart Rate | Smart Band send heart rate to iphone | HRP |
| Blood pressure | Smart Band send blood pressure to iphone | BLP |
| Raw data transfer | Smart Band exchange data with iphone | SPPLE |
Bluetooth Profile for iPhone from the functional perspectives的更多相关文章
- All Classic Bluetooth profile for iPhone
iPhone BC profiles Profile Decription HFP1.6 1.通知客户端有电话拨入:2.免提功能:3.音频的输入输出机制. PBAP 1.下载通讯录:2.查找通讯录:3 ...
- How to Create a Provisioning Profile for iPhone
If you're making iPhone and iPad apps, there are some processes you must work through to go from dev ...
- Bluetooth 4.0之Android 讲解
Android平台包含了对蓝牙网络协议栈的支持,它允许一个蓝牙设备跟其他的蓝牙设备进行无线的数据交换.应用程序通过Android蓝牙API提供访问蓝牙的功能.这些API会把应用程序无线连接到其他的蓝牙 ...
- 【转】Android4.4 之Bluetooth整理
原文网址:http://www.cnblogs.com/shed/p/3737016.html Android 4.4上蓝牙协议栈采用的是BRCM和Google共同开发的bluedroid,代替了之前 ...
- Bluetooth 4.0之Android 解说
Android平台包括了对蓝牙网络协议栈的支持,它同意一个蓝牙设备跟其它的蓝牙设备进行无线的数据交换.应用程序通过Android蓝牙API提供訪问蓝牙的功能. 这些API会把应用程序无线连接到其 ...
- android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个And ...
- Android Bluetooth开发
原文地址:http://developer.android.com/guide/topics/wireless/bluetooth.html 翻译:jykenan 更新:2012.06.19 Andr ...
- [转]About the security content of iOS 8
Source:http://support.apple.com/kb/HT6441 For the protection of our customers, Apple does not disclo ...
- [蓝牙] 5、Battery Service module
Detailed Description This module implements the Battery Service with the Battery Level characteristi ...
随机推荐
- 使用jQuery lazyload 实现图片延迟加载
下载地址 使用说明 0. 准备工作 下载jQuery和lazyload 插件(地址如上) 1. HTML 引入jQuery库和lazyload插件 <div id="imagesCon ...
- EasyNVR摄像机无插件直播按需RTSP拉流播放流程详解
1.背景需求 有许多客户现场,有许多设备但是不需要一直向设备端取视频流,因为在用户不观看的情况下,还在获取视频资源,一方面大大的浪费了网络带宽资源,一方面对设备服务器要求也较高,用户成本就要提高,这是 ...
- SharePoint服务器端对象模型 之 使用CAML进行数据查询(Part 2)
(三)使用SPQuery进行列表查询 1.概述 列表查询主要是指在一个指定的列表(或文档库)中按照某些筛选.排序条件进行查询.列表查询主要使用SPQuery对象,以及SPList的GetItems方法 ...
- spring web中完成单元测试
对于在springweb总完单元测试,之前找过些资料,摸索了很久,记录下最终自己使用的方法 1,创建测试类,创建测试资源文件夹 src/test/resources/WEB_INFO/conf 将工程 ...
- 2014-08-28——移动端web开发,基本Meta标签
1.<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal ...
- element-UI ,Table组件实现拖拽效果
拖拽效果,先放效果图,步骤放在后面~~ 一.引入三方插件 1.引入sortable.js的包: npm install sortable.js --save 2.或者npm i -S vuedragg ...
- 基于twemproxy的redis集群部署
一.系统及软件版本 操作系统:CentOS Linux release 7.3.1611 (Core) 内核版本:3.10.0-514.el7.x86_64 redis版本:3.2.8 twempro ...
- Happy Hours, Happy Days
No matter our age, being happy creates more happiness--making a better world for all of us. 无论青春与否,让 ...
- Linux 路径与命令搜寻顺序
以相对/绝对路径运行命令,例如『 /bin/ls 』或『 ./ls 』: 由 alias 找到该命令来运行: 由 bash 内建的 (builtin) 命令来运行: 透过 $PATH 这个变量的顺序搜 ...
- Java技术相关
1.System.getProperty("user.dir") References:API