Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebBluetoothCG/registries
/ functions
Functions
12 in github.com/WebBluetoothCG/registries
⨍
Functions
12
◇
Types & classes
0
↓ 3 callers
Function
valid_hex_string
(hex_string: &str)
src/lib.rs:7
↓ 2 callers
Function
valid_hex_digit
(digit: char)
src/lib.rs:3
↓ 2 callers
Function
validate_blocklist
Checks whether its argument is a blocklist file that's usable in the algorithm at https://webbluetoothcg.github.io/web-bluetooth/#parsing-the-blocklis
src/lib.rs:76
↓ 1 callers
Function
valid_advertise_data_prefix
Checks whether its argument is a valid advertise data prefix, per https://webbluetoothcg.github.io/web-bluetooth/#valid-advertise-data-prefix
src/lib.rs:56
↓ 1 callers
Function
valid_company_identifier
Checks whether its argument is a valid company identifer, per https://webbluetoothcg.github.io/web-bluetooth/#valid-company-identifier
src/lib.rs:44
↓ 1 callers
Function
valid_uuid
Checks whether its argument is a valid UUID, per https://webbluetoothcg.github.io/web-bluetooth/#valid-uuid
src/lib.rs:21
Function
test_valid_advertise_data_prefix
()
src/lib.rs:163
Function
test_valid_company_identifier
()
src/lib.rs:152
Function
test_valid_uuid
()
src/lib.rs:141
Function
test_validate_blocklist
()
src/lib.rs:175
Function
validate_gatt_blocklist
()
src/lib.rs:244
Function
validate_manufacturer_data_blocklist
()
src/lib.rs:258