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

BluetoothLE Server

To create a server to expose or publish standard services:

  1. Place a TBluetoothLE component in your project.
  2. Use the GetGattServer method to publish Bluetooth Low Energy services.
  3. Use the CreateService method from the TBluetoothGattServer class to create the service using the standard UUID.
  4. Use the CreateCharacteristic method from the TBluetoothGattServer class to create the characteristics for the service using the standard UUIDs.
  5. Use the AddService method to add the service to the Gatt server.
  6. The OnCharacteristicReadRequest event handler fires when the server receives a reading request from the client device.
  7. The OnCharacteristicWriteRequest event handler fires when the server receives a writing request from the client device.

Bluetooth Improvements

最新文章

  1. Quartz.net 开源job调度框架(一)
  2. ASM:《X86汇编语言-从实模式到保护模式》第七章应用例:用adc命令计算1到1000的累加
  3. C++函数模版
  4. linux问题汇总---如何生成密钥对
  5. Codeforces Beta Round #97 (Div. 1)
  6. Java final修饰形参
  7. 【暑假】[实用数据结构]前缀树 Trie
  8. 把公共cpp包含到cocos2d-x内部编译的方法。。
  9. Float(浮动)
  10. Java高级特性之枚举学习总结
  11. Android开发5:布局管理器2(表格布局TableLayout)
  12. 解决安卓手机input获取焦点时会将底部固定定位按钮顶起的问题
  13. Codeforces 789A Anastasia and pebbles(数学,思维题)
  14. pwnable.kr-leg-witeup
  15. 132.leecode-Palindrome Partitioning II
  16. csrf_token 跨站请求设置
  17. Android一个工程引用另一个工程的方法
  18. vue-02-安装-指令
  19. Dom4j与sax 简单对比
  20. 详解C#泛型(二)

热门文章

  1. 【lightoj-1025】The Specials Menu(区间DP)
  2. ARM的37个寄存器
  3. SpringBoot_10_打成jar包后使用外部配置文件中的配置来启动工程
  4. Android event logcat的研究
  5. GIS的核心价值——服务
  6. ORM 图书管理系统
  7. (一)Nginx正向代理与反向代理
  8. onsubmit对表单的拦截
  9. 使用Oracle 11g新特性 Active Database Duplication 搭建Dataguard环境
  10. eclipse导出文件上传服务器