# BluetoothScanMode

`import { BluetoothScanMode } from "destack:device/binding";`

Bluetooth scan mode.

```ds title="BluetoothScanMode"
export enum BluetoothScanMode {
    Passive = 1,
    Active = 2,
}
```

[language/library/src/device/binding/bluetooth.ds:18:23](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L18-L23)

## Variants

### `Passive = 1`

Passive scan mode.

### `Active = 2`

Active scan mode.
