/developers/build/prebuilts/gradle/BluetoothAdvertisements/ |
README.md | 5 Sample demonstrating how to advertise small amounts of data using the Bluetooth 12 This sample demonstrates use of the Bluetooth Low Energy (BLE) [Advertisement][1] and [Scanning][2] APIs. 16 using this sample. It shows the device type, Bluetooth address, and when it was last seen. User can 26 [1]:https://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html 27 [2]:https://developer.android.com/reference/android/bluetooth/le/BluetoothLeScanner.html
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/ |
README.md | 5 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT) 11 This sample shows a list of available Bluetooth LE devices and provides 16 hosted on a given Bluetooth LE device. 18 The Activities communicate with the Service, which in turn interacts with the [Bluetooth LE API][2]. 21 [2]:https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/ |
README.md | 5 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT) 11 This sample shows a list of available Bluetooth LE devices and provides 16 hosted on a given Bluetooth LE device. 18 The Activities communicate with the Service, which in turn interacts with the [Bluetooth LE API][2]. 21 [2]:https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html
|
/docs/source.android.com/src/devices/tech/power/ |
values.jd | 42 <p>Devices with Bluetooth, modem, and Wi-Fi controllers running Android 7.0 and 206 <td>bluetooth.controller.idle</td> 207 <td>Average current draw (mA) of the Bluetooth controller when idle.</td> 212 <a href="#le-bt-scans">Low Energy (LE) and Bluetooth scans</a>.<br><br>Android 213 N and later no longer use the Bluetooth power values for bluetooth.active 214 (used when playing audio via Bluetooth A2DP) and bluetooth.on (used when 215 Bluetooth is on but idle).</td> 219 <td>bluetooth.controller.rx</td [all...] |
/frameworks/base/core/java/android/bluetooth/le/ |
BluetoothLeScanner.java | 17 package android.bluetooth.le; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothGatt; 25 import android.bluetooth.BluetoothGattCallbackWrapper; 26 import android.bluetooth.IBluetoothGatt; 27 import android.bluetooth.IBluetoothManager; 42 * This class provides methods to perform scan related operations for Bluetooth LE devices. An 43 * application can scan for a particular type of Bluetooth LE devices using {@link ScanFilter}. It 68 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management. 79 * Start Bluetooth LE scan with default parameters and no filters. The scan results will b [all...] |
BluetoothLeUtils.java | 17 package android.bluetooth.le; 19 import android.bluetooth.BluetoothAdapter; 29 * Helper class for Bluetooth LE utils. 129 * Ensure Bluetooth is turned on. 131 * @throws IllegalStateException If {@code adapter} is null or Bluetooth state is not
|
/frameworks/base/docs/html/training/wearables/apps/ |
bt-debugging.jd | 1 page.title=Debugging over Bluetooth 24 <p>You can debug your wearable over Bluetooth by routing its debug output to the 38 <li>Enable Bluetooth debugging on the wearable: 45 <li>Enable <b>Debug over Bluetooth</b>.</li> 54 <li>Enable <b>Debugging over Bluetooth</b>. You should see a tiny status summary appear under the
|
/packages/apps/Bluetooth/res/values-hu/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Bluetooth-eszköz hozzáférésének engedélyezése."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Lehet?vé teszi az alkalmazás számára egy Bluetooth-eszköz ideiglenesen engedélyezését, amely így a felhasználó jóváhagyása nélkül küldhet fájlokat erre a készülékre."</string> 23 <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> 27 <string name="airplane_error_msg" msgid="8698965595254137230">"A Bluetooth nem használható Repül?gép üzemmódban."</string> 29 <string name="bt_enable_line1" msgid="7203551583048149">"A Bluetooth-szolgáltatásokhoz használatához el?ször be kell kapcsolnia a Bluetooth-funkciót."</string> 30 <string name="bt_enable_line2" msgid="4341936569415937994">"Bekapcsolja most a Bluetooth-funkciót?"</string> 41 <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadása"</string> 42 <string name="notification_received" msgid="3324588019186687985">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fogadva"</string> 43 <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth megosztás: <xliff:g id="FILE">%1$s</xliff:g> fájl fogadása nem sikerült"</string [all...] |
/packages/apps/Dialer/InCallUI/res/drawable/ |
btn_compound_audio.xml | 21 - If no bluetooth headset is connected, it behaves like a simple 25 - But if a bluetooth headset is connected, this becomes a simple 28 speaker / bluetooth. 62 (i.e. one of { earpiece (or wired headset) , speaker , bluetooth }). 71 <!-- Bluetooth is active -->
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
BluetoothOppHandover.java | 19 import android.bluetooth.BluetoothDevice; 98 intent.setPackage("com.android.bluetooth"); 104 // to the Bluetooth process. This works, but we don't have 107 mContext.grantUriPermission("com.android.bluetooth", uri, 110 Log.e(TAG, "Failed to transfer permission to Bluetooth process.");
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothA2dpConnector.java | 19 import android.bluetooth.BluetoothA2dp; 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothProfile; 91 Log.d(TAG, "Connection made to bluetooth proxy." );
|
BluetoothInputDeviceConnector.java | 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice; 21 import android.bluetooth.BluetoothInputDevice; 22 import android.bluetooth.BluetoothProfile; 56 Log.d(TAG, "Connection made to bluetooth proxy.");
|
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/ |
IBluetoothMapService.aidl | 21 import android.bluetooth.BluetoothDevice; 28 * Bluetooth Message service provides the API for Car to send and receive messages by using the MAP 29 * protocol over Bluetooth. The current set of functions that may be achieved are: 30 * A) Send SMS/MMS over bluetooth. 45 // @callback - Callback to receive events from Bluetooth MAP protocol.
|
/tools/test/connectivity/acts/tests/google/bt/test_tools/ |
ToolsTest.py | 38 Test the integrity of toggling bluetooth on and off. 40 1. Toggle bluetooth off. 41 2. Toggle bluetooth on. 50 self.log.info("Toggling bluetooth iteration {}.".format(n)) 84 self.log.info("Toggling bluetooth iteration {}.".format(n))
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
ScanFilterTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice; 21 import android.bluetooth.le.ScanFilter; 22 import android.bluetooth.le.ScanResult; 30 * Unit test cases for Bluetooth LE scan filters. 32 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanFilterTest' -w 33 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner' 60 // Bluetooth is not supporte [all...] |
BluetoothLeScanTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothManager; 21 import android.bluetooth.le.BluetoothLeScanner; 22 import android.bluetooth.le.ScanCallback; 23 import android.bluetooth.le.ScanFilter; 24 import android.bluetooth.le.ScanRecord; 25 import android.bluetooth.le.ScanResult; 26 import android.bluetooth.le.ScanSettings; 48 * Test cases for Bluetooth LE scans [all...] |
/external/autotest/client/cros/chameleon/ |
audio_board.py | 92 'Bluetooth module output', 94 'Bluetooth module input'} 257 """An abstraction of bluetooth module on audio board. 259 There is a bluetooth module on the audio board. It can be controlled through 273 """Resets the bluetooth module.""" 275 logging.info('Resets bluetooth module on audio board.') 279 """Disables the bluetooth module.""" 281 logging.info('Disables bluetooth module on audio board.') 285 """Checks if the bluetooth module is enabled. 287 @returns: True if bluetooth module is enabled. False otherwise [all...] |
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
MapObexLevelTest.java | 1 package com.android.bluetooth.tests; 14 import android.bluetooth.BluetoothServerSocket; 15 import android.bluetooth.BluetoothSocket; 23 import com.android.bluetooth.BluetoothObexTransport; 24 import com.android.bluetooth.tests.TestSequencer.OPTYPE; 123 LocalServerSocket serverSock = new LocalServerSocket("com.android.bluetooth.tests.sock"); 154 * Server side of a dual device test using a Bluetooth Socket. 158 * expires. When the test completes, the Bluetooth subsystem will be restarted, causing 198 * Server side of a dual device test using a Bluetooth Socket. 202 * expires. When the test completes, the Bluetooth subsystem will be restarted, causin [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothRfcommFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothServerSocket; 23 import android.bluetooth.BluetoothSocket; 49 * Bluetooth functions. 82 throw new IOException("Bluetooth not ready for this connID."); 94 @Rpc(description = "Connect to a device over Bluetooth. " 140 @Rpc(description = "Returns active Bluetooth connections.") 161 @Rpc(description = "Listens for and accepts a Bluetooth connection. [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
KeyboardUI.java | 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice; 21 import android.bluetooth.le.BluetoothLeScanner; 22 import android.bluetooth.le.ScanCallback; 23 import android.bluetooth.le.ScanFilter; 24 import android.bluetooth.le.ScanRecord; 25 import android.bluetooth.le.ScanResult; 26 import android.bluetooth.le.ScanSettings; 45 import com.android.settingslib.bluetooth.BluetoothCallback; 46 import com.android.settingslib.bluetooth.CachedBluetoothDevice [all...] |
/packages/apps/Bluetooth/res/values-bs-rBA/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Dozvoli pristup bluetooth ure?aju."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Dozvoljava aplikaciji da privremeno stavi Bluetooth ure?aj na spisak dopu?tenih fajlova, omogu?avaju?i tom ure?aju da ?alje fajlove na ovaj ure?aj bez potvrde korisnika."</string> 23 <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> 27 <string name="airplane_error_msg" msgid="8698965595254137230">"Ne mo?ete koristiti Bluetooth u na?inu rada u avionu."</string> 29 <string name="bt_enable_line1" msgid="7203551583048149">"Da biste koristili Bluetooth usluge, prvo morate uklju?iti Bluetooth."</string> 30 <string name="bt_enable_line2" msgid="4341936569415937994">"?elite uklju?iti Bluetooth sada?"</string> 41 <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth dijeljenje: Prima se fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> 42 <string name="notification_received" msgid="3324588019186687985">"Bluetooth dijeljenje: Primljen fajl <xliff:g id="FILE">%1$s</xliff:g>"</string> 43 <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth dijeljenje: Fajl <xliff:g id="FILE">%1$s</xliff:g> nije primljen"</string [all...] |
/packages/apps/Bluetooth/res/values-uz-rUZ/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Ishonchli Bluetooth qurilmalari ro?yxatiga kirish."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Ilovaga Bluetooth qurilmasini vaqtinchalik ishonchli qurilmalar ro?yxatiga kiritishga va u qurilmaga foydalanuvchining tasdig?isiz bu qurilmaga fayllar jo?natish uchun ruxsat beradi."</string> 23 <string name="bt_share_picker_label" msgid="6268100924487046932">"Bluetooth"</string> 27 <string name="airplane_error_msg" msgid="8698965595254137230">"Bluetooth?dan \"Parvoz rejimi\"da foydalana olmaysiz."</string> 29 <string name="bt_enable_line1" msgid="7203551583048149">"Bluetooth xizmatlaridan foydalanish uchun, avval Bluetooth?ni yoqishingiz kerak."</string> 30 <string name="bt_enable_line2" msgid="4341936569415937994">"Bluetooth hozir yoqilsinmi?"</string> 41 <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth orqali yuborildi: <xliff:g id="FILE">%1$s</xliff:g>"</string> 42 <string name="notification_received" msgid="3324588019186687985">"Bluetooth orqali olindi: <xliff:g id="FILE">%1$s</xliff:g>"</string> 44 <string name="notification_sending" msgid="3035748958534983833">"Bluetooth orqali yuborish: <xliff:g id="FILE">%1$s</xliff:g>"</string [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPan.java | 17 package android.bluetooth; 33 * This class provides the APIs to control the Bluetooth Pan 36 *<p>BluetoothPan is a proxy object for controlling the Bluetooth 67 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to 72 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED"; 79 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE"; 127 * Bluetooth Service which handles the Pan profile 149 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent); 218 * Initiate connection to a profile of the remote bluetooth device. 221 * device is already connected or Bluetooth is not turned on [all...] |
BluetoothSap.java | 17 package android.bluetooth; 32 * This class provides the APIs to control the Bluetooth SIM 35 * <p>BluetoothSap is a proxy object for controlling the Bluetooth 62 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to 67 "android.bluetooth.sap.profile.action.CONNECTION_STATE_CHANGED"; 146 Log.e(TAG, "Could not bind to Bluetooth SAP Service with " + intent); 210 * Get the currently connected remote Bluetooth device (PCE). 211 * @return The remote Bluetooth device, or null if not in connected or 230 * Returns true if the specified Bluetooth device is connected. 261 * @param device Remote Bluetooth Devic [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
alldiffs_index_additions.html | 79 <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> 85 <nobr><A HREF="android.bluetooth.BluetoothAssignedNumbers.html#android.bluetooth.BluetoothAssignedNumbers.AAMP_OF_AMERICA" class="hiddenlink" target="rightframe">AAMP_OF_AMERICA</A> 89 <nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added()" class="hiddenlink" target="rightframe">type <b> 90 ()</b> in android.bluetooth.BluetoothGatt 93 <nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added(android.bluetooth.Blue (…) [all...] |