E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
corebluetooth
Core Bluetooth框架之三:最佳实践
与Peripheral设备交互的最佳实践
CoreBluetooth
框架让程
lewis-180
·
2015-02-08 00:00
Core Bluetooth框架之二:后台处理
默认情况下,当程序位于后台或挂起时,大多数普通的
CoreBluetooth
任务都无法使用,不管是Central端还是Peripheral端。
lewis-180
·
2015-02-08 00:00
ios设置蓝牙,跳转到设蓝牙页面
添加框架
CoreBluetooth
.framewprk在要跳转蓝牙设置界面添加类#import"
CoreBluetooth
/
CoreBluetooth
.h"并声明代理设置全局的控件@property(nonatomic
ljl5125
·
2015-01-07 14:26
跳转到蓝牙设置界面
iOS
CoreBluetooth
教程
去AppStore搜索并下载“LightBlue”这个App,对调试你的app和理解
CoreBluetooth
会很有帮助。
wave_1102
·
2014-12-25 13:00
iPhone
蓝牙
BlueTooth
BLE
打开蓝牙来允许”xxx”连接到配件
的弹出框(如下图),点击设置按钮,就可以跳转到ios系统的setting界面.后来终于明白怎么回事了.原来是ios系统做的提示,就像使用系统相册一样,也会提示用户.下面讲解怎么实现.由于用到了蓝牙,就要使用
CoreBluetooth
.framework
nogodoss
·
2014-11-20 14:00
iOS之Core Bluetooth for iOS
原文: CoreBluetoothforiOS6
CoreBluetooth
是在iOS5首次引入的,它允许iOS设备可以使用健康,运动,安全,自动化,娱乐,附近等外设数据。
sky_2016
·
2014-11-12 17:00
ios
蓝牙
BlueTooth
iOS蓝牙4.0开发例子
1建立中心角色 #import <
CoreBluetooth
/
CoreBluetooth
.h> CBCentralManager *manager; manager = [[
·
2014-10-09 13:00
ios
iOS 上的蓝牙框架 - Core Bluetooth for iOS
原文: CoreBluetoothforiOS6
CoreBluetooth
是在iOS5首次引入的,它允许iOS设备可以使用健康,运动,安全,自动化,娱乐,附近等外设数据。
happyrabbit456
·
2014-09-04 11:00
[蓝牙]
CoreBluetooth
硬體週邊TipsContents [hide] 1 藍牙1.1 BLE(
CoreBluetooth
)1.1.1 Discover/Connect1.1.1.1 CBCentralManager1.1.1.2
Jeff_NJUT
·
2014-08-26 10:00
iOS--蓝牙 ble4.0
CoreBluetooth
CoreBluetooth
的API是基于BLE4.0的标准的。这个框架涵盖了BLE标准的所有细节。
shijiucdy
·
2014-08-21 10:00
BLE
iOS蓝牙
iOS 蓝牙4.0
一.iOS蓝牙
CoreBluetooth
介绍1.1
CoreBluetooth
框架的核心其实是两个东西,peripheral和central,可以理解成外设和中心。
neo_liu0000
·
2014-07-25 16:00
IOS侦测蓝牙是否开启
找到两个方法,其中一个是采用
CoreBluetooth
。找到这个关键字,就好说了。找到代理。
ralbatr
·
2014-07-18 18:00
iOS的蓝牙部分了解
2、
CoreBluetooth
,用于蓝牙4.0版本,iOS设备和外设必须同时支持4.0蓝牙,外设可以免MFI,直接和iOS设备通讯。
Dwarven
·
2014-07-16 11:00
ios
蓝牙
读书笔记---蓝牙(
CoreBluetooth
)
在
CoreBluetooth
框架中,有两个主要的角色:外设和中心,整个框架都是围绕这两个主要角色设计的.中心角色变成实现过程1.设置CBCentralManager2.发现并连接外设3.发现服务4.发现特征
woshiwls
·
2014-06-10 15:00
读书笔记
蓝牙
CoreBluetooth
读书笔记---蓝牙 (Game Kit)
传输速度为1Mb/s.在蓝牙4.0以后将通信模式分为高速和低速类型.高速类型是传统蓝牙,在iOS中高速蓝牙通信开发可以通过GameKit实现.低俗类型成为低功耗蓝牙,可以连接一些量测型传感器,可以通过
CoreBluetooth
.frameWork
woshiwls
·
2014-06-05 16:00
ios
读书笔记
蓝牙
iOS 蓝牙开发那些事
1GameKit.framework【只能存在于iOS设备之间,多用于游戏能搜索到的demo比较多,不确切说名字了,code4app里面就有】2
CoreBlueTooth
.framework【必须要支持蓝牙
xufeidll
·
2014-04-18 15:00
iOS 上的蓝牙框架 - Core Bluetooth for iOS
原文: CoreBluetoothforiOS6
CoreBluetooth
是在iOS5首次引入的,它允许iOS设备可以使用健康,运动,安全,自动化,娱乐,附近等外设数据。
wwwang89123
·
2013-12-09 20:00
ios
框架
蓝牙
BlueTooth
CoreText
CoreBluetooth
硬體週邊TipsContents [hide] 1 藍牙1.1 BLE(
CoreBluetooth
)1.1.1 Discover/Connect1.1.1.1 CBCentralManager1.1.1.2
chenli522
·
2013-12-04 10:00
iOS
CoreBluetooth
教程
去AppStore搜索并下载“LightBlue”这个App,对调试你的app和理解
CoreBluetooth
会很有帮助。
chenli522
·
2013-12-04 10:00
notify
https://developer.apple.com/library/ios/documentation/
CoreBluetooth
/Reference/AppleNotificationCenterServiceSpecification
Luohsh1
·
2013-11-04 18:00
iOS之 CoreMotion 框架
在项目中经常会使用到重力加速度,陀螺仪,最近在一个项目中使用到了CoreMotion框架,需求是:上下摇摆手机控制智能椅子的角度调节,该项目是使用蓝牙4.0进行通讯的,在iOS内已经封装好了
CoreBluetooth
广州英趣科技
·
2013-06-18 17:00
ios
Objective-C
CoreMotion
CMMotionManager
iOS
CoreBluetooth
教程
去AppStore搜索并下载“LightBlue”这个App,对调试你的app和理解
CoreBluetooth
会很有帮助。
jimoduwu
·
2013-05-12 15:00
教程
BLE
CoreBluetooth
低功耗蓝牙
CoreBluetooth
去AppStore搜索并下载“LightBlue”这个App,对调试你的app和理解
CoreBluetooth
会很有帮助。
jimoduwu
·
2013-05-08 17:00
BLE
CoreBluetooth
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他