---
name: "SmartDeviceModel.getBluetooth"
mode: "api"
versionRequirements:
  - { name: "@ray-js/panel-sdk", version: "1.0.0" }
---

## SmartDeviceModel.getBluetooth

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

### 描述

获取智能设备所处环境的蓝牙状态

### 参数

无


### 返回值

无


### 示例代码

#### 示例

```typescript
const bluetooth = device.getBluetooth();
console.log(bluetooth.available); // true
```
