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

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

Completed in 125 milliseconds