1version = "1.0.0"
2base_url = "https://google.github.io/bumble/hive/web"
3default_hci_query_param = "hci"
4
5[[index]]
6name = "speaker"
7description = "Bumble Virtual Speaker"
8type = "Device"
9url = "speaker/speaker.html"
10
11[[index]]
12name = "scanner"
13description = "Simple Scanner Application"
14type = "Application"
15url = "scanner/scanner.html"
16
17[[index]]
18name = "heart-rate-monitor"
19description = "Virtual Heart Rate Monitor"
20type = "Device"
21url = "heart_rate_monitor/heart_rate_monitor.html"
22