• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# @ohos.bluetooth.constant (Bluetooth constant Module)
2
3The **constant** module provides definitions of the constants used in Bluetooth.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8
9
10
11## Modules to Import
12
13```js
14import constant from '@ohos.bluetooth.constant';
15```
16
17## ProfileId
18
19Enumerates profiles.
20
21**System capability**: SystemCapability.Communication.Bluetooth.Core
22
23| Name                              | Value   | Description             |
24| -------------------------------- | ------ | --------------- |
25| PROFILE_A2DP_SOURCE              | 1 | Advanced Audio Distribution Profile (A2DP).|
26| PROFILE_HANDSFREE_AUDIO_GATEWAY | 4 | Hands-Free Profile (HFP). |
27| PROFILE_HID_HOST | 6 | Human Interface Device (HID) profile. |
28| PROFILE_PAN_NETWORK | 7 | Bluetooth personal area network (PAN) profile. |
29
30
31## ProfileUuids
32
33Enumerates profile UUIDs.
34
35**System API**: This is a system API.
36
37**System capability**: SystemCapability.Communication.Bluetooth.Core
38
39| Name                                  | Value   | Description             |
40| ------------------------------------| ------ | --------------- |
41| PROFILE_UUID_HFP_AG      | '0000111F-0000-1000-8000-00805F9B34FB' | UUID of the HFPAG Profile.<br>This is a system API.|
42| PROFILE_UUID_HFP_HF      | '0000111E-0000-1000-8000-00805F9B34FB' | UUID of the HFPHF Profile.<br>This is a system API. |
43| PROFILE_UUID_HSP_AG      | '00001112-0000-1000-8000-00805F9B34FB' | UUID of the HSPAG Profile.<br>This is a system API. |
44| PROFILE_UUID_HSP_HS      | '00001108-0000-1000-8000-00805F9B34FB' | UUID of the HSPHS Profile.<br>This is a system API. |
45| PROFILE_UUID_A2DP_SRC    | '0000110A-0000-1000-8000-00805F9B34FB' | Indicates the UID of the A2DPSRC Profile.<br>This is a system API. |
46| PROFILE_UUID_A2DP_SINK   | '0000110B-0000-1000-8000-00805F9B34FB' | UUID of the A2DPSINK Profile.<br>This is a system API. |
47| PROFILE_UUID_AVRCP_CT    | '0000110E-0000-1000-8000-00805F9B34FB' | UUID of the AVRCPCT Profile.<br>This is a system API. |
48| PROFILE_UUID_AVRCP_TG    | '0000110C-0000-1000-8000-00805F9B34FB' | UUID of the AVRCPTG Profile.<br>This is a system API. |
49| PROFILE_UUID_HID         | '00001124-0000-1000-8000-00805F9B34FB' | UUID of the HID Profile.<br>This is a system API. |
50| PROFILE_UUID_HOGP        | '00001812-0000-1000-8000-00805F9B34FB' | UUID of the HOGP Profile.<br>This is a system API. |
51
52
53## ProfileConnectionState
54
55Enumerates the profile connection states.
56
57**System capability**: SystemCapability.Communication.Bluetooth.Core
58
59| Name                 | Value | Description            |
60| ------------------- | ---- | -------------- |
61| STATE_DISCONNECTED  | 0    | Disconnected. |
62| STATE_CONNECTING    | 1    | Connecting.|
63| STATE_CONNECTED     | 2    | Connected. |
64| STATE_DISCONNECTING | 3    | Disconnecting.|
65
66
67## MajorClass
68
69Enumerates the major classes of Bluetooth devices.
70
71**System capability**: SystemCapability.Communication.Bluetooth.Core
72
73| Name                 | Value   | Description        |
74| ------------------- | ------ | ---------- |
75| MAJOR_MISC          | 0x0000 | Miscellaneous device.   |
76| MAJOR_COMPUTER      | 0x0100 | Computer.  |
77| MAJOR_PHONE         | 0x0200 | Mobile phone.   |
78| MAJOR_NETWORKING    | 0x0300 | Network device.   |
79| MAJOR_AUDIO_VIDEO   | 0x0400 | Audio or video device.|
80| MAJOR_PERIPHERAL    | 0x0500 | Peripheral device.   |
81| MAJOR_IMAGING       | 0x0600 | Imaging device.   |
82| MAJOR_WEARABLE      | 0x0700 | Wearable device.  |
83| MAJOR_TOY           | 0x0800 | Toy.   |
84| MAJOR_HEALTH        | 0x0900 | Health device.   |
85| MAJOR_UNCATEGORIZED | 0x1F00 | Unclassified device.  |
86
87
88## MajorMinorClass
89
90Enumerates the major and minor classes of Bluetooth devices.
91
92**System capability**: SystemCapability.Communication.Bluetooth.Core
93
94| Name                                      | Value   | Description             |
95| ---------------------------------------- | ------ | --------------- |
96| COMPUTER_UNCATEGORIZED                   | 0x0100 | Unclassified computer.    |
97| COMPUTER_DESKTOP                         | 0x0104 | Desktop computer.     |
98| COMPUTER_SERVER                          | 0x0108 | Server.       |
99| COMPUTER_LAPTOP                          | 0x010C | Laptop.    |
100| COMPUTER_HANDHELD_PC_PDA                 | 0x0110 | Hand-held computer.    |
101| COMPUTER_PALM_SIZE_PC_PDA                | 0x0114 | Palmtop computer.      |
102| COMPUTER_WEARABLE                        | 0x0118 | Wearable computer.    |
103| COMPUTER_TABLET                          | 0x011C | Tablet.      |
104| PHONE_UNCATEGORIZED                      | 0x0200 | Unclassified mobile phone.     |
105| PHONE_CELLULAR                           | 0x0204 | Portable phone.     |
106| PHONE_CORDLESS                           | 0x0208 | Cordless phone.      |
107| PHONE_SMART                              | 0x020C | Smartphone.      |
108| PHONE_MODEM_OR_GATEWAY                   | 0x0210 | Modem or gateway phone.|
109| PHONE_ISDN                               | 0x0214 | ISDN phone.    |
110| NETWORK_FULLY_AVAILABLE                  | 0x0300 | Device with network fully available.    |
111| NETWORK_1_TO_17_UTILIZED                 | 0x0320 | Device used on network 1 to 17.  |
112| NETWORK_17_TO_33_UTILIZED                | 0x0340 | Device used on network 17 to 33. |
113| NETWORK_33_TO_50_UTILIZED                | 0x0360 | Device used on network 33 to 50. |
114| NETWORK_60_TO_67_UTILIZED                | 0x0380 | Device used on network 60 to 67. |
115| NETWORK_67_TO_83_UTILIZED                | 0x03A0 | Device used on network 67 to 83. |
116| NETWORK_83_TO_99_UTILIZED                | 0x03C0 | Device used on network 83 to 99. |
117| NETWORK_NO_SERVICE                       | 0x03E0 | Device without network service     |
118| AUDIO_VIDEO_UNCATEGORIZED                | 0x0400 | Unclassified audio or video device.   |
119| AUDIO_VIDEO_WEARABLE_HEADSET             | 0x0404 | Wearable audio or video headset.  |
120| AUDIO_VIDEO_HANDSFREE                    | 0x0408 | Hands-free audio or video device.    |
121| AUDIO_VIDEO_MICROPHONE                   | 0x0410 | Audio or video microphone.   |
122| AUDIO_VIDEO_LOUDSPEAKER                  | 0x0414 | Audio or video loudspeaker.   |
123| AUDIO_VIDEO_HEADPHONES                   | 0x0418 | Audio or video headphones.   |
124| AUDIO_VIDEO_PORTABLE_AUDIO               | 0x041C | Portable audio or video device.   |
125| AUDIO_VIDEO_CAR_AUDIO                    | 0x0420 | In-vehicle audio or video device.    |
126| AUDIO_VIDEO_SET_TOP_BOX                  | 0x0424 | Audio or video STB device.   |
127| AUDIO_VIDEO_HIFI_AUDIO                   | 0x0428 | High-fidelity speaker device.     |
128| AUDIO_VIDEO_VCR                          | 0x042C | Video cassette recording (VCR) device.   |
129| AUDIO_VIDEO_VIDEO_CAMERA                 | 0x0430 | Camera.   |
130| AUDIO_VIDEO_CAMCORDER                    | 0x0434 | Camcorder   |
131| AUDIO_VIDEO_VIDEO_MONITOR                | 0x0438 | Audio or video monitor.   |
132| AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER | 0x043C | Video display or loudspeaker. |
133| AUDIO_VIDEO_VIDEO_CONFERENCING           | 0x0440 | Video conferencing device.    |
134| AUDIO_VIDEO_VIDEO_GAMING_TOY             | 0x0448 | Audio or video gaming toy.  |
135| PERIPHERAL_NON_KEYBOARD_NON_POINTING     | 0x0500 | Non-keyboard or non-pointing peripheral device.  |
136| PERIPHERAL_KEYBOARD                      | 0x0540 | Keyboard device.      |
137| PERIPHERAL_POINTING_DEVICE               | 0x0580 | Pointing peripheral device.    |
138| PERIPHERAL_KEYBOARD_POINTING             | 0x05C0 | Keyboard pointing device.    |
139| PERIPHERAL_UNCATEGORIZED                 | 0x0500 | Unclassified peripheral device.     |
140| PERIPHERAL_JOYSTICK                      | 0x0504 | Peripheral joystick.     |
141| PERIPHERAL_GAMEPAD                       | 0x0508 | Peripheral game pad     |
142| PERIPHERAL_REMOTE_CONTROL                | 0x05C0 | Peripheral remote control device    |
143| PERIPHERAL_SENSING_DEVICE                | 0x0510 | Peripheral sensing device.    |
144| PERIPHERAL_DIGITIZER_TABLET              | 0x0514 | Peripheral digitizer tablet.|
145| PERIPHERAL_CARD_READER                   | 0x0518 | Peripheral card reader.     |
146| PERIPHERAL_DIGITAL_PEN                   | 0x051C | Peripheral digital pen.     |
147| PERIPHERAL_SCANNER_RFID                  | 0x0520 | Peripheral RFID scanner. |
148| PERIPHERAL_GESTURAL_INPUT                | 0x0522 | Gesture input device.    |
149| IMAGING_UNCATEGORIZED                    | 0x0600 | Unclassified imaging device.    |
150| IMAGING_DISPLAY                          | 0x0610 | Imaging display device.      |
151| IMAGING_CAMERA                           | 0x0620 | Imaging camera device.     |
152| IMAGING_SCANNER                          | 0x0640 | Imaging scanner.     |
153| IMAGING_PRINTER                          | 0x0680 | Imaging printer.     |
154| WEARABLE_UNCATEGORIZED                   | 0x0700 | Unclassified wearable device.   |
155| WEARABLE_WRIST_WATCH                     | 0x0704 | Smart watch.     |
156| WEARABLE_PAGER                           | 0x0708 | Wearable pager.    |
157| WEARABLE_JACKET                          | 0x070C | Smart jacket.     |
158| WEARABLE_HELMET                          | 0x0710 | Wearable helmet.     |
159| WEARABLE_GLASSES                         | 0x0714 | Wearable glasses.     |
160| TOY_UNCATEGORIZED                        | 0x0800 | Unclassified toy.    |
161| TOY_ROBOT                                | 0x0804 | Toy robot.     |
162| TOY_VEHICLE                              | 0x0808 | Toy vehicle.       |
163| TOY_DOLL_ACTION_FIGURE                   | 0x080C | Humanoid toy doll.    |
164| TOY_CONTROLLER                           | 0x0810 | Toy controller.     |
165| TOY_GAME                                 | 0x0814 | Toy gaming device.      |
166| HEALTH_UNCATEGORIZED                     | 0x0900 | Unclassified health devices.     |
167| HEALTH_BLOOD_PRESSURE                    | 0x0904 | Blood pressure device.      |
168| HEALTH_THERMOMETER                       | 0x0908 | Thermometer     |
169| HEALTH_WEIGHING                          | 0x090C | Body scale.      |
170| HEALTH_GLUCOSE                           | 0x0910 | Blood glucose monitor.     |
171| HEALTH_PULSE_OXIMETER                    | 0x0914 | Pulse oximeter.   |
172| HEALTH_PULSE_RATE                        | 0x0918 | Heart rate monitor.     |
173| HEALTH_DATA_DISPLAY                      | 0x091C | Health data display.    |
174| HEALTH_STEP_COUNTER                      | 0x0920 | Step counter.   |
175| HEALTH_BODY_COMPOSITION_ANALYZER         | 0x0924 | Body composition analyzer. |
176| HEALTH_PEAK_FLOW_MONITOR                  | 0x0928 | Hygrometer.     |
177| HEALTH_MEDICATION_MONITOR                | 0x092C | Medication monitor.   |
178| HEALTH_KNEE_PROSTHESIS                   | 0x0930 | Prosthetic knee.    |
179| HEALTH_ANKLE_PROSTHESIS                  | 0x0934 | Prosthetic ankle.    |
180| HEALTH_GENERIC_HEALTH_MANAGER            | 0x0938 | Generic health management device.    |
181| HEALTH_PERSONAL_MOBILITY_DEVICE          | 0x093C | Personal mobility device.    |
182
183## AccessAuthorization<sup>11+</sup>
184
185Enumerates the access permissions.
186
187**System API**: This is a system API.
188
189**System capability**: SystemCapability.Communication.Bluetooth.Core
190
191| Name                | Value | Description    |
192| ------------------ | ---- | ------ |
193| UNKNOWN<sup>11+</sup> | 0    | Unknown.<br>This is a system API. |
194| ALLOWED<sup>11+</sup> | 1    | Access allowed.<br>This is a system API. |
195| REJECTED<sup>11+</sup> | 2    | Access rejected.<br>This is a system API.|
196