mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix BluetoothAdapter bug to enable Bluetooth Classic Advertising
PiperOrigin-RevId: 456609115
This commit is contained in:
committed by
Copybara-Service
parent
7046d24dfe
commit
75aa59d57e
@@ -124,6 +124,11 @@ TEST(BluetoothAdapter, DISABLED_IsExtendedAdvertisingSupported) {
|
||||
EXPECT_TRUE(bluetooth_adapter.IsExtendedAdvertisingSupported());
|
||||
}
|
||||
|
||||
TEST(BluetoothAdapter, DISABLED_GetNameFromComputerName) {
|
||||
BluetoothAdapter bluetooth_adapter;
|
||||
EXPECT_TRUE(!bluetooth_adapter.GetNameFromComputerName().empty());
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace windows
|
||||
} // namespace nearby
|
||||
|
||||
Reference in New Issue
Block a user