diff options
| author | chapin <chapin@google.com> | 2022-01-07 14:08:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-01-07 14:08:23 +0000 |
| commit | 279b828fd83e40c828a281af9f28a142b0adeaa2 (patch) | |
| tree | 86113bc098d472f0ad79a999f5fc09e08ff8e221 /core/java/android/bluetooth/BluetoothAdapter.java | |
| parent | 8ed7defe209b9e06e48438bc355c9acf7a314c06 (diff) | |
| parent | 78f425ff075203c3b91edffaa8e858539d06452b (diff) | |
Merge "Revert "gtbs: Add Generic Telephone Bearer Service support""
Diffstat (limited to 'core/java/android/bluetooth/BluetoothAdapter.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothAdapter.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java index c6c64b034b60..9b37457c9907 100644 --- a/core/java/android/bluetooth/BluetoothAdapter.java +++ b/core/java/android/bluetooth/BluetoothAdapter.java @@ -3086,9 +3086,6 @@ public final class BluetoothAdapter { BluetoothCsipSetCoordinator csipSetCoordinator = new BluetoothCsipSetCoordinator(context, listener, this); return true; - } else if (profile == BluetoothProfile.LE_CALL_CONTROL) { - BluetoothLeCallControl tbs = new BluetoothLeCallControl(context, listener); - return true; } else { return false; } @@ -3191,10 +3188,6 @@ public final class BluetoothAdapter { (BluetoothCsipSetCoordinator) proxy; csipSetCoordinator.close(); break; - case BluetoothProfile.LE_CALL_CONTROL: - BluetoothLeCallControl tbs = (BluetoothLeCallControl) proxy; - tbs.close(); - break; } } |
