provider Bluetooth POST /bluetooth/scan
@utdk/google/home /bluetooth/scan
Scan for devices
*See note for Bluetooth under `/setup/bluetooth/status`* **For Part 2 only** This initiates scan for other bluetooth speakers/devices. Scan results will be updated continuously for `timeout` seconds. To get the scan results, see /setup/bluetooth/scan_results.

Try it

Authentication
Configure credentials for Google Home
scanfordevices
POST/bluetooth/scan
*See note for Bluetooth under `/setup/bluetooth/status`* **For Part 2 only** This initiates scan for other bluetooth speakers/devices. Scan results will be updated continuously for `timeout` seconds. To get the scan results, see /setup/bluetooth/scan_results.

Input

required
required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.scanfordevices()