---
name: "SmartSupportAbility.isBleDevice"
mode: "api"
versionRequirements:
  - { name: "@ray-js/panel-sdk", version: "1.0.0" }
title: "isBleDevice"
---

## SmartSupportAbility.isBleDevice

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

### Description

Determine whether it is a Bluetooth-class device (including Bluetooth, BLE Mesh, SIG Mesh)

### Parameters

None


### Return Value

None


### Examples

#### Example

```typescript
if (sdm.support.isBleDevice()) {
  console.log('This is a Bluetooth-class device (including BLE Mesh / SIG Mesh)');
}
```
