mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Return with InvalidStateError if a Bluetooth id is not cached.
This commit is contained in:
parent
dae007fd16
commit
11dbb7120f
19 changed files with 28 additions and 66 deletions
|
@ -289,6 +289,7 @@ impl From<BluetoothError> for Error {
|
|||
BluetoothError::NotFound => Error::NotFound,
|
||||
BluetoothError::NotSupported => Error::NotSupported,
|
||||
BluetoothError::Security => Error::Security,
|
||||
BluetoothError::InvalidState => Error::InvalidState,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue