---
name: "isSupportBleControl"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "isSupportBleControl - Check if Bluetooth control is supported."
summary: "Check if Bluetooth control is supported."
---

## isSupportBleControl

> [VERSION] @ray-js/lock-sdk >= 1.0.0

### Description

Check whether Bluetooth control is supported

### Parameters

None


### Return Value

None


### Examples

#### Example

```ts
import { isSupportBleControl } from '@ray-js/lock-sdk';
const supported = isSupportBleControl();
```
