mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove deprecated methods.
PiperOrigin-RevId: 829640164
This commit is contained in:
committed by
Copybara-Service
parent
f58e9820d5
commit
48ddaf0a95
@@ -144,9 +144,9 @@ TEST(BluetoothAdapter, DISABLED_SetName_Exceeded) {
|
||||
EXPECT_EQ(bluetooth_adapter.GetName(), original_bluetooth_device_name);
|
||||
}
|
||||
|
||||
TEST(BluetoothAdapter, DISABLED_GetMacAddress) {
|
||||
TEST(BluetoothAdapter, DISABLED_GetAddress) {
|
||||
BluetoothAdapter bluetooth_adapter;
|
||||
EXPECT_TRUE(!bluetooth_adapter.GetMacAddress().empty());
|
||||
EXPECT_TRUE(bluetooth_adapter.GetAddress().IsSet());
|
||||
}
|
||||
|
||||
TEST(BluetoothAdapter, DISABLED_SetOnScanModeChanged) {
|
||||
|
||||
Reference in New Issue
Block a user