delphi 蓝牙技术

D:\Users\Public\Documents\Embarcadero\Studio\17.0\Samples\Object Pascal\Multi-Device Samples\Device Sensors and Services\Bluetooth\Classic Bluetooth Basic app

System.Bluetooth

Bluetooth Low Energy (BLE)

小米手环就是BLE4.0,在android手机上用HMBLEComAssistant.apk可以搜到小米手环。

https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx

update,2015-09-25 12:08:41用delphi的BLE例子搜到小米手环了!!

Samples\Object Pascal\Multi-Device Samples\Device Sensors and Services\Bluetooth\BLEScanner

蓝牙GAP、GATT(Generic Attribute Profile)

蓝牙音箱,通过android、iPhone都可以搜索到。

小米蓝牙音箱和小米手环的蓝牙版本完全相同吗?

蓝牙耳机:蓝牙协议:HFP/A2DP/HSP/AVRCP

手环里使用了蓝牙4.0 BLE技术

http://docwiki.embarcadero.com/RADStudio/Seattle/en/Using_Bluetooth

http://docwiki.embarcadero.com/RADStudio/XE8/en/Using_Bluetooth_Low_Energy

http://docwiki.embarcadero.com/CodeExamples/Seattle/en/Heart_Rate_Monitor_Sample

https://developer.apple.com/bluetooth/

蓝牙各种UUID

Discovering Devices

BluetoothLE does not work as the Classic Bluetooth, you do not need to pair the devices. BluetoothLE clients need to discover BluetoothLE servers.

蓝牙版本 V4.0 BLE

一节钮扣电池在静态工作状态可以支持一年。

蓝牙低功耗,也就是早前的Wibree,是蓝牙4.0版本的一个子集,它有着全新的协议栈,可快速建立简单的链接。作为蓝牙1.0 – 3.0版本中蓝牙标准协议的替代方案,它主要面向对功耗需求极低、用纽扣电池供电的应用。芯片设计可有两种:双模、单模和增强的早期版本。早期的Wibree蓝牙ULP(超低功耗)的名称被废除,取而代之的是后来用于一时的BLE。

delphi 获取小米手环数据

手环在android上看到的

- Discovering services -->
- GAP - {----00805F9B34FB}
- Device Name - {00002A00----00805F9B34FB}
- Appearance - {00002A01----00805F9B34FB}
- Peripheral Privacy Flag - {00002A02----00805F9B34FB}
- Peripheral Preferred Connection Parameters - {00002A04----00805F9B34FB}
- GATT - {----00805F9B34FB}
- Service Changed - {00002A05----00805F9B34FB}
- - {0000FEE0----00805F9B34FB}
- - {0000FF01----00805F9B34FB}
- - {0000FF02----00805F9B34FB}
- - {0000FF03----00805F9B34FB}
- - {0000FF04----00805F9B34FB}
- - {0000FF05----00805F9B34FB}
- - {0000FF06----00805F9B34FB}
- - {0000FF07----00805F9B34FB}
- - {0000FF08----00805F9B34FB}
- - {0000FF09----00805F9B34FB}
- - {0000FF0A----00805F9B34FB}
- - {0000FF0B----00805F9B34FB}
- - {0000FF0C----00805F9B34FB}
- - {0000FF0D----00805F9B34FB}
- - {0000FF0E----00805F9B34FB}
- - {0000FF0F----00805F9B34FB}
- - {0000FEE1----00805F9B34FB}
- - {0000FEDD----00805F9B34FB}
- - {0000FEDE----00805F9B34FB}
- - {0000FEDF----00805F9B34FB}
- - {0000FED0----00805F9B34FB}
- - {0000FED1----00805F9B34FB}
- - {0000FED2----00805F9B34FB}
- - {0000FED3----00805F9B34FB}
- - {0000FEE7----00805F9B34FB}
- - {0000FEC7----00805F9B34FB}
- - {0000FEC8----00805F9B34FB}
- - {0000FEC9----00805F9B34FB}
- IMMEDIATE ALERT - {----00805F9B34FB}
- Alert Level - {00002A06----00805F9B34FB}

View UUID

手环在苹果上看到的,少了前2行GAP和GATT。

 -  - {0000FEE0----00805F9B34FB}
- - {0000FF01----00805F9B34FB}
- - {0000FF02----00805F9B34FB}
- - {0000FF03----00805F9B34FB}
- - {0000FF04----00805F9B34FB}
- - {0000FF05----00805F9B34FB}
- - {0000FF06----00805F9B34FB}
- - {0000FF07----00805F9B34FB}
- - {0000FF08----00805F9B34FB}
- - {0000FF09----00805F9B34FB}
- - {0000FF0A----00805F9B34FB}
- - {0000FF0B----00805F9B34FB}
- - {0000FF0C----00805F9B34FB}
- - {0000FF0D----00805F9B34FB}
- - {0000FF0E----00805F9B34FB}
- - {0000FF0F----00805F9B34FB}
- - {0000FEE1----00805F9B34FB}
- - {0000FEDD----00805F9B34FB}
- - {0000FEDE----00805F9B34FB}
- - {0000FEDF----00805F9B34FB}
- - {0000FED0----00805F9B34FB}
- - {0000FED1----00805F9B34FB}
- - {0000FED2----00805F9B34FB}
- - {0000FED3----00805F9B34FB}
- - {0000FEE7----00805F9B34FB}
- - {0000FEC7----00805F9B34FB}
- - {0000FEC8----00805F9B34FB}
- - {0000FEC9----00805F9B34FB}
- IMMEDIATE ALERT - {----00805F9B34FB}
- Alert Level - {00002A06----00805F9B34FB}

View Apple UUID

Android BLE

BTX-110003 - 20:C3:8F:EA:1B:AF

 - BTX- - :C3:8F:EA:1B:AF

- Discovering services -->
- GAP - {----00805F9B34FB}
- Device Name - {00002A00----00805F9B34FB}
- Appearance - {00002A01----00805F9B34FB}
- Peripheral Privacy Flag - {00002A02----00805F9B34FB}
- Reconnection Address - {00002A03----00805F9B34FB}
- Peripheral Preferred Connection Parameters - {00002A04----00805F9B34FB}
- GATT - {----00805F9B34FB}
- Service Changed - {00002A05----00805F9B34FB}
- Key Service - {0000FFE0----00805F9B34FB}
- Key Service Characteristic - {0000FFE1----00805F9B34FB}

Delphi XE8 Bluetooth 蓝牙

搜索蓝牙设备

FBluetoothManager.StartDiscovery(1000);

or

BluetoothLE1.DiscoverDevices(ScanningTime);

本机蓝牙设备名称

FBluetoothManager.CurrentAdapter.AdapterName;

配对

FAdapter.Pair(FDiscoverDevices[ComboboxDevices.ItemIndex])

取消配对

FAdapter.UnPair(FPairedDevices[ComboboxPaired.ItemIndex])

蓝牙通讯

FServerSocket:TBluetoothServerSocket;
FScocket:TBluetoothSocket;

  TBluetoothService = record
Name: string;
UUID: TBluetoothUUID;
end;

FSocket := ldevice.CreateClientSocket(StringToGUID(ServiceGUI), False);

TBluetoothManager.CurrentAdapter
FSocket: TBluetoothSocket;
ToSend: TBytes;
FSocket.Connect;
ToSend := TEncoding.UTF8.GetBytes(Edit1.Text);
FSocket.SendData(ToSend);

BLE 发送数据

ADevice: TBluetoothLEDevice;

AChar: TBluetoothGattCharacteristic;

ADevice.WriteCharacteristic(AChar);

procedure TfrmHeartMonitor.BluetoothLE1EndDiscoverDevices(const Sender: TObject;
const ADeviceList: TBluetoothLEDeviceList);
var
I: Integer;
begin
// log
Memo1.Lines.Add(ADeviceList.Count.ToString + ' devices discovered:');
for I := to ADeviceList.Count - do Memo1.Lines.Add(ADeviceList[I].DeviceName); if BluetoothLE1.DiscoveredDevices.Count > then
begin
FBLEDevice := BluetoothLE1.DiscoveredDevices.First;
lblDevice.Text := HRDeviceName;
if BluetoothLE1.GetServices(FBLEDevice).Count = then
begin
Memo1.Lines.Add('No services found!');
lblBPM.Font.Size := ;
lblBPM.Text := 'No services found!';
end
else
GetServiceAndCharacteristics;
end
else
lblDevice.Text := 'Device not found';
end;

LServices: TBluetoothServiceList;

LDevice: TBluetoothDevice;

LServices := LDevice.GetServices;

LServices[I].Name;

GUIDToString(LServices[I].UUID);

蓝牙功能列表 

LAN Access Using PPP
DialupNetworking
OBEXObjectPush
OBEXFileTransfer
Cordless Telephony
Audio Source
Audio Sink
AV Remote Control Target
Advanced Audio Distribution
AV Remote Control
Headset Audio Gateway
WAP
WAP Client
Personal Area Network User (PANU)
Network Access Point (NAP)
Group Ad-hoc Network (GN)
Handsfree
Handsfree Audio Gateway
SIM Access
Phonebook Access - PCE
Phonebook Access - PSE
Phonebook Access
Headset headset
Message Access Server
Message Notification Server
Message Access Profile
Generic Networking
Generic Audio

TBluetoothLE的更多相关文章

  1. TBluetoothLE.OnDisconnectDevice

    自己作为广播方,连接我的设备断开收到的事件. TBluetoothLE.OnDisconnectDevice TBluetoothLEDevice BluetoothLE1->Discovere ...

  2. delphi 蓝牙 TBluetoothLE

    delphi 蓝牙 TBluetoothLE.TBluetoothLEManager BLE http://docwiki.embarcadero.com/RADStudio/Seattle/en/U ...

  3. RAD Studio 10 自带Demo代码汇总说明

    大家好,好多朋友来信咨询Delphi和C++Builder的移动开发.DataSnap架构等问题,希望能有Demo代码学习.其实Delphi和C++Builder本身自带有很多示例代码,已经覆盖了大部 ...

  4. delphi 演示数据路径

    链接里默认的--------------------------- Error --------------------------- I/O error for file "C:\Prog ...

  5. delphi BLE 学习

    TBluetoothLE 控件 TBluetoothLE.FManager: TBluetoothLEManager; class constructor TBluetoothLEManager.Cr ...

  6. Delphi IOS 蓝牙锁屏后台运行

    Delphi IOS 后台运行 同样的程序,编译成android,锁屏后继续运行正常,蓝牙通讯正常,但在IOS下锁屏后程序的蓝牙就中断通讯了? IOS的机制就是这样,锁屏就关闭了. 音乐播放器是怎么做 ...

  7. RAD 10 蓝牙

    http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Bluetooth.TBluetoothLEManager.StartDiscov ...

随机推荐

  1. windows主机无法访问服务器

    在CentOS下安装配置hadoop的时候,总显示因为网络端口而导致主机无法访问服务器,遂打算先关闭一下防火墙. 偶然看到防火墙的配置操作说明,感觉不错.执行”setup”命令启动文字模式配置实用程序 ...

  2. JSON 之 SuperObject(3): 访问

    测试数据提前加入 Memo1 中: 代码文件: unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, ...

  3. spring 定时器设置每隔10秒触发

    <property name="cronExpression" value="0/10 * * * * ?" />

  4. 如何在linux中从源代码编译安装nodejs?

    $ sudo yum groupinstall 'Development Tools'安装开发环境$ wget https://nodejs.org/dist/v0.12.2/node-v0.12.2 ...

  5. [ionic开源项目教程] - 第13讲 Service层优化,提取公用Service,以及生活和农业两大模块的实现

    关注微信订阅号:TongeBlog,可查看[ionic开源项目]全套教程. 这一讲主要实现生活和农业两大模块的实现,在这个过程中,对service层提取出一个公用的BaseService. 这一讲分为 ...

  6. Sqlite数据库 找不到请求的 .Net Framework Data Provider。可能没有安装

      解决方法 在web.config里面添加 <system.data> <DbProviderFactories> <remove invariant="Sy ...

  7. Sublime 的中文乱码问题

    Sublime Text 是现在最受欢迎的文本编辑器,没有之一.它非常简洁,而且对各种代码的高亮显示很美观.但是,它默认不支持 GBK.Shift-JIS 等中文.日本编码格式,故打开此类文件会出现乱 ...

  8. 【J2EE性能分析篇】JVM参数对J2EE性能优化的影响

    一切J2EE应用都是基于JVM的,那么对于JVM的设置和监控,成为J2EE应用程序性能分析和性能优化的必然手段.今天Sincky和大家交流该话题.这里以Tomcat环境为例,其它WEB服务器如Jbos ...

  9. Spark快速入门(1)

    1 安装Spark 首先,到 https://spark.apache.org/downloads.html 选择最新的 Spark 版本和 Hadoop 版本(实际上我们暂时用不上 Hadoop,所 ...

  10. HDU 产生冠军 2094

    解题思路:这题重在分析,可能你知道的越多,这题想得越多,什么并查集,什么有向图等. 事实是,我们会发现,只要找到一个,并且仅有一个的入度为0的点,说明可以找出   冠军.若入度为0的点一个都没有,说明 ...