mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
22 lines
486 B
TOML
22 lines
486 B
TOML
version = "1.0.0"
|
|
base_url = "https://google.github.io/bumble/hive/web"
|
|
default_hci_query_param = "hci"
|
|
|
|
[[index]]
|
|
name = "speaker"
|
|
description = "Bumble Virtual Speaker"
|
|
type = "Device"
|
|
url = "speaker/speaker.html"
|
|
|
|
[[index]]
|
|
name = "scanner"
|
|
description = "Simple Scanner Application"
|
|
type = "Application"
|
|
url = "scanner/scanner.html"
|
|
|
|
[[index]]
|
|
name = "heart-rate-monitor"
|
|
description = "Virtual Heart Rate Monitor"
|
|
type = "Device"
|
|
url = "heart_rate_monitor/heart_rate_monitor.html"
|