mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
Fix BluetoothUUID typo
This commit is contained in:
parent
6c3e94805f
commit
7e74e340dc
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ impl BluetoothUUID {
|
||||||
resolve_uuid_name(name, BLUETOOTH_ASSIGNED_SERVICES, SERVICE_PREFIX)
|
resolve_uuid_name(name, BLUETOOTH_ASSIGNED_SERVICES, SERVICE_PREFIX)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn characteristic(name: BluetoothServiceUUID) -> Fallible<UUID> {
|
pub fn characteristic(name: BluetoothCharacteristicUUID) -> Fallible<UUID> {
|
||||||
resolve_uuid_name(name, BLUETOOTH_ASSIGNED_CHARCTERISTICS, CHARACTERISTIC_PREFIX)
|
resolve_uuid_name(name, BLUETOOTH_ASSIGNED_CHARCTERISTICS, CHARACTERISTIC_PREFIX)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue