Searched defs:BluetoothMasClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java40 public class BluetoothMasClient { class
42 private final static String TAG = "BluetoothMasClient";
311 private final WeakReference<BluetoothMasClient> mClient;
313 public SessionHandler(BluetoothMasClient client) {
316 mClient = new WeakReference<BluetoothMasClient>(client);
322 BluetoothMasClient client = mClient.get();
591 public BluetoothMasClient(BluetoothDevice device, SdpMasRecord mas, method in class:BluetoothMasClient

Completed in 54 milliseconds