HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 501 - 525 of 611) sorted by null

<<2122232425

  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 36 import com.android.settings.bluetooth.BluetoothSettings;
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 22 import android.bluetooth.BluetoothAdapter;
44 import com.android.settings.bluetooth.Utils;
45 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
46 import com.android.settingslib.bluetooth.LocalBluetoothManager;
418 * Wifi/Bluetooth-common state values.
437 * Subclass of StateTracker to get/set Bluetooth state.
467 // Actually request the Bluetooth change and persistent
491 * Wifi/Bluetooth-common state values.
    [all...]
  /system/bt/btif/co/
bta_pan_co.c 33 #include <hardware/bluetooth.h>
150 ** function will typically call Bluetooth stack functions
  /system/bt/btif/src/
bluetooth.c 21 * Filename: bluetooth.c
23 * Description: Bluetooth HAL implementation
32 #include <hardware/bluetooth.h>
118 ** BLUETOOTH HAL INTERFACE FUNCTIONS
501 .name = "Bluetooth Stack",
btif_gatt_test.c 20 #include <hardware/bluetooth.h>
btif_sock_sco.c 23 #include <hardware/bluetooth.h>
btif_sock_sdp.c 28 #include <hardware/bluetooth.h>
49 // code for registration and discovery of various bluetooth sockets.
379 * Bluetooth Socket API relies on having preregistered bluez sdp records for
btif_sock_util.c 24 * Description: Handsfree Profile Bluetooth Interface
28 #include <hardware/bluetooth.h>
btif_gatt_util.c 19 #include <hardware/bluetooth.h>
btif_util.c 29 #include <hardware/bluetooth.h>
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 19 * Bluetooth Headset Client StateMachine
35 package com.android.bluetooth.hfpclient;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
39 import android.bluetooth.BluetoothHeadsetClient;
40 import android.bluetooth.BluetoothHeadsetClientCall;
41 import android.bluetooth.BluetoothProfile;
42 import android.bluetooth.BluetoothUuid;
58 import com.android.bluetooth.Utils;
59 import com.android.bluetooth.btservice.AdapterService
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 15 package com.android.bluetooth.map;
21 import com.android.bluetooth.mapapi.BluetoothMapContract;
BluetoothMapFolderElement.java 15 package com.android.bluetooth.map;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppObexServerSession.java 33 package com.android.bluetooth.opp;
59 import com.android.bluetooth.BluetoothObexTransport;
TestActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
104 * Other application is trying to share a file via Bluetooth,
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.IBluetoothHeadsetPhone;
399 // Bluetooth manager
698 // depend on the bluetooth state, but this isn't as clear-cut as
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 19 import android.bluetooth.BluetoothAdapter;
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 17 package android.bluetooth;
38 * This class provides the public APIs to control the Bluetooth A2DP
41 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
45 * <p> Android only supports one connected Bluetooth A2dp device at a time.
68 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
73 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
89 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
94 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
99 "android.bluetooth.a2dp.profile.action.AVRCP_CONNECTION_STATE_CHANGED";
150 * Bluetooth A2DP service
    [all...]
BluetoothGattCharacteristic.java 16 package android.bluetooth;
23 * Represents a Bluetooth GATT Characteristic
225 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
273 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
BluetoothHealth.java 17 package android.bluetooth;
32 * Public API for Bluetooth Health Profile.
34 * <p>BluetoothHealth is a proxy object for controlling the Bluetooth
44 * from Bluetooth Settings </li>
136 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
159 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
197 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
223 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
225 * @param device The remote Bluetooth device.
251 *<p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]
BluetoothMap.java 17 package android.bluetooth;
29 * This class provides the APIs to control the Bluetooth MAP
40 "android.bluetooth.map.profile.action.CONNECTION_STATE_CHANGED";
109 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
171 * Get the currently connected remote Bluetooth device (PCE).
172 * @return The remote Bluetooth device, or null if not in connected or
190 * Returns true if the specified Bluetooth device is connected.
219 * @param device Remote Bluetooth Device
323 * @param device Paired bluetooth device
353 * @param device Bluetooth devic
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 17 package com.android.bluetooth.mapapi;
25 * implement to claim support for the Bluetooth Message Access Profile.
42 * To enable that the Bluetooth Message Access Server can detect the content provider implementing
43 * this interface, the {@code provider} tag for the Bluetooth related content provider must
72 "android.bluetooth.action.BLUETOOTH_MAP_PROVIDER";
74 "android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER";
76 * The Bluetooth Message Access profile allows a remote BT-MAP client to trigger
80 * Additionally the Bluetooth Message Access profile allows a remote BT-MAP client
81 * to push a message to a folder - e.g. outbox or draft. The Bluetooth profile
105 * The Bluetooth Message Access profile allows a remote BT-MAP Client to updat
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 16 package com.android.bluetooth.gatt;
  /system/bt/osi/src/
alarm.c 23 #include <hardware/bluetooth.h>

Completed in 5640 milliseconds

<<2122232425