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

<<2122232425

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 17 package android.bluetooth;
34 * Public API for controlling the Bluetooth Headset Service. This includes both
35 * Bluetooth Headset and Handsfree (v1.5) profiles.
37 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
44 * <p> Android only supports one connected Bluetooth Headset at a time.
66 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
71 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
86 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
91 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
100 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote Bluetooth Devic
    [all...]
BluetoothHeadsetClient.java 17 package android.bluetooth;
72 "android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED";
90 "android.bluetooth.headsetclient.profile.action.AUDIO_STATE_CHANGED";
106 "android.bluetooth.headsetclient.profile.action.AG_EVENT";
117 "android.bluetooth.headsetclient.profile.action.AG_CALL_CHANGED";
127 "android.bluetooth.headsetclient.profile.action.RESULT";
138 "android.bluetooth.headsetclient.profile.action.LAST_VTAG";
150 "android.bluetooth.headsetclient.extra.AUDIO_WBS";
158 "android.bluetooth.headsetclient.extra.NETWORK_STATUS";
164 "android.bluetooth.headsetclient.extra.NETWORK_SIGNAL_STRENGTH"
    [all...]
BluetoothSocket.java 17 package android.bluetooth;
38 * A connected or connecting Bluetooth socket.
40 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
48 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
50 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
73 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
77 * <p>For more information about using Bluetooth, read the
78 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
160 * @throws IOException On error, for example Bluetooth not available, o
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 17 package com.android.bluetooth.mapapi;
44 * A base class for a ContentProvider that allows access to Email messages from a Bluetooth
574 * due to the nature of the Bluetooth Message Access profile.
BluetoothMapIMProvider.java 16 package com.android.bluetooth.mapapi;
43 * A base class for a ContentProvider that allows access to Instant messages from a Bluetooth
479 * due to the nature of the Bluetooth Message Access profile.
663 * Notify the application of the Bluetooth state
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 15 package com.android.bluetooth.map;
    [all...]
BluetoothMapbMessageMime.java 15 package com.android.bluetooth.map;
BluetoothMapContent.java 15 package com.android.bluetooth.map;
41 import com.android.bluetooth.SignedLongLong;
42 import com.android.bluetooth.map.BluetoothMapContentObserver.Msg;
43 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
44 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;
45 import com.android.bluetooth.mapapi.BluetoothMapContract;
46 import com.android.bluetooth.mapapi.BluetoothMapContract.ConversationColumns;
    [all...]
BluetoothMapContentObserver.java 15 package com.android.bluetooth.map;
57 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
58 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;
59 import com.android.bluetooth.mapapi.BluetoothMapContract;
60 import com.android.bluetooth.mapapi.BluetoothMapContract.MessageColumns;
162 "com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_DELIVERY";
164 "com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_SENT";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 33 package com.android.bluetooth.opp;
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 19 import android.bluetooth.BluetoothAdapter;
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 25 import android.bluetooth.BluetoothDevice;
55 * For Bluetooth, files are received through OPP, and
112 int mBluetoothTransferId; // ID of this transfer in Bluetooth namespace
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 21 import android.bluetooth.BluetoothDevice;
55 * Activity for detecting and adding (pairing) new bluetooth devices.
101 // members related to Bluetooth pairing
461 // Add entries for the discovered Bluetooth devices
  /system/bt/bta/sdp/
bta_sdp_act.c 23 #include <hardware/bluetooth.h>
  /system/bt/btif/src/
btif_gatt_server.c 28 #include <hardware/bluetooth.h>
btif_hf_client.c 24 * Description: Handsfree Profile (HF role) Bluetooth Interface
29 #include <hardware/bluetooth.h>
940 property_get("ro.bluetooth.hfp.ver", btif_hf_client_version, "1.5");
    [all...]
btif_pan.c 23 * Description: PAN Profile Bluetooth Interface
27 #include <hardware/bluetooth.h>
165 // Bluetooth is shuting down, invalidate all BTA PAN handles
btif_sdp_server.c 22 * Description: SDP server Bluetooth Interface to create and remove SDP records.
28 #include <hardware/bluetooth.h>
418 /* Add in the Bluetooth Profile Descriptor List */
505 /* Add in the Bluetooth Profile Descriptor List */
585 /* Add in the Bluetooth Profile Descriptor List */
675 /* Add in the Bluetooth Profile Descriptor List */
760 // Add in the Bluetooth Profile Descriptor List
btif_sock_thread.c 28 #include <hardware/bluetooth.h>
  /system/bt/hci/src/
hci_layer.c 49 #include <hardware/bluetooth.h>
171 // as per the Bluetooth spec, Volume 2, Part E, 4.4 (Command Flow Control)
181 if (!property_get("bluetooth.enable_timeout_ms", timeout_prop, STRING_VALUE_OF(DEFAULT_STARTUP_TIMEOUT_MS))
519 LOG_ERROR("%s restarting the bluetooth process.", __func__);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 16 import android.bluetooth.BluetoothAdapter;
17 import android.bluetooth.BluetoothDevice;
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 32 import android.bluetooth.BluetoothA2dp;
33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothClass;
35 import android.bluetooth.BluetoothDevice;
36 import android.bluetooth.BluetoothHeadset;
37 import android.bluetooth.BluetoothProfile;
230 // Timeout for connection to bluetooth headset service
440 // Bluetooth headset device
444 // audio service (internal) or bluetooth headset (external)
476 // Current connection state indicated by bluetooth headse
    [all...]
  /external/sepolicy/
file_contexts 234 /data/misc/bluetooth(/.*)? u:object_r:bluetooth_data_file:s0
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 32 import android.bluetooth.BluetoothAdapter;
33 import android.bluetooth.BluetoothDevice;
304 // TODO(BT) Pass in paramter for bluetooth system
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothProfile;
    [all...]

Completed in 1261 milliseconds

<<2122232425