蓝牙栈里SERVICE 和characteristic的列表
时间: 2024-06-03 10:08:38 浏览: 74
以下是一些常见的Bluetooth服务和特征列表:
1. Generic Access Profile (GAP) Service:包含设备名称、广告数据、连接参数等信息。
2. Generic Attribute Profile (GATT) Service:用于管理设备的属性,包括服务和特征。
3. Device Information Service (DIS):包含设备的制造商信息、型号号码、序列号等。
4. Battery Service:用于获取设备电池电量信息。
5. Heart Rate Service:用于获取设备心率传感器数据。
6. Health Thermometer Service:用于获取设备体温传感器数据。
7. Blood Pressure Service:用于获取设备血压传感器数据。
8. Cycling Speed and Cadence Service:用于获取设备自行车速度和踏频数据。
9. HID Service:用于连接人机接口设备,如鼠标、键盘等。
10. Environmental Sensing Service:用于获取设备环境传感器数据,如温度、湿度、气压等。
以上只是一小部分常见的Bluetooth服务和特征列表,实际上还有很多其他的服务和特征。
相关问题
NRF52832 softdevice蓝牙栈里SERVICE 和characteristic的列表
以下是NRF52832芯片中SoftDevice蓝牙栈中SERVICE和characteristic的列表:
1. Generic Access Profile (GAP) Service
- Device Name
- Appearance
- Peripheral Preferred Connection Parameters
2. Generic Attribute Profile (GATT) Service
- Service Changed
3. Immediate Alert Service
- Alert Level
4. Link Loss Service
- Alert Level
5. Tx Power Service
- Transmit Power Level
6. Battery Service
- Battery Level
- Battery Level State
- Battery Power State
7. Device Information Service
- Manufacturer Name String
- Model Number String
- Serial Number String
- Hardware Revision String
- Firmware Revision String
- Software Revision String
8. Health Thermometer Service
- Temperature Measurement
- Temperature Type
9. Heart Rate Service
- Heart Rate Measurement
- Body Sensor Location
- Heart Rate Control Point
10. Blood Pressure Service
- Blood Pressure Measurement
- Intermediate Cuff Pressure
- Blood Pressure Feature
11. HID Service
- Boot Keyboard Input Report
- Boot Keyboard Output Report
- Boot Mouse Input Report
12. Scan Parameters Service
- Scan Interval Window
13. Time Service
- Current Time
- Local Time Information
- Reference Time Information
14. Nordic UART Service
- TX Characteristic
- RX Characteristic
15. Environmental Sensing Service
- Temperature Measurement
- Humidity Measurement
- Pressure Measurement
- Air Quality Measurement
以上是NRF52832芯片中SoftDevice蓝牙栈中SERVICE和characteristic的列表。
阅读全文