OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
651 - 675
of
3136
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Bluetooth/res/values-eu-rES/
strings.xml
20
<string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"
Bluetooth
bidezko partekatzeen kudeatzailea atzitzea eta fitxategiak transferitzeko erabiltzea baimentzen die aplikazioei."</string>
21
<string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Sartu sarbidedunen zerrendan
Bluetooth
gailua."</string>
22
<string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"
Bluetooth
gailu bat aldi baterako sarbidedunen zerrendan sartzea baimentzen die aplikazioei, gailu honetara fitxategiak bidaltzeko baimena izan dezan, baina gailu honen erabiltzaileari berrespena eskatu beharrik gabe."</string>
23
<string name="bt_share_picker_label" msgid="6268100924487046932">"
Bluetooth
"</string>
29
<string name="bt_enable_line1" msgid="7203551583048149">"
Bluetooth
-zerbitzuak erabiltzeko, Bluetootha aktibatu behar duzu."</string>
41
<string name="notification_receiving" msgid="4674648179652543984">"
Bluetooth
bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jasotzen"</string>
42
<string name="notification_received" msgid="3324588019186687985">"
Bluetooth
bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia jaso da"</string>
43
<string name="notification_received_fail" msgid="3619350997285714746">"
Bluetooth
bidez partekatzea: ez da jaso <xliff:g id="FILE">%1$s</xliff:g> fitxategia"</string>
44
<string name="notification_sending" msgid="3035748958534983833">"
Bluetooth
bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidaltzen"</string>
45
<string name="notification_sent" msgid="9218710861333027778">"
Bluetooth
bidez partekatzea: <xliff:g id="FILE">%1$s</xliff:g> fitxategia bidali da"</string
[
all
...]
/packages/apps/Bluetooth/res/values-fi/
strings.xml
21
<string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Käyttö
Bluetooth
-laitteella, jolla on tilapäinen käyttöoikeus."</string>
22
<string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Mahdollistaa tilapäisten käyttöoikeuksien antamisen
Bluetooth
-laitteelle, jolloin tiedostojen lähettäminen laitteesta tähän laitteeseen ei vaadi käyttäjän hyväksyntää."</string>
23
<string name="bt_share_picker_label" msgid="6268100924487046932">"
Bluetooth
"</string>
29
<string name="bt_enable_line1" msgid="7203551583048149">"Jos haluat käyttää
Bluetooth
-palveluita, ota
Bluetooth
käyttöön."</string>
30
<string name="bt_enable_line2" msgid="4341936569415937994">"Otetaanko
Bluetooth
käyttöön nyt?"</string>
41
<string name="notification_receiving" msgid="4674648179652543984">"
Bluetooth
-jako: vastaanotetaan tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string>
42
<string name="notification_received" msgid="3324588019186687985">"
Bluetooth
-jako: <xliff:g id="FILE">%1$s</xliff:g> vastaanotettu"</string>
43
<string name="notification_received_fail" msgid="3619350997285714746">"
Bluetooth
-jako: tiedostoa <xliff:g id="FILE">%1$s</xliff:g> ei vastaanotettu"</string>
44
<string name="notification_sending" msgid="3035748958534983833">"
Bluetooth
-jako: lähetetään tiedostoa <xliff:g id="FILE">%1$s</xliff:g>"</string
[
all
...]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothDevice;
21
import android.
bluetooth
.BluetoothServerSocket;
29
* Test that the basic
bluetooth
API is callable in managed profiles.
30
* These tests should only be executed if the device supports
bluetooth
,
35
* {@link android.
bluetooth
.cts.BasicAdapterTest}.
95
// getRemoteDevice() should work even with
Bluetooth
disabled
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
4
import android.
bluetooth
.BluetoothAdapter;
5
import android.
bluetooth
.BluetoothManager;
6
import android.
bluetooth
.le.AdvertiseCallback;
7
import android.
bluetooth
.le.AdvertiseData;
8
import android.
bluetooth
.le.AdvertiseSettings;
9
import android.
bluetooth
.le.BluetoothLeAdvertiser;
88
* Get references to system
Bluetooth
objects if we don't have them already.
ScannerFragment.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.le.BluetoothLeScanner;
21
import android.
bluetooth
.le.ScanCallback;
22
import android.
bluetooth
.le.ScanFilter;
23
import android.
bluetooth
.le.ScanResult;
24
import android.
bluetooth
.le.ScanSettings;
43
* Scans for
Bluetooth
Low Energy Advertisements matching a filter and displays them to the user.
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
4
import android.
bluetooth
.BluetoothAdapter;
5
import android.
bluetooth
.BluetoothManager;
6
import android.
bluetooth
.le.AdvertiseCallback;
7
import android.
bluetooth
.le.AdvertiseData;
8
import android.
bluetooth
.le.AdvertiseSettings;
9
import android.
bluetooth
.le.BluetoothLeAdvertiser;
88
* Get references to system
Bluetooth
objects if we don't have them already.
ScannerFragment.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.le.BluetoothLeScanner;
21
import android.
bluetooth
.le.ScanCallback;
22
import android.
bluetooth
.le.ScanFilter;
23
import android.
bluetooth
.le.ScanResult;
24
import android.
bluetooth
.le.ScanSettings;
43
* Scans for
Bluetooth
Low Energy Advertisements matching a filter and displays them to the user.
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java
4
import android.
bluetooth
.BluetoothAdapter;
5
import android.
bluetooth
.BluetoothManager;
6
import android.
bluetooth
.le.AdvertiseCallback;
7
import android.
bluetooth
.le.AdvertiseData;
8
import android.
bluetooth
.le.AdvertiseSettings;
9
import android.
bluetooth
.le.BluetoothLeAdvertiser;
88
* Get references to system
Bluetooth
objects if we don't have them already.
ScannerFragment.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.le.BluetoothLeScanner;
21
import android.
bluetooth
.le.ScanCallback;
22
import android.
bluetooth
.le.ScanFilter;
23
import android.
bluetooth
.le.ScanResult;
24
import android.
bluetooth
.le.ScanSettings;
43
* Scans for
Bluetooth
Low Energy Advertisements matching a filter and displays them to the user.
/device/moto/shamu/
init.shamu.rc
122
chown
bluetooth
net_bt_stack /sys/module/bluetooth_power/parameters/power
123
chown
bluetooth
net_bt_stack /sys/class/rfkill/rfkill0/type
124
chown
bluetooth
net_bt_stack /sys/class/rfkill/rfkill0/state
125
chown
bluetooth
net_bt_stack /proc/
bluetooth
/sleep/proto
126
chown
bluetooth
net_bt_stack /proc/
bluetooth
/sleep/lpm
127
chown
bluetooth
net_bt_stack /proc/
bluetooth
/sleep/btwrite
128
chown
bluetooth
net_bt_stack /sys/module/hci_uart/parameters/ath_lp
[
all
...]
/external/libpcap/
pcap-bt-monitor-linux.c
40
#include <
bluetooth
/
bluetooth
.h>
41
#include <
bluetooth
/hci.h>
42
#include <
bluetooth
/mgmt.h>
44
#include "pcap/
bluetooth
.h"
50
#define INTERFACE_NAME "
bluetooth
-monitor"
58
"
Bluetooth
Linux Monitor", err_str) < 0)
/frameworks/base/docs/html/sdk/api_diff/19/changes/
pkg_android.bluetooth.html
10
android.
bluetooth
74
Package <A HREF="../../../../reference/android/
bluetooth
/package-summary.html" target="_top"><font size="+1"><code>android.
bluetooth
</code></font></A>
85
<nobr><A HREF="android.
bluetooth
.BluetoothAssignedNumbers.html">BluetoothAssignedNumbers</A></nobr>
92
<nobr><A HREF="android.
bluetooth
.BluetoothDevice.html">BluetoothDevice</A></nobr>
99
<nobr><A HREF="android.
bluetooth
.BluetoothGatt.html">BluetoothGatt</A></nobr>
106
<nobr><A HREF="android.
bluetooth
.BluetoothHeadset.html">BluetoothHeadset</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.bluetooth.BluetoothGattCallback.html
10
android.
bluetooth
.BluetoothGattCallback
74
Class android.
bluetooth
.<A HREF="../../../../reference/android/
bluetooth
/BluetoothGattCallback.html" target="_top"><font size="+2"><code>BluetoothGattCallback</code></font></A>
86
<A NAME="android.
bluetooth
.BluetoothGattCallback.onMtuChanged_added(android.
bluetooth
.BluetoothGatt, int, int)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothGattCallback.html#onMtuChanged(android.
bluetooth
.BluetoothGatt, int, int)" target="_top"><code>onMtuChanged</code></A>(<code>BluetoothGatt,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
android.bluetooth.BluetoothGattServerCallback.html
10
android.
bluetooth
.BluetoothGattServerCallback
74
Class android.
bluetooth
.<A HREF="../../../../reference/android/
bluetooth
/BluetoothGattServerCallback.html" target="_top"><font size="+2"><code>BluetoothGattServerCallback</code></font></A>
86
<A NAME="android.
bluetooth
.BluetoothGattServerCallback.onNotificationSent_added(android.
bluetooth
.BluetoothDevice, int)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothGattServerCallback.html#onNotificationSent(android.
bluetooth
.BluetoothDevice, int)" target="_top"><code>onNotificationSent</code></A>(<code>BluetoothDevice,</nobr> int<nobr><nobr></code>)</nobr>
pkg_android.bluetooth.html
10
android.
bluetooth
74
Package <A HREF="../../../../reference/android/
bluetooth
/package-summary.html" target="_top"><font size="+1"><code>android.
bluetooth
</code></font></A>
85
<nobr><A HREF="android.
bluetooth
.BluetoothAdapter.html">BluetoothAdapter</A></nobr>
92
<nobr><A HREF="android.
bluetooth
.BluetoothGatt.html">BluetoothGatt</A></nobr>
99
<nobr><A HREF="android.
bluetooth
.BluetoothGattCallback.html">BluetoothGattCallback</A></nobr>
106
<nobr><A HREF="android.
bluetooth
.BluetoothGattServerCallback.html">BluetoothGattServerCallback</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/22/changes/
android.bluetooth.BluetoothGattServerCallback.html
10
android.
bluetooth
.BluetoothGattServerCallback
74
Class android.
bluetooth
.<A HREF="../../../../reference/android/
bluetooth
/BluetoothGattServerCallback.html" target="_top"><font size="+2"><code>BluetoothGattServerCallback</code></font></A>
86
<A NAME="android.
bluetooth
.BluetoothGattServerCallback.onMtuChanged_added(android.
bluetooth
.BluetoothDevice, int)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothGattServerCallback.html#onMtuChanged(android.
bluetooth
.BluetoothDevice, int)" target="_top"><code>onMtuChanged</code></A>(<code>BluetoothDevice,</nobr> int<nobr><nobr></code>)</nobr>
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceManager.java
17
package com.android.settingslib.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothDevice;
29
* CachedBluetoothDeviceManager manages the set of remote
Bluetooth
devices.
67
* @param device the address of the
Bluetooth
device
83
* @param device the address of the new
Bluetooth
device
153
// When
Bluetooth
is turning off, we need to clear the non-bonded devices
/packages/apps/Bluetooth/
AndroidManifest.xml
3
package="com.android.
bluetooth
"
4
android:sharedUserId="android.uid.
bluetooth
">
6
<original-package android:name="com.android.
bluetooth
" />
8
<!-- Allows access to the
Bluetooth
Share Manager -->
14
<!-- Allows temporarily whitelisting
Bluetooth
addresses for sharing -->
24
<uses-permission android:name="android.permission.
BLUETOOTH
" />
84
android:authorities="com.android.
bluetooth
.opp"
92
android:authorities="com.google.android.
bluetooth
.fileprovider"
103
<action android:name="android.
bluetooth
.IBluetooth" />
117
<action android:name="android.
bluetooth
.adapter.action.STATE_CHANGED" /
[
all
...]
AndroidManifest_test.xml
3
package="com.android.
bluetooth
"
5
<!-- Allows access to the
Bluetooth
Share Manager -->
13
<uses-permission android:name="android.permission.
BLUETOOTH
" />
31
android:authorities="com.android.
bluetooth
.opp"
43
<action android:name="android.
bluetooth
.adapter.action.STATE_CHANGED" />
97
<action android:name="android.
bluetooth
.IBluetoothPbap"/>
102
<action android:name="android.
bluetooth
.adapter.action.STATE_CHANGED"/>
/packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java
17
package com.android.settings.
bluetooth
;
20
import android.
bluetooth
.BluetoothA2dp;
21
import android.
bluetooth
.BluetoothAdapter;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothHeadset;
24
import android.
bluetooth
.BluetoothProfile;
38
"com.android.settings.
bluetooth
.action.DOCK_SHOW_UI";
/system/bt/service/common/bluetooth/
gatt_identifier.h
22
#include <
bluetooth
/uuid.h>
24
namespace
bluetooth
{
namespace
94
friend struct std::hash<
bluetooth
::GattIdentifier>;
113
} // namespace
bluetooth
115
// Custom std::hash specialization so that
bluetooth
::GattIdentifier can be used
120
struct hash<
bluetooth
::GattIdentifier> {
121
std::size_t operator()(const
bluetooth
::GattIdentifier& key) const {
/system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh
41
# The location of
Bluetooth
within AOSP.
78
# Turn
Bluetooth
on. Requires user approval via a dialog on the device.
79
echo "Enabling
Bluetooth
. Please see dialog on device."
80
adb shell am start -a android.
bluetooth
.adapter.action.REQUEST_ENABLE
82
# Start the test channel once
Bluetooth
is on and logcat has started.
83
read -p "Press [ENTER] once
Bluetooth
is enabling AND logcat has started."
111
adb push ${TEST_VENDOR_LIB_ABS}/data/${CONTROLLER_PROPERTIES} /etc/
bluetooth
/
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
21
import android.
bluetooth
.BluetoothAdapter;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothManager;
42
* Activity for scanning and displaying available
Bluetooth
LE devices.
67
// Initializes a
Bluetooth
adapter. For API level 18 and above, get a reference to
73
// Checks if
Bluetooth
is supported on the device.
115
// Ensures
Bluetooth
is enabled on the device. If
Bluetooth
is not currently enabled,
132
// User chose not to enable
Bluetooth
.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
21
import android.
bluetooth
.BluetoothAdapter;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothManager;
42
* Activity for scanning and displaying available
Bluetooth
LE devices.
67
// Initializes a
Bluetooth
adapter. For API level 18 and above, get a reference to
73
// Checks if
Bluetooth
is supported on the device.
115
// Ensures
Bluetooth
is enabled on the device. If
Bluetooth
is not currently enabled,
132
// User chose not to enable
Bluetooth
.
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
21
import android.
bluetooth
.BluetoothAdapter;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothManager;
42
* Activity for scanning and displaying available
Bluetooth
LE devices.
67
// Initializes a
Bluetooth
adapter. For API level 18 and above, get a reference to
73
// Checks if
Bluetooth
is supported on the device.
115
// Ensures
Bluetooth
is enabled on the device. If
Bluetooth
is not currently enabled,
132
// User chose not to enable
Bluetooth
.
Completed in 1082 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>