---
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

### Description

Get the Bluetooth status of the smart device’s environment

### Parameters

None


### Return Value

None


### Examples

#### Example

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