文章分享

開(kāi)放、平等、協(xié)作、快速、分享

當(dāng)前位置:首頁(yè)>文章分享

藍(lán)牙設(shè)備的特征值及其編碼

摘錄:HCTech 無(wú)錫和控電子   時(shí)間:2023-04-06   訪問(wèn)量:7061

image.png

藍(lán)牙廣播中對(duì)UUID的格式定義有三種16bit,32bit和12bit。
16bit和32bit和128bit之間的轉(zhuǎn)換關(guān)系

128_bit_UUID = 16_bit_UUID * 2^96 + Bluetooth_Base_UUID
128_bit_UUID = 32_bit_UUID * 2^96 + Bluetooth_Base_UUID

其中 Bluetooth_Base_UUID定義為 00000000-0000-1000-8000-00805F9B34FB

所以用ios設(shè)備和安卓設(shè)備搜索出來(lái)的結(jié)果顯示的是不一樣的,但是結(jié)果并不妨礙我們的開(kāi)發(fā),比如:
安卓                                                                                 ios
UUID=0000fff1-0000-1000-8000-00805f9b34fb            fff1
UUID=0000fff2-0000-1000-8000-00805f9b34fb            fff2
UUID=0000ffa1-0000-1000-8000-00805f9b34fb            ffa1
UUID=0000ffa2-0000-1000-8000-00805f9b34fb            ffa2

另外 藍(lán)牙的相關(guān)服務(wù)名稱(chēng)及ID 可以查詢(xún):

鏈接:https://www.jianshu.com/p/73319340866e

//基礎(chǔ)ID
服務(wù)名稱(chēng):Base GUID 服務(wù)編碼:{00000000-0000-1000-8000-00805F9B34FB}

// GATT 配置
服務(wù)名稱(chēng):GAP 服務(wù)編碼:{00001800-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):GATT 服務(wù)編碼:{00001801-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):IMMEDIATE ALERT 服務(wù)編碼:{00001802-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):LINK LOSS 服務(wù)編碼:{00001803-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):TX POWER 服務(wù)編碼:{00001804-0000-1000-8000-00805F9B34FB}

// GAP 服務(wù)
服務(wù)名稱(chēng):HEALTH THERMOMETER 服務(wù)編碼:{00001809-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):DEVICE INFORMATION 服務(wù)編碼:{0000180A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):HEART RATE 服務(wù)編碼:{0000180D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Phone Alert Status Service 服務(wù)編碼:{0000180E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Battery Service 服務(wù)編碼:{0000180F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Blood Pressure 服務(wù)編碼:{00001810-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Human Interface Device 服務(wù)編碼:{00001812-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Scan Parameters 服務(wù)編碼:{00001813-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Running Speed and Cadence 服務(wù)編碼:{00001814-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Automation IO 服務(wù)編碼:{00001815-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CYCLING Speed and Cadence 服務(wù)編碼:{00001816-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximeter 服務(wù)編碼:{00001817-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CYCLING Power 服務(wù)編碼:{00001818-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Location and Navigation Service 服務(wù)編碼:{00001819-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Continous Glucose Measurement Service 服務(wù)編碼:{0000181A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):USER DATA 服務(wù)編碼:{0000181C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):TEMPERATURE MEASUREMENT 服務(wù)編碼:{00002A1C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):TEMPERATURE TYPE 服務(wù)編碼:{00002A1D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):INTERMEDIATE TEMPERATURE 服務(wù)編碼:{00002A1E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):TEMPERATURE in Celsius 服務(wù)編碼:{00002A1F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):TEMPERATURE in Fahrenheit 服務(wù)編碼:{00002A20-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):MEASUREMENT INTERVAL 服務(wù)編碼:{00002A21-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Boot Keyboard Input Report 服務(wù)編碼:{00002A22-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):System ID 服務(wù)編碼:{00002A23-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Model Number String 服務(wù)編碼:{00002A24-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Serial Number String 服務(wù)編碼:{00002A25-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Firmware Revision String 服務(wù)編碼:{00002A26-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Hardware Revision String 服務(wù)編碼:{00002A27-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Software Revision String 服務(wù)編碼:{00002A28-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Manufacturer Name String 服務(wù)編碼:{00002A29-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):IEEE 11073-20601 Regulatory 服務(wù)編碼:{00002A2A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Current Time 服務(wù)編碼:{00002A2B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Elevation 服務(wù)編碼:{00002A2C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Latitude 服務(wù)編碼:{00002A2D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Longitude 服務(wù)編碼:{00002A2E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Position 2D 服務(wù)編碼:{00002A2F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Position 3D 服務(wù)編碼:{00002A30-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Scan Refresh 服務(wù)編碼:{00002A31-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Boot Keyboard Output Report 服務(wù)編碼:{00002A32-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Boot Mouse Input Report 服務(wù)編碼:{00002A33-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Glucose Measurement Context 服務(wù)編碼:{00002A34-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Blood Pressure Measurement 服務(wù)編碼:{00002A35-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Intermediate Cuff Pressure 服務(wù)編碼:{00002A36-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):HEART RATE MEASUREMENT 服務(wù)編碼:{00002A37-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):BODY SENSOR LOCATION 服務(wù)編碼:{00002A38-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):HEART RATE CONTROL POINT 服務(wù)編碼:{00002A39-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Removable 服務(wù)編碼:{00002A3A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Service Required 服務(wù)編碼:{00002A3B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Scientific Temperature in Celsius 服務(wù)編碼:{00002A3C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):String 服務(wù)編碼:{00002A3D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Network Availability 服務(wù)編碼:{00002A3E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Alert Status 服務(wù)編碼:{00002A3F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Ringer Control Point 服務(wù)編碼:{00002A40-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Ringer Setting 服務(wù)編碼:{00002A41-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Alert Category ID Bit Mask 服務(wù)編碼:{00002A42-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Alert Category ID 服務(wù)編碼:{00002A43-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Alert Notification Control Point 服務(wù)編碼:{00002A44-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Unread Alert Status 服務(wù)編碼:{00002A45-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):New Alert 服務(wù)編碼:{00002A46-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Supported New Alert Category 服務(wù)編碼:{00002A47-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Supported Unread Alert Category 服務(wù)編碼:{00002A48-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Blood Pressure Feature 服務(wù)編碼:{00002A49-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):HID Information 服務(wù)編碼:{00002A4A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Report Map 服務(wù)編碼:{00002A4B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):HID Control Point 服務(wù)編碼:{00002A4C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Report 服務(wù)編碼:{00002A4D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Protocol Mode 服務(wù)編碼:{00002A4E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Scan Interval Window 服務(wù)編碼:{00002A4F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):PnP ID 服務(wù)編碼:{00002A50-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Glucose Features 服務(wù)編碼:{00002A51-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Record Access Control Point 服務(wù)編碼:{00002A52-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):RSC Measurement 服務(wù)編碼:{00002A53-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):RSC Feature 服務(wù)編碼:{00002A54-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):SC CONTROL POINT 服務(wù)編碼:{00002A55-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Digital Input 服務(wù)編碼:{00002A56-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Digital Output 服務(wù)編碼:{00002A57-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Analog Input 服務(wù)編碼:{00002A58-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Analog Output 服務(wù)編碼:{00002A59-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Aggregate Input 服務(wù)編碼:{00002A5A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CSC MEASUREMENT 服務(wù)編碼:{00002A5B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CSC FEATURE 服務(wù)編碼:{00002A5C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):SENSOR LOCATION 服務(wù)編碼:{00002A5D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximetry Spot-check Measurement 服務(wù)編碼:{00002A5E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximetry Continuous Measurement 服務(wù)編碼:{00002A5F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximetry Pulsatile Event 服務(wù)編碼:{00002A60-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximetry Features 服務(wù)編碼:{00002A61-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Pulse Oximetry Control Point 服務(wù)編碼:{00002A62-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Cycling Power Measurement Characteristic 服務(wù)編碼:{00002A63-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Cycling Power Vector Characteristic 服務(wù)編碼:{00002A64-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Cycling Power Feature Characteristic 服務(wù)編碼:{00002A65-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Cycling Power Control Point Characteristic 服務(wù)編碼:{00002A66-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Location and Speed Characteristic 服務(wù)編碼:{00002A67-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Navigation Characteristic 服務(wù)編碼:{00002A68-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Position Quality Characteristic 服務(wù)編碼:{00002A69-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):LN Feature Characteristic 服務(wù)編碼:{00002A6A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):LN Control Point Characteristic 服務(wù)編碼:{00002A6B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CGM Measurement Characteristic 服務(wù)編碼:{00002A6C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CGM Features Characteristic 服務(wù)編碼:{00002A6D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CGM Status Characteristic 服務(wù)編碼:{00002A6E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CGM Session Start Time Characteristic 服務(wù)編碼:{00002A6F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Application Security Point Characteristic 服務(wù)編碼:{00002A70-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):CGM Specific Ops Control Point Characteristic 服務(wù)編碼:{00002A71-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Glass Identity 服務(wù)編碼:{F96647CF-7F25-4277-843D-F407B4192F8B}

// GATT 屬性類(lèi)型
服務(wù)名稱(chēng):Primary Service 服務(wù)編碼:{00002800-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Secondary Service 服務(wù)編碼:{00002801-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Include 服務(wù)編碼:{00002802-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Characteristic 服務(wù)編碼:{00002803-0000-1000-8000-00805F9B34FB}

// GATT CHARACTERISTIC 描述符
服務(wù)名稱(chēng):Characteristic Extended Properties 服務(wù)編碼:{00002900-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Characteristic User Description 服務(wù)編碼:{00002901-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Client Characteristic Configuration 服務(wù)編碼:{00002902-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Server Characteristic Configuration 服務(wù)編碼:{00002903-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Characteristic Format 服務(wù)編碼:{00002904-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Characteristic Aggregate Format 服務(wù)編碼:{00002905-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Valid Range 服務(wù)編碼:{00002906-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):External Report Reference 服務(wù)編碼:{00002907-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Report Reference 服務(wù)編碼:{00002908-0000-1000-8000-00805F9B34FB}

// GATT CHARACTERISTIC 類(lèi)型
服務(wù)名稱(chēng):Device Name 服務(wù)編碼:{00002A00-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Appearance 服務(wù)編碼:{00002A01-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Peripheral Privacy Flag 服務(wù)編碼:{00002A02-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Reconnection Address 服務(wù)編碼:{00002A03-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Peripheral Preferred Connection Parameters 服務(wù)編碼:{00002A04-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Service Changed 服務(wù)編碼:{00002A05-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Alert Level 服務(wù)編碼:{00002A06-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Tx Power Level 服務(wù)編碼:{00002A07-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Date Time 服務(wù)編碼:{00002A08-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Day of Week 服務(wù)編碼:{00002A09-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Day Date Time 服務(wù)編碼:{00002A0A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Exact Time 100 服務(wù)編碼:{00002A0B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Exact Time 256 服務(wù)編碼:{00002A0C-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):DST Offset 服務(wù)編碼:{00002A0D-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Zone 服務(wù)編碼:{00002A0E-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Local Time Information 服務(wù)編碼:{00002A0F-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Secondary Time Zone 服務(wù)編碼:{00002A10-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time with DST 服務(wù)編碼:{00002A11-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Accuracy 服務(wù)編碼:{00002A12-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Source 服務(wù)編碼:{00002A13-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Reference Time Information 服務(wù)編碼:{00002A14-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Broadcast 服務(wù)編碼:{00002A15-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Update Control Point 服務(wù)編碼:{00002A16-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Time Update State 服務(wù)編碼:{00002A17-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Glucose Measurement 服務(wù)編碼:{00002A18-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Battery Level 服務(wù)編碼:{00002A19-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Battery Power State 服務(wù)編碼:{00002A1A-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Battery Level State 服務(wù)編碼:{00002A1B-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Key Service 服務(wù)編碼:{0000FFE0-0000-1000-8000-00805F9B34FB}
服務(wù)名稱(chēng):Key Service Characteristic 服務(wù)編碼:{0000FFE1-0000-1000-8000-00805F9B34FB}

// TI Sensor TAG Device
服務(wù)名稱(chēng):UUID_IRT_SERV 服務(wù)編碼:{F000AA00-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_IRT_DATA 服務(wù)編碼:{F000AA01-0451-4000-B000-000000000000} // ObjectLSB:ObjectMSB:AmbientLSB:AmbientMSB
服務(wù)名稱(chēng):UUID_IRT_CONF 服務(wù)編碼:{F000AA02-0451-4000-B000-000000000000} // 0: disable, 1: enable
服務(wù)名稱(chēng):UUID_IRT_PERI 服務(wù)編碼:{F000AA03-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):UUID_ACC_SERV 服務(wù)編碼:{F000AA10-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_ACC_DATA 服務(wù)編碼:{F000AA11-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_ACC_CONF 服務(wù)編碼:{F000AA12-0451-4000-B000-000000000000} // 0: disable, 1: enable
服務(wù)名稱(chēng):UUID_ACC_PERI 服務(wù)編碼:{F000AA13-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):UUID_HUM_SERV 服務(wù)編碼:{F000AA20-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_HUM_DATA 服務(wù)編碼:{F000AA21-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_HUM_CONF 服務(wù)編碼:{F000AA22-0451-4000-B000-000000000000} // 0: disable, 1: enable
服務(wù)名稱(chēng):UUID_HUM_PERI 服務(wù)編碼:{F000AA23-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):UUID_MAG_SERV 服務(wù)編碼:{F000AA30-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_MAG_DATA 服務(wù)編碼:{F000AA31-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_MAG_CONF 服務(wù)編碼:{F000AA32-0451-4000-B000-000000000000} // 0: disable, 1: enable
服務(wù)名稱(chēng):UUID_MAG_PERI 服務(wù)編碼:{F000AA33-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):UUID_BAR_SERV 服務(wù)編碼:{F000AA40-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_BAR_DATA 服務(wù)編碼:{F000AA41-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_BAR_CONF 服務(wù)編碼:{F000AA42-0451-4000-B000-000000000000} // 0: disable, 1: enable
服務(wù)名稱(chēng):UUID_BAR_CALI 服務(wù)編碼:{F000AA43-0451-4000-B000-000000000000} // Calibration characteristic
服務(wù)名稱(chēng):UUID_BAR_PERI 服務(wù)編碼:{F000AA44-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):UUID_GYR_SERV 服務(wù)編碼:{F000AA50-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_GYR_DATA 服務(wù)編碼:{F000AA51-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):UUID_GYR_CONF 服務(wù)編碼:{F000AA52-0451-4000-B000-000000000000} // 0: disable, bit 0: enable x, bit 1: enable y, bit 2: enable z
服務(wù)名稱(chēng):UUID_GYR_PERI 服務(wù)編碼:{F000AA53-0451-4000-B000-000000000000} // Period in tens of milliseconds
服務(wù)名稱(chēng):TEST_SERVICE 服務(wù)編碼:{F000AA60-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):TEST_DATA 服務(wù)編碼:{F000AA61-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):TEST_CONFIG 服務(wù)編碼:{F000AA62-0451-4000-B000-000000000000} // Bit 7: Enable Test Mode; Bit 0-1 LED BitMask
服務(wù)名稱(chēng):Connection Control Service 服務(wù)編碼:{F000CCC0-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):Connection Parameters 服務(wù)編碼:{F000CCC1-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):Request Connection Parameters 服務(wù)編碼:{F000CCC2-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):Disconnect Request 服務(wù)編碼:{F000CCC3-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):OAD Service 服務(wù)編碼:{F000FFC0-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):OAD Image Identify 服務(wù)編碼:{F000FFC1-0451-4000-B000-000000000000}
服務(wù)名稱(chēng):OAD Image Block 服務(wù)編碼:{F000FFC2-0451-4000-B000-000000000000}’)

lightblue藍(lán)牙調(diào)試助手

是專(zhuān)門(mén)為手機(jī)藍(lán)牙的調(diào)試設(shè)計(jì)的小工具app,軟件內(nèi)存非常小,讓你可以輕松安裝開(kāi)啟調(diào)試,界面上有著很多的功能,你可以自由的選擇想要調(diào)試的模塊,輕松實(shí)用!

上一篇:1、藍(lán)牙核心技術(shù)了解(藍(lán)牙協(xié)議、架構(gòu)、硬件和軟件筆記)

下一篇:FreeCAD鼠標(biāo)操作指南

在線咨詢(xún)

點(diǎn)擊這里給我發(fā)消息 售前咨詢(xún)專(zhuān)員

點(diǎn)擊這里給我發(fā)消息 售后服務(wù)專(zhuān)員

在線咨詢(xún)

免費(fèi)通話(huà)

24小時(shí)免費(fèi)咨詢(xún)

請(qǐng)輸入您的聯(lián)系電話(huà),座機(jī)請(qǐng)加區(qū)號(hào)

免費(fèi)通話(huà)

微信掃一掃

微信聯(lián)系
返回頂部