Remove deprecated methods.

PiperOrigin-RevId: 829640164
This commit is contained in:
Francis Tsui
2025-11-07 17:54:11 -08:00
committed by Copybara-Service
parent f58e9820d5
commit 48ddaf0a95
18 changed files with 19 additions and 68 deletions
@@ -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) {