daphtdazz / WebBLE

iOS WebBluetooth Polyfill
Other
110 stars 38 forks source link

fix for service uuid sometimes turns into name like 'Device Informati… #53

Closed jly-isbx closed 1 year ago

jly-isbx commented 2 years ago

sometimes when parsing service name the uuid is the name of the service like 'Device Information' instead of expected service uuid format like const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;