HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothProfile (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_profile.cc 20 BluetoothProfile::Options::Options()
30 BluetoothProfile::Options::~Options() {
35 BluetoothProfile::BluetoothProfile() {
39 BluetoothProfile::~BluetoothProfile() {
45 void BluetoothProfile::Register(const std::string& uuid,
53 BluetoothProfile* profile = NULL;
59 BluetoothProfile* profile = NULL;
bluetooth_profile.h 20 // BluetoothProfile represents an implementation of either a client or server
25 // BluetoothProfile::Register() method and are always identified by a UUID
28 // The lifecycle of BluetoothProfile instances is managed by the implementation
32 class BluetoothProfile {
34 // Options used to register a BluetoothProfile object.
80 typedef base::Callback<void(BluetoothProfile*)> ProfileCallback;
95 // BluetoothProfile, or BluetoothAdapter or BluetoothDevice objects are
103 BluetoothProfile();
104 virtual ~BluetoothProfile();
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 29 public interface BluetoothProfile {
173 * An interface for notifying BluetoothProfile IPC clients when they have
185 public void onServiceConnected(int profile, BluetoothProfile proxy);
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 27 import android.bluetooth.BluetoothProfile;
122 BluetoothProfile.PAN);
192 private BluetoothProfile.ServiceListener mProfileServiceListener =
193 new BluetoothProfile.ServiceListener() {
194 public void onServiceConnected(int profile, BluetoothProfile proxy) {
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 36 import android.bluetooth.BluetoothProfile;
210 BluetoothProfile.HEADSET);
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 519 milliseconds