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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java37 *<p>BluetoothPan is a proxy object for controlling the Bluetooth
39 * the BluetoothPan proxy object.
44 public final class BluetoothPan implements BluetoothProfile { class in inherits:BluetoothProfile
45 private static final String TAG = "BluetoothPan";
127 * Create a BluetoothPan proxy object for interacting with the local
131 /*package*/ BluetoothPan(Context context, ServiceListener l) { method in class:BluetoothPan
140 Log.d(TAG, "BluetoothPan() call bindService");
145 Log.d(TAG, "BluetoothPan(), bindService called");
177 Log.d(TAG, "BluetoothPan(), bindService called");
344 BluetoothPan
[all...]

Completed in 54 milliseconds