简体   繁体   English

BLE GATT服务器中的服务和配置文件之间有什么区别

[英]What is the difference between services and profiles in a BLE GATT server

I'm new to Bluetooth classic and Bluetooth Low Energy. 我是蓝牙经典和低功耗蓝牙的新手。 After I watch the tutorial video on the dev site of android. 之后我在android的dev网站上观看教程视频。 I still don't understand what is a service in ble and what is the difference between service and profile. 我仍然不明白什么是服务,以及服务和配置文件之间的区别。 Can anyone helpe me? 任何人都可以帮我吗?

Thanks. 谢谢。

Profile define all communication functions to a BLE device, you can assume it is a higher level of abstraction, it has one or more service, which expose the sensor data on a GATT server. Profile定义了BLE设备的所有通信功能,您可以假设它是一个更高级别的抽象,它有一个或多个服务,它在GATT服务器上公开传感器数据。 eg Heart rate, temperature or Cycle speed. 例如心率,温度或循环速度。 In simple Profile has Services, and Service has Characteristics, Characteristic descriptor. 在简单的Profile中有服务,而Service有特征,特征描述符。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Websphere Application Server配置文件与WAS版本之间的差异 - Difference between Websphere Application Server profiles and WAS editions Android app(Java) 和 ESP32 BLE 服务器之间的 Gatt 连接有问题 - I have a problem with Gatt connection between Android app(Java) and ESP32 BLE Server 在Spring上-Drun.profiles和-Dspring.profiles.active有什么区别? - What's the difference between -Drun.profiles and -Dspring.profiles.active on Spring? 在带有m2e的Eclipse中,“选择活动配置文件”和“运行配置:配置文件”有什么区别? - What is the difference between “Select Active Profiles” and “Run Configuration: profiles” in Eclipse with m2e? 模拟和模拟虚拟服务有什么区别? - What is the difference between mocking and simulating virtual services? API和Web服务有什么区别? - What is the difference between API and web services? Spring和Rest服务之间的主要区别是什么 - what is the main difference between Spring and Rest services onCharacteristicWrite 中的 BLE Gatt 状态 133 - BLE Gatt status 133 in onCharacteristicWrite 通过 Spring 或通过 Maven/Gradle 等构建工具的配置文件有什么区别 - What is the difference between Profiles via Spring or via a build tool like Maven/Gradle Java RESTful服务 - QueryParam和PathParam在使用方面有什么区别? - Java RESTful services - What is the difference between QueryParam and PathParam in terms of their usage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM