/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_socket.cc | 5 #include "device/bluetooth/test/mock_bluetooth_socket.h"
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBluetoothDevice.java | 3 import android.bluetooth.BluetoothDevice;
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
path_canonicalizer_test.py | 25 self._AssertIdentity('apps/bluetooth.html') 29 self._AssertIdentity('static/bluetooth.html') 35 self._AssertTemporaryRedirect('apps/bluetooth.html', 36 'extensions/bluetooth.html') 43 self._AssertTemporaryRedirect('apps/bluetooth.html', 44 'bluetooth.html') 68 assert_channel_redirect(channel, 'apps/bluetooth.html')
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevicePicker.java | 17 package android.bluetooth; 29 "android.bluetooth.devicepicker.extra.NEED_AUTH"; 31 "android.bluetooth.devicepicker.extra.FILTER_TYPE"; 33 "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE"; 35 "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS"; 44 "android.bluetooth.devicepicker.action.DEVICE_SELECTED"; 59 "android.bluetooth.devicepicker.action.LAUNCH";
|
BluetoothDevice.java | 17 package android.bluetooth; 35 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you 39 * <p>This class is really just a thin wrapper for a Bluetooth hardware 41 * are performed on the remote Bluetooth hardware address, using the 56 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission. 60 * <p>For more information about using Bluetooth, read the 61 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p> 86 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. 91 "android.bluetooth.device.action.FOUND" [all...] |
BluetoothManager.java | 17 package android.bluetooth; 28 * and to conduct overall Bluetooth Management. 39 * <p>For more information about using BLUETOOTH, read the 40 * <a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer guide.</p> 67 * Get the default BLUETOOTH Adapter for this device. 69 * @return the default BLUETOOTH Adapter 79 * the connection state of the local Bluetooth adapter for certain profile. 81 * to know the state of Bluetooth. 83 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_event_router.cc | 5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h" 16 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h" 19 #include "chrome/common/extensions/api/bluetooth.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_profile.h" 24 #include "device/bluetooth/bluetooth_socket.h" 29 namespace bluetooth = api::bluetooth; [all...] |
/frameworks/base/core/tests/bluetoothtests/ |
AndroidManifest.xml | 18 package="com.android.bluetooth.tests" > 20 <uses-permission android:name="android.permission.BLUETOOTH" /> 31 <instrumentation android:name="android.bluetooth.BluetoothTestRunner" 32 android:targetPackage="com.android.bluetooth.tests" 33 android:label="Bluetooth Tests" />
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothProfile.java | 17 package com.android.settings.bluetooth; 19 import android.bluetooth.BluetoothClass; 20 import android.bluetooth.BluetoothDevice; 24 * functionality related to a Bluetooth profile. 57 * @param device the Bluetooth device (to distinguish between PAN roles)
|
OppProfile.java | 17 package com.android.settings.bluetooth; 21 import android.bluetooth.BluetoothClass; 22 import android.bluetooth.BluetoothDevice; 23 import android.bluetooth.BluetoothProfile; 26 * OppProfile handles Bluetooth OPP.
|
PanProfile.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.BluetoothPan; 23 import android.bluetooth.BluetoothProfile; 33 * PanProfile handles Bluetooth PAN profile (NAP and PANU). 56 if (V) Log.d(TAG,"Bluetooth service connected"); 62 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleClientService.java | 17 package com.android.cts.verifier.bluetooth; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothGatt; 26 import android.bluetooth.BluetoothGattCallback; 27 import android.bluetooth.BluetoothGattCharacteristic; 28 import android.bluetooth.BluetoothGattDescriptor; 29 import android.bluetooth.BluetoothGattService; 30 import android.bluetooth.BluetoothManager; 31 import android.bluetooth.BluetoothProfile [all...] |
BleServerService.java | 17 package com.android.cts.verifier.bluetooth; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothDevice; 28 import android.bluetooth.BluetoothGatt; 29 import android.bluetooth.BluetoothGattCharacteristic; 30 import android.bluetooth.BluetoothGattDescriptor; 31 import android.bluetooth.BluetoothGattServer; 32 import android.bluetooth.BluetoothGattServerCallback; 33 import android.bluetooth.BluetoothGattService; 34 import android.bluetooth.BluetoothManager [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.h | 15 #include "device/bluetooth/bluetooth_adapter.h" 16 #include "device/bluetooth/bluetooth_device.h" 25 // Handler for Bluetooth options on the system options page. 43 // Sends a notification to the Web UI of the status of a Bluetooth device. 44 // |device| is the Bluetooth device. 51 // This method will be called when the Bluetooth daemon requires a 55 // PIN Codes are generally required for Bluetooth 2.0 and earlier devices 61 // This method will be called when the Bluetooth daemon requires a 66 // Passkeys are generally required for Bluetooth 2.1 and later devices 73 // This method will be called when the Bluetooth daemon requires that th [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.bluetooth.BluetoothAdapter.html | 10 android.bluetooth.BluetoothAdapter 74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html" target="_top"><font size="+2"><code>BluetoothAdapter</code></font></A> 86 <A NAME="android.bluetooth.BluetoothAdapter.closeProfileProxy_added(int, android.bluetooth.BluetoothProfile)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html#closeProfileProxy(int, android.bluetooth.BluetoothProfile)" target="_top"><code>closeProfileProxy</code></A>(<code>int,</nobr> BluetoothProfile<nobr><nobr></code>)</nobr> 93 <A NAME="android.bluetooth.BluetoothAdapter.getProfileProxy_added(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int)"></A> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html#getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile. (…) [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.btservice.ProfileService; 27 import com.android.bluetooth.Utils; 34 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application. 116 "Need BLUETOOTH ADMIN permission"); 134 "Need BLUETOOTH ADMIN permission") [all...] |
/system/extras/tests/fstest/ |
perm_checker.conf | 27 /data/misc/hcid/ 700 770 root bluetooth bluetooth bluetooth 28 /data/misc/hcid/... 600 770 root bluetooth bluetooth bluetooth 68 /dev/ttyMSM0 600 600 bluetooth bluetooth bluetooth bluetooth [all...] |
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.bluetooth.BluetoothDevice.html | 10 android.bluetooth.BluetoothDevice 74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html" target="_top"><font size="+2"><code>BluetoothDevice</code></font></A> 86 <A NAME="android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)"></A> 87 <nobr><code>BluetoothGatt</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" target="_top"><code>connectGatt</code></A>(<code>Context,</nobr> boolean<nobr>,</nobr> BluetoothGattCallback<nobr><nobr></code>)</nobr> 93 <A NAME="android.bluetooth.BluetoothDevice.getType_added()"></A> 94 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#getType()" target="_top"><code>getType</code></A>()</nobr> 109 <A NAME="android.bluetooth.BluetoothDevice.DEVICE_TYPE_CLASSIC"></A [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
fields_index_additions.html | 78 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.A_AND_D_ENGINEERING" class="hiddenlink" target="rightframe">A_AND_D_ENGINEERING</A> 80 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.A_AND_R_CAMBRIDGE" class="hiddenlink" target="rightframe">A_AND_R_CAMBRIDGE</A> 82 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.AAMP_OF_AMERICA" class="hiddenlink" target="rightframe">AAMP_OF_AMERICA</A> 92 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.ACE_SENSOR" class="hiddenlink" target="rightframe">ACE_SENSOR</A> 110 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.ACTION_PAIRING_REQUEST" class="hiddenlink" target="rightframe">ACTION_PAIRING_REQU (…) [all...] |
fields_index_all.html | 80 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.A_AND_D_ENGINEERING" class="hiddenlink" target="rightframe">A_AND_D_ENGINEERING</A> 82 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.A_AND_R_CAMBRIDGE" class="hiddenlink" target="rightframe">A_AND_R_CAMBRIDGE</A> 84 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.AAMP_OF_AMERICA" class="hiddenlink" target="rightframe">AAMP_OF_AMERICA</A> 94 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.ACE_SENSOR" class="hiddenlink" target="rightframe">ACE_SENSOR</A> 112 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.ACTION_PAIRING_REQUEST" class="hiddenlink" target="rightframe">ACTION_PAIRING_REQU (…) [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hdp.cpp | 111 ALOGE("Bluetooth module is not loaded"); 117 ALOGE("Failed to get Bluetooth Handsfree Interface"); 124 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status); 138 ALOGE("Bluetooth module is not loaded"); 143 ALOGW("Cleaning up Bluetooth Health Interface before initializing..."); 149 ALOGW("Cleaning up Bluetooth Health callback object"); 156 ALOGE("Failed to get Bluetooth Health Interface"); 161 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status); 174 ALOGE("Bluetooth module is not loaded"); 179 ALOGW("Cleaning up Bluetooth Health Interface...") [all...] |
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothGatt; 23 import android.bluetooth.BluetoothGattCallback; 24 import android.bluetooth.BluetoothGattCharacteristic; 25 import android.bluetooth.BluetoothGattDescriptor; 26 import android.bluetooth.BluetoothGattService; 27 import android.bluetooth.BluetoothManager; 28 import android.bluetooth.BluetoothProfile; 40 * given Bluetooth LE device [all...] |
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothGatt; 23 import android.bluetooth.BluetoothGattCallback; 24 import android.bluetooth.BluetoothGattCharacteristic; 25 import android.bluetooth.BluetoothGattDescriptor; 26 import android.bluetooth.BluetoothGattService; 27 import android.bluetooth.BluetoothManager; 28 import android.bluetooth.BluetoothProfile; 40 * given Bluetooth LE device [all...] |
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
BluetoothLeService.java | 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothGatt; 23 import android.bluetooth.BluetoothGattCallback; 24 import android.bluetooth.BluetoothGattCharacteristic; 25 import android.bluetooth.BluetoothGattDescriptor; 26 import android.bluetooth.BluetoothGattService; 27 import android.bluetooth.BluetoothManager; 28 import android.bluetooth.BluetoothProfile; 40 * given Bluetooth LE device [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_mac_unittest.mm | 7 #include "device/bluetooth/bluetooth_adapter.h" 8 #include "device/bluetooth/bluetooth_adapter_mac.h"
|