HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSap (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 22 import android.bluetooth.BluetoothSap;
108 mState = BluetoothSap.STATE_DISCONNECTED;
286 setState(BluetoothSap.STATE_DISCONNECTED);
459 setState(state, BluetoothSap.RESULT_SUCCESS);
468 Intent intent = new Intent(BluetoothSap.ACTION_CONNECTION_STATE_CHANGED);
498 case BluetoothSap.STATE_CONNECTED:
500 setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED);
514 if (mState == BluetoothSap.STATE_CONNECTED && mRemoteDevice != null) {
544 if (getState() == BluetoothSap.STATE_CONNECTED && getRemoteDevice().equals(device))
    [all...]
SapServer.java 33 import android.bluetooth.BluetoothSap;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSap.java 35 * <p>BluetoothSap is a proxy object for controlling the Bluetooth
37 * the BluetoothSap proxy object.
42 public final class BluetoothSap implements BluetoothProfile {
44 private static final String TAG = "BluetoothSap";
122 * Create a BluetoothSap proxy object.
124 /*package*/ BluetoothSap(Context context, ServiceListener l) {
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.STATE_ERROR
    [all...]
BluetoothAdapter.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
SapProfile.java 22 import android.bluetooth.BluetoothSap;
41 private BluetoothSap mService;
63 mService = (BluetoothSap) proxy;

Completed in 199 milliseconds