Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShayBox/Lighthouse
/ functions
Functions
9 in github.com/ShayBox/Lighthouse
⨍
Functions
9
◇
Types & classes
3
↓ 2 callers
Function
write
# Write to a device # Errors Will return `Err` if `X` fails.
src/lib.rs:80
↓ 1 callers
Function
adapter_info
# Errors Returns `Err` if the adapter info cannot be read.
src/lib.rs:40
↓ 1 callers
Function
adapters
# Errors Returns `Err` if the bluetooth manager or adapter list fails.
src/lib.rs:31
↓ 1 callers
Function
matches_v1_bsid
(name: &str, bsids: &'a [String])
src/main.rs:103
↓ 1 callers
Function
matches_v2_bsid
(peripheral_id: &str, normalized_inputs: Option<&[String]>)
src/main.rs:90
↓ 1 callers
Function
scan_peripherals
# Errors Returns `Err` if scanning or peripheral enumeration fails.
src/lib.rs:46
↓ 1 callers
Function
v1_cmd
(state: &str, bsid: &str)
src/main.rs:135
↓ 1 callers
Function
v2_cmd
(state: &str)
src/main.rs:124
Function
main
()
src/main.rs:32