HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 151 - 175 of 536) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothGatt;
21 import android.bluetooth.BluetoothGattCallbackWrapper;
22 import android.bluetooth.BluetoothUuid;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothManager;
36 * This class provides a way to perform Bluetooth LE advertise operations, such as starting and
69 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management
79 * Start Bluetooth LE Advertising. On success, the {@code advertiseData} will be broadcasted
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothProfile;
21 import android.bluetooth.IBluetoothA2dp;
26 import com.android.bluetooth.avrcp.Avrcp;
27 import com.android.bluetooth.btservice.ProfileService;
28 import com.android.bluetooth.Utils;
35 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application.
121 "Need BLUETOOTH ADMIN permission")
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
HeadsetProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * HeadsetProfile handles Bluetooth HFP and Headset profiles.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
MapProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * MapProfile handles Bluetooth MAP profile.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
CachedBluetoothDeviceManager.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
29 * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
65 * @param device the address of the Bluetooth device
81 * @param device the address of the new Bluetooth device
150 // When Bluetooth is turning off, we need to clear the non-bonded devices
Utils.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothProfile;
DevicePickerFragment.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothDevicePicker;
34 * BluetoothSettings is the Settings screen for Bluetooth configuration and
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 17 package android.bluetooth;
19 import android.bluetooth.le.AdvertiseSettings;
20 import android.bluetooth.le.ScanResult;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 33 package com.android.bluetooth.opp;
38 import android.bluetooth.BluetoothAdapter;
39 import android.bluetooth.BluetoothDevice;
BluetoothOppBtEnablingActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
39 import android.bluetooth.BluetoothAdapter;
BluetoothOppTransferAdapter.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
  /device/generic/mips/
BoardConfig.mk 18 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /device/generic/x86/
BoardConfig.mk 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /external/tcpdump/
print-bt.c 40 #include <pcap/bluetooth.h>
45 * to the bluetooth header of the packet, 'h->ts' is the timestamp,
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 17 package android.bluetooth;
25 * This test case tests that bluetooth is enabled after a device reboot. Because
51 * Test method used to start the test by turning bluetooth on.
60 * bluetooth is on. Does not toggle bluetooth after the check. Assumes that
61 * bluetooth has been turned on by {@code #testStart()}
71 * bluetooth is on. Toggles bluetooth after the check. Assumes that
72 * bluetooth has been turned on by {@code #testStart()}
84 * Test method used in the stop the test by turning bluetooth off. Assume
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanSettingsTest.java 17 package android.bluetooth.le;
24 * Test for Bluetooth LE {@link ScanSettings}.
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 18 import android.bluetooth.BluetoothAdapter;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 18 import android.bluetooth.BluetoothAdapter;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 17 package android.bluetooth.client.map;
BluetoothMnsService.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothServerSocket;
21 import android.bluetooth.BluetoothSocket;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestSetPath.java 17 package android.bluetooth.client.pbap;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 17 package com.android.bluetooth.btservice;
  /packages/apps/SpareParts/src/com/android/spare_parts/
Enabler.java 19 import android.bluetooth.BluetoothAdapter;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothHeadset;
22 import android.bluetooth.BluetoothProfile;
34 * Listens to and caches bluetooth headset state. Used By the CallAudioManager for maintaining
35 * overall audio state. Also provides method for connecting the bluetooth headset to the phone call.
103 // Bluetooth helper methods.
105 // - BluetoothAdapter is the Bluetooth system service. If
111 // Bluetooth Headset. This lets you completely connect/disconnect a
117 * @return true if the Bluetooth on/off switch in the UI should b
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_event_router.cc 5 #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
20 #include "device/bluetooth/bluetooth_adapter.h"
21 #include "device/bluetooth/bluetooth_adapter_factory.h"
22 #include "device/bluetooth/bluetooth_device.h"
23 #include "device/bluetooth/bluetooth_discovery_session.h"
24 #include "extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h"
25 #include "extensions/browser/api/bluetooth/bluetooth_api_utils.h"
26 #include "extensions/browser/api/bluetooth/bluetooth_private_api.h"
31 #include "extensions/common/api/bluetooth.h"
36 namespace bluetooth = core_api::bluetooth
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>