/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/ |
ScanRecordTest.java | 17 package android.bluetooth.le; 19 import android.bluetooth.le.ScanRecord; 30 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanRecordTest' -w 31 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
|
/packages/apps/Bluetooth/res/values-bg/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"?????? ?? ?????????? ? Bluetooth, ????????? ? ????? ??????."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"????????? ?? ???????????? ???????? ?? ??????? ? ????? ?????? ?????????? ? Bluetooth, ???????????? ?? ?? ??????? ??????? ?? ???? ?????????? ??? ???????????? ?? ???????????."</string> 23 <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> 27 <string name="airplane_error_msg" msgid="8698965595254137230">"?? ?????? ?? ?????????? Bluetooth ? ????????? ?????."</string> 29 <string name="bt_enable_line1" msgid="7203551583048149">"????? ?????? ?? ???????? Bluetooth, ?? ?? ?????????? ???????? ??."</string> 30 <string name="bt_enable_line2" msgid="4341936569415937994">"????????? ?? Bluetooth ?????"</string> 41 <string name="notification_receiving" msgid="4674648179652543984">"????????? ???? Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ?? ????????"</string> 42 <string name="notification_received" msgid="3324588019186687985">"????????? ???? Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ?? ??????"</string> 43 <string name="notification_received_fail" msgid="3619350997285714746">"????????? ???? Bluetooth: ?????? <xliff:g id="FILE">%1$s</xliff:g> ?? ? ???????"</string> 44 <string name="notification_sending" msgid="3035748958534983833">"????????? ???? Bluetooth: <xliff:g id="FILE">%1$s</xliff:g> ?? ???????"</string [all...] |
/packages/apps/Bluetooth/res/values-ru/ |
strings.xml | 20 <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"?????????? ??????? ?????? ? ?????????? ?????? ??????? ?? Bluetooth ? ?????? ???????????? ??? ??? ???????? ??????."</string> 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"?????? ??? ????????? Bluetooth ?? ?????? ??????"</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"?????????? ?????? ???????? ?????? ?????????? Bluetooth ? ????? ?????? ? ???????? ??? ?????????? ????? ?? ???? ??????????, ?? ?????? ?? ??? ?????????????"</string> 23 <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> 27 <string name="airplane_error_msg" msgid="8698965595254137230">"? ?????? ?????? ?????? ???????????? Bluetooth."</string> 29 <string name="bt_enable_line1" msgid="7203551583048149">"????? ???????????? ?????? Bluetooth, ???????? ??????? Bluetooth."</string> 30 <string name="bt_enable_line2" msgid="4341936569415937994">"???????? Bluetooth?"</string> 41 <string name="notification_receiving" msgid="4674648179652543984">"???????? ?? Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string> 42 <string name="notification_received" msgid="3324588019186687985">"???????? ?? Bluetooth: <xliff:g id="FILE">%1$s</xliff:g>"</string [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothManager.java | 19 import android.bluetooth.BluetoothDevice; 20 import android.bluetooth.BluetoothHeadset; 21 import android.bluetooth.BluetoothProfile; 36 * Listens to and caches bluetooth headset state. Used By the CallAudioManager for maintaining 37 * overall audio state. Also provides method for connecting the bluetooth headset to the phone call. 60 Log.w(this, "Connected to non-headset bluetooth service. Not changing" + 61 " bluetooth headset."); 128 Log.v(this, "Bluetooth audio inexplicably disconnected within 5 seconds of " + 138 Log.i(this, "Retrying connecting to bluetooth audio."); 140 Log.w(this, "Retry of bluetooth audio connection failed. Giving up.") [all...] |
/system/bt/service/ |
bluetooth_instance.h | 24 #include "service/common/bluetooth/low_energy_constants.h" 25 #include "service/common/bluetooth/uuid.h" 27 namespace bluetooth { namespace 30 // that is registered with the underlying Bluetooth stack using a UUID and has a 75 } // namespace bluetooth
|
adapter.h | 23 #include "service/common/bluetooth/adapter_state.h" 25 namespace bluetooth { namespace 31 // Represents the local Bluetooth adapter. 50 // Called when there is a change in the state of the local Bluetooth 80 // Enables Bluetooth. This method will send a request to the Bluetooth adapter 83 // method only means that the enable request has been sent to the Bluetooth 90 // Powers off the Bluetooth radio. Returns true, if the disable request was 91 // successfully sent to the Bluetooth controller. 97 // Sets the name assigned to the local Bluetooth adapter. This is the nam [all...] |
/system/bt/service/common/bluetooth/ |
advertise_data.h | 25 namespace bluetooth { namespace 27 // Represents a data packet for Bluetooth Low Energy advertisements. This is the 29 // frameworks/base/core/j/android/bluetooth/le/AdvertiseData.java 53 // data is in the TLV format as specified in the Bluetooth Core Specification. 79 } // namespace bluetooth
|
uuid.h | 24 #include <hardware/bluetooth.h> 26 namespace bluetooth { namespace 47 // Construct a Bluetooth 'base' UUID. 95 } // namespace bluetooth 97 // Custom std::hash specialization so that bluetooth::UUID can be used as a key 102 struct hash<bluetooth::UUID> { 103 std::size_t operator()(const bluetooth::UUID& key) const {
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hdp.cpp | 112 ALOGE("Bluetooth module is not loaded"); 117 ALOGW("Cleaning up Bluetooth Health Interface before initializing..."); 123 ALOGW("Cleaning up Bluetooth Health callback object"); 130 ALOGE("Failed to get Bluetooth Health Interface"); 135 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status); 147 ALOGE("Bluetooth module is not loaded"); 152 ALOGW("Cleaning up Bluetooth Health Interface..."); 158 ALOGW("Cleaning up Bluetooth Health object"); 172 ALOGE("Failed to register health app. No Bluetooth Health Interface available"); 218 ALOGE("Bluetooth device address null") [all...] |
com_android_bluetooth_pan.cpp | 112 error("Bluetooth module is not loaded"); 117 ALOGW("Cleaning up Bluetooth PAN Interface before initializing..."); 123 ALOGW("Cleaning up Bluetooth PAN callback object"); 130 error("Failed to get Bluetooth PAN Interface"); 138 error("Failed to initialize Bluetooth PAN, status: %d", status); 141 ALOGW("initialization failed: Cleaning up Bluetooth PAN callback object"); 153 ALOGW("Cleaning up Bluetooth PAN Interface..."); 159 ALOGW("Cleaning up Bluetooth PAN callback object"); 195 error("Bluetooth device address null"); 217 error("Bluetooth device address null") [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
BluetoothTetheringNetworkFactory.java | 17 package com.android.bluetooth.pan; 19 import android.bluetooth.BluetoothDevice; 39 import com.android.bluetooth.pan.PanService; 43 * This class tracks the data connection associated with Bluetooth 50 private static final String NETWORK_TYPE = "Bluetooth Tethering"; 83 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth 84 // reverse-tether connection. A network interface for Bluetooth reverse-tethering can be 147 // Called from NetworkFactory to indicate ConnectivityService no longer desires a Bluetooth 169 // Called by PanService when a network interface for Bluetooth reverse-tethering 188 // Called by PanService when a network interface for Bluetooth reverse-tetherin [all...] |
/external/autotest/client/profilers/powertop/src/ |
bluetooth.c | 40 /* structure definitions copied from include/net/bluetooth/hci.h from the 2.6.20 kernel */ 105 /* first check if /sys/modules/bluetooth exists, if not, don't probe bluetooth because 108 if (access("/sys/module/bluetooth",F_OK)) 144 add_suggestion( _("Suggestion: Disable the unused bluetooth interface with the following command:\n" 146 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as well.\n"), 40, 'B' , _(" B - Turn Bluetooth off "), turn_bluetooth_off);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothAvrcpFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 24 import android.bluetooth.BluetoothAdapter; 25 import android.bluetooth.BluetoothAvrcpController; 26 import android.bluetooth.BluetoothDevice; 27 import android.bluetooth.BluetoothProfile; 28 import android.bluetooth.BluetoothUuid; 98 description = "Name or MAC address of a bluetooth device.")
|
BluetoothMapFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothMap; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid; 108 @Rpc(description = "Get the currently connected remote Bluetooth device (PCE).")
|
GattClientFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothDevice; 28 import android.bluetooth.BluetoothGatt; 29 import android.bluetooth.BluetoothGattCallback; 30 import android.bluetooth.BluetoothManager; 31 import android.bluetooth.BluetoothGattCharacteristic; 32 import android.bluetooth.BluetoothGattDescriptor; 33 import android.bluetooth.BluetoothGattService; 34 import android.bluetooth.BluetoothProfile [all...] |
/frameworks/base/core/java/android/bluetooth/le/ |
ScanResult.java | 17 package android.bluetooth.le; 20 import android.bluetooth.BluetoothDevice; 27 * ScanResult for Bluetooth LE scan. 30 // Remote bluetooth device. 46 * @param device Remote bluetooth device that is found. 98 * Returns the remote bluetooth device identified by the bluetooth device address.
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 17 package com.android.settings.bluetooth; 19 import android.bluetooth.BluetoothAdapter; 28 import com.android.settingslib.bluetooth.LocalBluetoothAdapter; 29 import com.android.settingslib.bluetooth.LocalBluetoothManager; 40 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON"; 43 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE"; 150 Log.e(TAG, "Error: there's a problem starting Bluetooth");
|
/system/bt/service/ipc/binder/ |
bluetooth_binder_server.cpp | 32 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) 74 std::vector<bluetooth::UUID> BluetoothBinderServer::GetUUIDs() { 77 return std::vector<bluetooth::UUID>(); 169 const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface(); 175 bluetooth::Adapter* adapter, 176 bluetooth::AdapterState prev_state, 177 bluetooth::AdapterState new_state) {
|
/device/google/marlin/ |
init.common.rc | 80 mkdir /data/misc/bluetooth 0770 bluetooth bluetooth 252 # Bluetooth 253 chown bluetooth bluetooth /sys/module/bluetooth_power/parameters/power 254 chown bluetooth net_bt /sys/class/rfkill/rfkill0/type 255 chown bluetooth net_bt /sys/class/rfkill/rfkill0/state 256 chown bluetooth bluetooth /proc/bluetooth/sleep/prot [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleAdvertiserService.java | 17 package com.android.cts.verifier.bluetooth; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothGattServer; 28 import android.bluetooth.BluetoothGattServerCallback; 29 import android.bluetooth.BluetoothManager; 30 import android.bluetooth.le.BluetoothLeAdvertiser; 31 import android.bluetooth.le.AdvertiseCallback; 32 import android.bluetooth.le.AdvertiseData; 33 import android.bluetooth.le.AdvertiseSettings; 57 "com.android.cts.verifier.bluetooth.BLE_ADV_NOT_SUPPORT" [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/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.createBond_added()"></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#createBond()" target="_top"><code>createBond</code></A>()</nobr> 93 <A NAME="android.bluetooth.BluetoothDevice.setPairingConfirmation_added(boolean)"></A> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#setPairingConfirmation(boolean)" target="_top"><code>setPairingConfirmation</code></A>(<code>boolean</code>)</nobr> 100 <A NAME="android.bluetooth.BluetoothDevice.setPin_added(byte[])"></A> 101 <nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#setPin(byte[])" target="_top"><code>setPin</code></A>(<code>byte[]</code>)</nobr> 116 <A NAME="android.bluetooth.BluetoothDevice.ACTION_PAIRING_REQUEST"></A [all...] |
/frameworks/base/docs/html/sdk/api_diff/23/changes/ |
android.bluetooth.le.ScanSettings.html | 10 android.bluetooth.le.ScanSettings 74 Class android.bluetooth.le.<A HREF="../../../../reference/android/bluetooth/le/ScanSettings.html" target="_top"><font size="+2"><code>ScanSettings</code></font></A> 87 <A NAME="android.bluetooth.le.ScanSettings.CALLBACK_TYPE_FIRST_MATCH"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/le/ScanSettings.html#CALLBACK_TYPE_FIRST_MATCH" target="_top"><code>CALLBACK_TYPE_FIRST_MATCH</code></A></nobr> 94 <A NAME="android.bluetooth.le.ScanSettings.CALLBACK_TYPE_MATCH_LOST"></A> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/le/ScanSettings.html#CALLBACK_TYPE_MATCH_LOST" target="_top"><code>CALLBACK_TYPE_MATCH_LOST</code></A></nobr> 101 <A NAME="android.bluetooth.le.ScanSettings.MATCH_MODE_AGGRESSIVE"></A> 102 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/le/ScanSettings.html#MATCH_MODE_AGGRESSIVE" target="_top"><code>MATCH_MODE_AGGRESSIVE</code></A></nobr> 108 <A NAME="android.bluetooth.le.ScanSettings.MATCH_MODE_STICKY"></A [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 17 package com.android.bluetooth.hfp; 19 import android.bluetooth.BluetoothDevice; 20 import android.bluetooth.BluetoothHeadset; 21 import android.bluetooth.BluetoothProfile; 22 import android.bluetooth.IBluetoothHeadset; 33 import com.android.bluetooth.btservice.ProfileService; 34 import com.android.bluetooth.Utils; 41 * Provides Bluetooth Headset and Handsfree profile, as a service in 42 * the Bluetooth application. 355 "Need BLUETOOTH ADMIN permission") [all...] |
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/ |
audio_AudioBasicBluetoothPlaybackRecord.py | 6 This is a server side bluetooth playback/record test using the Chameleon 24 """Server side bluetooth playback/record audio test. 27 bluetooth playback/record audio function of the Cros device. 82 """Checks if bluetooth nodes are plugged. 84 @returns: True if bluetooth nodes are plugged. False otherwise. 99 """Running Bluetooth basic audio tests 111 # Bluetooth HSP/HFP profile only supports one channel 152 # Checks crbug.com/495537 for the reason to lower bluetooth 165 # Selects bluetooth mic to be the active input node. 168 None, 'BLUETOOTH') [all...] |
/tools/test/connectivity/acts/tests/google/bt/ |
BtBasicFunctionalityTest.py | 17 Test script to execute Bluetooth basic functionality test cases. 63 """Test resetting bluetooth. 65 Test the integrity of resetting bluetooth on Android. 68 1. Toggle bluetooth off. 69 2. Toggle bluetooth on. 72 Bluetooth should toggle on and off without failing. 94 5. Use device2 get all discovered bluetooth devices list 119 # Give Bluetooth time to discover advertising devices 158 5. Use device2 get all discovered bluetooth devices list 182 # Give Bluetooth time to discover advertising device [all...] |