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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMap.java33 public final class BluetoothMap implements BluetoothProfile { class in inherits:BluetoothProfile
35 private static final String TAG = "BluetoothMap";
85 * Create a BluetoothMap proxy object.
87 /*package*/ BluetoothMap(Context context, ServiceListener l) { method in class:BluetoothMap
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
125 * Other public functions of BluetoothMap will return default error
153 * Get the current state of the BluetoothMap service.
167 return BluetoothMap.STATE_ERROR;
376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this);

Completed in 62 milliseconds