mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
fix typo
This commit is contained in:
@@ -2439,7 +2439,7 @@ class Device(CompositeEventEmitter):
|
|||||||
|
|
||||||
if result.status != HCI_COMMAND_STATUS_PENDING:
|
if result.status != HCI_COMMAND_STATUS_PENDING:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
'HCI_Set_Connection_Encryption_Command failed: '
|
'HCI_Remote_Name_Request_Command failed: '
|
||||||
f'{HCI_Constant.error_name(result.status)}'
|
f'{HCI_Constant.error_name(result.status)}'
|
||||||
)
|
)
|
||||||
raise HCI_StatusError(result)
|
raise HCI_StatusError(result)
|
||||||
|
|||||||
Reference in New Issue
Block a user