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

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java36 * <li>Create an instance of <code>BluetoothPbapClient</code> class, passing
74 public class BluetoothPbapClient { class
75 private static final String TAG = "BluetoothPbapClient";
383 private final WeakReference<BluetoothPbapClient> mClient;
385 SessionHandler(BluetoothPbapClient client) {
386 mClient = new WeakReference<BluetoothPbapClient>(client);
393 BluetoothPbapClient client = mClient.get();
510 public BluetoothPbapClient(BluetoothDevice device, Handler handler) { method in class:BluetoothPbapClient

Completed in 645 milliseconds