forked from noble/noble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.json
92 lines (92 loc) · 3.67 KB
/
services.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"1800" : { "name" : "Generic Access"
, "type" : "org.bluetooth.service.generic_access"
}
, "1801" : { "name" : "Generic Attribute"
, "type" : "org.bluetooth.service.generic_attribute"
}
, "1802" : { "name" : "Immediate Alert"
, "type" : "org.bluetooth.service.immediate_alert"
}
, "1803" : { "name" : "Link Loss"
, "type" : "org.bluetooth.service.link_loss"
}
, "1804" : { "name" : "Tx Power"
, "type" : "org.bluetooth.service.tx_power"
}
, "1805" : { "name" : "Current Time Service"
, "type" : "org.bluetooth.service.current_time"
}
, "1806" : { "name" : "Reference Time Update Service"
, "type" : "org.bluetooth.service.reference_time_update"
}
, "1807" : { "name" : "Next DST Change Service"
, "type" : "org.bluetooth.service.next_dst_change"
}
, "1808" : { "name" : "Glucose"
, "type" : "org.bluetooth.service.glucose"
}
, "1809" : { "name" : "Health Thermometer"
, "type" : "org.bluetooth.service.health_thermometer"
}
, "180a" : { "name" : "Device Information"
, "type" : "org.bluetooth.service.device_information"
}
, "180d" : { "name" : "Heart Rate"
, "type" : "org.bluetooth.service.heart_rate"
}
, "180e" : { "name" : "Phone Alert Status Service"
, "type" : "org.bluetooth.service.phone_alert_service"
}
, "180f" : { "name" : "Battery Service"
, "type" : "org.bluetooth.service.battery_service"
}
, "1810" : { "name" : "Blood Pressure"
, "type" : "org.bluetooth.service.blood_pressuer"
}
, "1811" : { "name" : "Alert Notification Service"
, "type" : "org.bluetooth.service.alert_notification"
}
, "1812" : { "name" : "Human Interface Device"
, "type" : "org.bluetooth.service.human_interface_device"
}
, "1813" : { "name" : "Scan Parameters"
, "type" : "org.bluetooth.service.scan_parameters"
}
, "1814" : { "name" : "Running Speed and Cadence"
, "type" : "org.bluetooth.service.running_speed_and_cadence"
}
, "1815" : { "name" : "Automation IO"
, "type" : "org.bluetooth.service.automation_io"
}
, "1816" : { "name" : "Cycling Speed and Cadence"
, "type" : "org.bluetooth.service.cycling_speed_and_cadence"
}
, "1818" : { "name" : "Cycling Power"
, "type" : "org.bluetooth.service.cycling_power"
}
, "1819" : { "name" : "Location and Navigation"
, "type" : "org.bluetooth.service.location_and_navigation"
}
, "181a" : { "name" : "Environmental Sensing"
, "type" : "org.bluetooth.service.environmental_sensing"
}
, "181b" : { "name" : "Body Composition"
, "type" : "org.bluetooth.service.body_composition"
}
, "181c" : { "name" : "User Data"
, "type" : "org.bluetooth.service.user_data"
}
, "181d" : { "name" : "Weight Scale"
, "type" : "org.bluetooth.service.weight_scale"
}
, "181e" : { "name" : "Bond Management"
, "type" : "org.bluetooth.service.bond_management"
}
, "181f" : { "name" : "Continuous Glucose Monitoring"
, "type" : "org.bluetooth.service.continuous_glucose_monitoring"
}
, "1820" : { "name" : "Internet Protocol Support"
, "type" : "org.bluetooth.service.internet_protocol_support"
}
}