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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMasClient.java38 /* MasClient is a one time use connection to a server defined by the SDP record passed in at
41 public class MasClient { class
45 private static final String TAG = "MasClient";
82 public MasClient(BluetoothDevice remoteDevice, StateMachine callback, method in class:MasClient
194 WeakReference<MasClient> mInst;
196 MasClientHandler(Looper looper, MasClient inst) {
203 MasClient inst = mInst.get();

Completed in 47 milliseconds