OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
26 - 50
of
1267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/bluez/compat/
hidd.1
2
.TH HIDD "1" "May 2004" "hidd -
Bluetooth
HID daemon" "User Commands"
4
hidd \-
Bluetooth
HID daemon
6
hidd -
Bluetooth
HID daemon
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealthCallback.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
20
import android.
bluetooth
.BluetoothHealthAppConfiguration;
IBluetoothPbap.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* System private API for
Bluetooth
pbap service
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";
/frameworks/base/core/jni/
android_bluetooth_c.h
21
#include <
bluetooth
/
bluetooth
.h>
29
* We have to do this in C because the macro BDADDR_ANY in
bluetooth
.h
/external/bluetooth/bluez/sap/
manager.c
2
* BlueZ -
Bluetooth
protocol stack for Linux
27
#include <
bluetooth
/
bluetooth
.h>
28
#include <
bluetooth
/hci.h>
29
#include <
bluetooth
/sdp.h>
30
#include <
bluetooth
/sdp_lib.h>
/device/samsung/crespo4g/
init.herring.rc
9
setprop ro.bt.bdaddr_path "/efs/
bluetooth
/bt_addr"
42
chmod 770 /efs/
bluetooth
51
# permissions for
bluetooth
.
52
chown
bluetooth
bluetooth
/efs/
bluetooth
53
chown
bluetooth
bluetooth
ro.bt.bdaddr_path
54
chown
bluetooth
bluetooth
/dev/s3c2410_serial
[
all
...]
/cts/tests/tests/bluetooth/
AndroidManifest.xml
18
package="com.android.cts.
bluetooth
">
20
<uses-permission android:name="android.permission.
BLUETOOTH
" />
29
android:targetPackage="com.android.cts.
bluetooth
"
30
android:label="CTS tests of
bluetooth
component"/>
/external/bluetooth/bluez/
README
1
BlueZ -
Bluetooth
protocol stack for Linux
12
In order to compile
Bluetooth
utilities you need following software packages:
13
- Linux
Bluetooth
protocol stack (BlueZ)
35
linux-
bluetooth
@vger.kernel.org
bluez.pc.in
7
Description:
Bluetooth
protocol stack for Linux
/external/bluetooth/bluez/tools/
kword.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
32
#include <
bluetooth
/
bluetooth
.h>
33
#include <
bluetooth
/rfcomm.h>
ciptool.1
20
ciptool \-
Bluetooth
Common ISDN Access Profile (CIP)
31
of the
Bluetooth
subsystem in the Linux kernel.
41
, which must be the name or the address of an installed
Bluetooth
43
available
Bluetooth
device.
50
Search for
Bluetooth
devices and connect to first one that
54
Connect the local device to the remote
Bluetooth
device on the
63
Create a connection to the remote device for
Bluetooth
testing.
/packages/apps/Bluetooth/
Android.mk
8
LOCAL_PACKAGE_NAME :=
Bluetooth
/system/bluetooth/brfpatch/
Android.mk
3
# Utility to create Android
bluetooth
firmware from Texas Instruments .bts
/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.
/packages/apps/Bluetooth/res/values/
strings.xml
19
Bluetooth
Share Manager. It is displayed as part of the description of
21
permission controls access to the
Bluetooth
Share Manager by
22
applications that initiate
Bluetooth
share.
36
<string name="bt_share_picker_label">
Bluetooth
</string>
47
<string name="airplane_error_msg">You can\'t use
Bluetooth
in Airplane mode.</string>
49
<!-- Activate
Bluetooth
Confirmation Dialog -->
53
<string name="bt_enable_line1">To use
Bluetooth
services, you must first turn on
Bluetooth
.</string>
55
<string name="bt_enable_line2">Turn on
Bluetooth
now?</string>
61
<!--
Bluetooth
File Transfer Acceptance Dialog --
[
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
...]
/external/bluetooth/bluez/cups/
spp.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
34
#include <
bluetooth
/
bluetooth
.h>
35
#include <
bluetooth
/rfcomm.h>
36
#include <
bluetooth
/sdp.h>
37
#include <
bluetooth
/sdp_lib.h>
/packages/apps/Settings/assets/html/en_us/
tethering_help.html
28
<p><b>
Bluetooth
tethering</b></p>
29
<span class="style1">You can tether your Android device to your computer via a
Bluetooth
connection, to share your device's Internet connection with your computer</span>
31
<li>
Bluetooth
tethering works with any computer or other device that can obtain an Internet connection via
Bluetooth
</li><br>
32
<li>For more information, see <a href="http://www.android.com/tether#
bluetooth
">http://www.android.com/tether#
bluetooth
</a></li><br>
/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
...]
/device/samsung/crespo4g/crespo4g_overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
20
<!-- Comma-separated list of
bluetooth
, wifi, and cell. -->
21
<string name="def_airplane_mode_radios" translatable="false">cell,
bluetooth
,wifi,wimax,nfc</string>
/external/bluetooth/bluez/attrib/
utils.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
27
#include <
bluetooth
/
bluetooth
.h>
28
#include <
bluetooth
/hci.h>
29
#include <
bluetooth
/hci_lib.h>
30
#include <
bluetooth
/uuid.h>
31
#include <
bluetooth
/sdp.h>
63
g_printerr("Remote
Bluetooth
address required\n");
/external/bluetooth/bluez/health/
Android.mk
18
-DCONFIGDIR=\"/etc/
bluetooth
\" \
38
LOCAL_MODULE :=
bluetooth
-health
Completed in 1074 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>