OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
276 - 300
of
1267
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
33
package com.android.
bluetooth
.pbap;
39
import android.
bluetooth
.BluetoothAdapter;
40
import android.
bluetooth
.BluetoothDevice;
41
import android.
bluetooth
.BluetoothPbap;
42
import android.
bluetooth
.BluetoothProfile;
43
import android.
bluetooth
.BluetoothServerSocket;
44
import android.
bluetooth
.BluetoothSocket;
45
import android.
bluetooth
.IBluetooth;
46
import android.
bluetooth
.IBluetoothPbap;
59
import com.android.
bluetooth
.R
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothService.java
27
import android.
bluetooth
.BluetoothAdapter;
28
import android.
bluetooth
.BluetoothClass;
29
import android.
bluetooth
.BluetoothDevice;
30
import android.
bluetooth
.BluetoothDeviceProfileState;
31
import android.
bluetooth
.BluetoothHeadset;
32
import android.
bluetooth
.BluetoothHealthAppConfiguration;
33
import android.
bluetooth
.BluetoothInputDevice;
34
import android.
bluetooth
.BluetoothPan;
35
import android.
bluetooth
.BluetoothProfile;
36
import android.
bluetooth
.BluetoothProfileState
[
all
...]
/external/bluetooth/bluez/tools/
ciptool.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
40
#include <
bluetooth
/
bluetooth
.h>
41
#include <
bluetooth
/hci.h>
42
#include <
bluetooth
/hci_lib.h>
43
#include <
bluetooth
/l2cap.h>
44
#include <
bluetooth
/sdp.h>
45
#include <
bluetooth
/sdp_lib.h>
46
#include <
bluetooth
/cmtp.h>
423
printf("ciptool -
Bluetooth
Common ISDN Access Profile (CIP)\n\n")
[
all
...]
hciconfig.8
3
hciconfig \- configure
Bluetooth
devices
20
is used to configure
Bluetooth
devices.
22
is the name of a
Bluetooth
device installed in the system. If
26
prints name and basic information about all the
Bluetooth
devices installed in
120
1.2 of the
Bluetooth
Assigned Numers document.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java
33
package com.android.
bluetooth
.opp;
35
import com.android.
bluetooth
.R;
37
import android.
bluetooth
.BluetoothAdapter;
38
import android.
bluetooth
.BluetoothDevice;
52
* This class provides a simplified interface on top of other
Bluetooth
service
222
* Get the current status of
Bluetooth
hardware.
223
* @return true if
Bluetooth
enabled, false otherwise.
235
* Enable
Bluetooth
hardware.
244
* Disable
Bluetooth
hardware.
253
* Get device name per
bluetooth
address
[
all
...]
BluetoothShare.java
33
package com.android.
bluetooth
.opp;
39
* Exposes constants used to interact with the
Bluetooth
Share manager's content
49
* The permission to access the
Bluetooth
Share Manager
56
public static final Uri CONTENT_URI = Uri.parse("content://com.android.
bluetooth
.opp/btopp");
59
* Broadcast Action: this is sent by the
Bluetooth
Share component to
66
* This is sent by the
Bluetooth
Share component to indicate there is an
72
* This is sent by the
Bluetooth
Share component to indicate there is an
91
* request recommends. When possible, the
Bluetooth
Share manager will
139
* The name of the column containing
Bluetooth
Device Address that the
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothA2dp;
20
import android.
bluetooth
.BluetoothDevice;
21
import android.
bluetooth
.BluetoothHeadset;
22
import android.
bluetooth
.BluetoothInputDevice;
23
import android.
bluetooth
.BluetoothPan;
24
import android.
bluetooth
.BluetoothProfile;
25
import android.
bluetooth
.BluetoothUuid;
38
* objects for the available
Bluetooth
profiles.
102
// uuids may be null if
Bluetooth
is turned of
[
all
...]
BluetoothDevicePreference.java
17
package com.android.settings.
bluetooth
;
20
import android.
bluetooth
.BluetoothClass;
21
import android.
bluetooth
.BluetoothDevice;
22
import android.
bluetooth
.BluetoothProfile;
43
*
Bluetooth
device in the
Bluetooth
Settings screen.
124
// Disable this view if the
bluetooth
enable/disable preference view is off
LocalBluetoothAdapter.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothDevice;
21
import android.
bluetooth
.BluetoothProfile;
63
* doesn't support
Bluetooth
, then null will be returned. Callers must be
/cts/apps/CtsVerifier/
AndroidManifest.xml
26
<uses-permission android:name="android.permission.
BLUETOOTH
" />
110
<activity android:name=".
bluetooth
.BluetoothTestActivity"
118
<meta-data android:name="test_required_features" android:value="android.hardware.
bluetooth
" />
121
<activity android:name=".
bluetooth
.BluetoothToggleActivity"
129
<meta-data android:name="test_parent" android:value="com.android.cts.verifier.
bluetooth
.BluetoothTestActivity" />
132
<activity android:name=".
bluetooth
.SecureServerActivity"
140
<meta-data android:name="test_parent" android:value="com.android.cts.verifier.
bluetooth
.BluetoothTestActivity" />
143
<activity android:name=".
bluetooth
.InsecureServerActivity"
151
<meta-data android:name="test_parent" android:value="com.android.cts.verifier.
bluetooth
.BluetoothTestActivity" />
154
<activity android:name=".
bluetooth
.SecureClientActivity
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
17
package android.
bluetooth
;
19
import android.
bluetooth
.IBluetoothCallback;
31
* A connected or connecting
Bluetooth
socket.
33
* <p>The interface for
Bluetooth
Sockets is similar to that of TCP sockets:
41
* <p>The most common type of
Bluetooth
socket is RFCOMM, which is the type
43
* transport over
Bluetooth
. It is also known as the Serial Port Profile (SPP).
66
* Requires the {@link android.Manifest.permission#
BLUETOOTH
} permission.
70
* <p>For more information about using
Bluetooth
, read the
71
* <a href="{@docRoot}guide/topics/wireless/
bluetooth
.html">
Bluetooth
</a> developer guide.</p
[
all
...]
/system/core/rootdir/
init.rc
151
mkdir /data/misc/bluetoothd 0770
bluetooth
bluetooth
152
mkdir /data/misc/
bluetooth
0770 system system
441
socket dbus stream 660
bluetooth
bluetooth
442
user
bluetooth
443
group
bluetooth
net_bt_admin
447
socket
bluetooth
stream 660
bluetooth
bluetooth
[
all
...]
/external/bluetooth/bluez/test/
hstest.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
40
#include <
bluetooth
/
bluetooth
.h>
41
#include <
bluetooth
/hci.h>
42
#include <
bluetooth
/hci_lib.h>
43
#include <
bluetooth
/sco.h>
44
#include <
bluetooth
/rfcomm.h>
/frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java
25
import android.
bluetooth
.BluetoothAdapter;
26
import android.
bluetooth
.IBluetooth;
230
* Shuts off power regardless of radio and
bluetooth
state if the alloted time has passed.
288
final IBluetooth
bluetooth
=
local
297
bluetoothOff =
bluetooth
== null ||
298
bluetooth
.getBluetoothState() == BluetoothAdapter.STATE_OFF;
300
Log.w(TAG, "Disabling
Bluetooth
...");
301
bluetooth
.disable(false); // disable but don't persist new state
304
Log.e(TAG, "RemoteException during
bluetooth
shutdown", ex);
319
Log.i(TAG, "Waiting for
Bluetooth
and Radio...")
[
all
...]
/packages/apps/Bluetooth/res/values-hr/
strings.xml
21
<string name="bt_share_picker_label" msgid="6268100924487046932">"
Bluetooth
"</string>
25
<string name="airplane_error_msg" msgid="8698965595254137230">"
Bluetooth
se ne mo?e upotrebljavati u na?inu rada u zrakoplovu."</string>
27
<string name="bt_enable_line1" msgid="7203551583048149">"Prima: upotreba
Bluetooth
usluga, prvo morate uklju?iti
Bluetooth
."</string>
28
<string name="bt_enable_line2" msgid="4341936569415937994">"Uklju?iti
Bluetooth
sada?"</string>
37
<string name="incoming_file_confirm_Notification_title" msgid="2958227698135117210">"
Bluetooth
dijeljenje: dolazna datoteka"</string>
99
<string name="btopp_live_folder" msgid="7967791481444474554">"
Bluetooth
primljen"</string>
106
<string name="outbound_noti_title" msgid="8051906709452260849">"
Bluetooth
dijeljenje: poslane datoteke"</string>
107
<string name="inbound_noti_title" msgid="4143352641953027595">"
Bluetooth
dijeljenje: primljene datoteke"</string>
/external/bluetooth/bluez/network/
common.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
39
#include <
bluetooth
/
bluetooth
.h>
40
#include <
bluetooth
/l2cap.h>
41
#include <
bluetooth
/bnep.h>
manager.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
28
#include <
bluetooth
/
bluetooth
.h>
29
#include <
bluetooth
/bnep.h>
30
#include <
bluetooth
/sdp.h>
/external/bluetooth/bluez/plugins/
dbusoob.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
33
#include <
bluetooth
/
bluetooth
.h>
34
#include <
bluetooth
/hci.h>
35
#include <
bluetooth
/sdp.h>
/frameworks/base/docs/html/sdk/api_diff/10/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.listenUsingInsecureRfcommWithServiceRecord_added(java.lang.String, java.util.UUID)"></A>
87
<nobr><code>BluetoothServerSocket</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothAdapter.html#listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)" target="_top"><code>listenUsingInsecureRfcommWithServiceRecord</code></A>(<code>String,</nobr> UUID<nobr><nobr></code>)</nobr>
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.createInsecureRfcommSocketToServiceRecord_added(java.util.UUID)"></A>
87
<nobr><code>BluetoothSocket</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothDevice.html#createInsecureRfcommSocketToServiceRecord(java.util.UUID)" target="_top"><code>createInsecureRfcommSocketToServiceRecord</code></A>(<code>UUID</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
.BluetoothDevice.html">BluetoothDevice</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/14/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.getProfileConnectionState_added(int)"></A>
87
<nobr><code>int</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothAdapter.html#getProfileConnectionState(int)" target="_top"><code>getProfileConnectionState</code></A>(<code>int</code>)</nobr>
android.bluetooth.BluetoothProfile.html
10
android.
bluetooth
.BluetoothProfile
74
Interface android.
bluetooth
.<A HREF="../../../../reference/android/
bluetooth
/BluetoothProfile.html" target="_top"><font size="+2"><code>BluetoothProfile</code></font></A>
87
<A NAME="android.
bluetooth
.BluetoothProfile.HEALTH"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothProfile.html#HEALTH" target="_top"><code>HEALTH</code></A></nobr>
android.bluetooth.BluetoothSocket.html
10
android.
bluetooth
.BluetoothSocket
74
Class android.
bluetooth
.<A HREF="../../../../reference/android/
bluetooth
/BluetoothSocket.html" target="_top"><font size="+2"><code>BluetoothSocket</code></font></A>
86
<A NAME="android.
bluetooth
.BluetoothSocket.isConnected_added()"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/
bluetooth
/BluetoothSocket.html#isConnected()" target="_top"><code>isConnected</code></A>()</nobr>
/packages/apps/Phone/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
.
61
(i.e. one of { earpiece (or wired headset) , speaker ,
bluetooth
}).
70
<!--
Bluetooth
is active -->
Completed in 643 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>