Bump bluetooth-adapters to 2.1.0 and habluetooth to 5.3.0 (#151465)

This commit is contained in:
J. Nick Koston
2025-08-31 17:13:03 -05:00
committed by GitHub
parent 4420776977
commit c73289aed9
7 changed files with 16 additions and 9 deletions

View File

@@ -332,6 +332,7 @@ async def test_subscribe_scanner_details(
"connectable": False,
"name": "hci0 (00:00:00:00:00:01)",
"source": "00:00:00:00:00:01",
"scanner_type": "unknown",
}
]
}
@@ -349,6 +350,7 @@ async def test_subscribe_scanner_details(
"connectable": False,
"name": "hci3 (AA:BB:CC:DD:EE:33)",
"source": "AA:BB:CC:DD:EE:33",
"scanner_type": "unknown",
}
]
}
@@ -362,6 +364,7 @@ async def test_subscribe_scanner_details(
"connectable": False,
"name": "hci3 (AA:BB:CC:DD:EE:33)",
"source": "AA:BB:CC:DD:EE:33",
"scanner_type": "unknown",
}
]
}
@@ -399,6 +402,7 @@ async def test_subscribe_scanner_details_specific_scanner(
"connectable": False,
"name": "hci3 (AA:BB:CC:DD:EE:33)",
"source": "AA:BB:CC:DD:EE:33",
"scanner_type": "unknown",
}
]
}
@@ -412,6 +416,7 @@ async def test_subscribe_scanner_details_specific_scanner(
"connectable": False,
"name": "hci3 (AA:BB:CC:DD:EE:33)",
"source": "AA:BB:CC:DD:EE:33",
"scanner_type": "unknown",
}
]
}