Searched defs:BluetoothSap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSap.java35 * <p>BluetoothSap is a proxy object for controlling the Bluetooth
37 * the BluetoothSap proxy object.
42 public final class BluetoothSap implements BluetoothProfile { class in inherits:BluetoothProfile
44 private static final String TAG = "BluetoothSap";
122 * Create a BluetoothSap proxy object.
124 /*package*/ BluetoothSap(Context context, ServiceListener l) { method in class:BluetoothSap
125 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object");
162 * Other public functions of BluetoothSap will return default error
191 * Get the current state of the BluetoothSap service.
206 return BluetoothSap
[all...]

Completed in 65 milliseconds