# @ohos.bluetooth.constant (Bluetooth Constant Module) (System API) The **constant** module provides definitions of the constants used in Bluetooth. > **NOTE** > > - 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. > - This topic describes only the system APIs provided by the module. For details about its public APIs, see [@ohos.bluetooth.constant (Bluetooth Constant Module)](js-apis-bluetooth-constant.md). ## Modules to Import ```js import { constant } from '@kit.ConnectivityKit'; ``` ## AccessAuthorization11+ Enumerates the access permissions. **System API**: This is a system API. **System capability**: SystemCapability.Communication.Bluetooth.Core | Name | Value | Description | | ------------------ | ---- | ------ | | UNKNOWN11+ | 0 | Unknown.
This is a system API. | | ALLOWED11+ | 1 | Access allowed.
This is a system API. | | REJECTED11+ | 2 | Access rejected.
This is a system API.|