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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java33 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
36 * Creating a BluetoothPbap object will create a binding with the
37 * BluetoothPbap service. Users of this object should call close() when they
38 * are finished with the BluetoothPbap, so that this proxy object can unbind
41 * This BluetoothPbap object is not immediately bound to the
42 * BluetoothPbap service. Use the ServiceListener interface to obtain a
44 * immediately call methods on BluetoothPbap after construction.
50 public class BluetoothPbap { class
52 private static final String TAG = "BluetoothPbap";
91 * been connected to the BluetoothPbap servic
144 public BluetoothPbap(Context context, ServiceListener l) { method in class:BluetoothPbap
[all...]

Completed in 680 milliseconds