Searched refs:BluetoothConnection (Results 1 – 3 of 3) sorted by relevance
84 public static class BluetoothConnection { class in BluetoothProfileInhibitManager113 if (!(other instanceof BluetoothConnection)) { in equals()116 BluetoothConnection otherParams = (BluetoothConnection) other; in equals()152 return new BluetoothConnection(null, null); in decode()171 return new BluetoothConnection(profile, device); in decode()176 private final BluetoothConnection mParams;186 public BluetoothConnection getParams() { in getParams()250 BluetoothConnection params = BluetoothConnection.decode(paramsStr); in load()273 .map(BluetoothConnection::encode) in commit()312 BluetoothConnection params = new BluetoothConnection(profile, device); in requestProfileInhibit()[all …]
30 public class BluetoothConnection implements Obd2Connection.UnderlyingTransport { class40 public static final String TAG = BluetoothConnection.class.getSimpleName();42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection() method in BluetoothConnection46 public BluetoothConnection(BluetoothDevice device) { in BluetoothConnection() method in BluetoothConnection
28 import com.android.car.obd2.connections.BluetoothConnection;96 BluetoothConnection bluetoothConnection = new BluetoothConnection(deviceAddress); in Obd2CollectionTask()