OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
51 - 75
of
1267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl
17
package android.
bluetooth
;
20
* System private API for
Bluetooth
service callbacks.
IBluetoothStateChangeCallback.aidl
17
package android.
bluetooth
;
20
* System private API for
Bluetooth
state change callback.
IBluetoothA2dp.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* APIs for
Bluetooth
A2DP service
IBluetoothHeadset.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* API for
Bluetooth
Headset service
IBluetooth.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.IBluetoothCallback;
20
import android.
bluetooth
.IBluetoothStateChangeCallback;
21
import android.
bluetooth
.IBluetoothHealthCallback;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothHealthAppConfiguration;
28
* System private API for talking with the
Bluetooth
service.
BluetoothHeadset.java
17
package android.
bluetooth
;
33
* Public API for controlling the
Bluetooth
Headset Service. This includes both
34
*
Bluetooth
Headset and Handsfree (v1.5) profiles.
36
* <p>BluetoothHeadset is a proxy object for controlling the
Bluetooth
Headset
43
* <p> Android only supports one connected
Bluetooth
Headset at a time.
64
* <p>Requires {@link android.Manifest.permission#
BLUETOOTH
} permission to
69
"android.
bluetooth
.headset.profile.action.CONNECTION_STATE_CHANGED";
84
* <p>Requires {@link android.Manifest.permission#
BLUETOOTH
} permission
89
"android.
bluetooth
.headset.profile.action.AUDIO_STATE_CHANGED";
98
* <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote
Bluetooth
Devic
[
all
...]
BluetoothPbap.java
17
package android.
bluetooth
;
29
* The Android
Bluetooth
API is not finalized, and *will* change. Use at your
32
* Public API for controlling the
Bluetooth
Pbap Service. This includes
33
*
Bluetooth
Phone book Access profile.
34
* BluetoothPbap is a proxy object for controlling the
Bluetooth
Pbap
47
* Android only supports one connected
Bluetooth
Pce at a time.
58
"android.
bluetooth
.pbap.intent.PBAP_STATE";
61
"android.
bluetooth
.pbap.intent.PBAP_PREVIOUS_STATE";
68
"android.
bluetooth
.pbap.intent.action.PBAP_STATE_CHANGED";
89
* An interface for notifying
Bluetooth
PCE IPC clients when they hav
[
all
...]
BluetoothProfile.java
18
package android.
bluetooth
;
23
* Public APIs for the
Bluetooth
Profiles.
35
*
Bluetooth
device.
37
public static final String EXTRA_STATE = "android.
bluetooth
.profile.extra.STATE";
43
*
Bluetooth
device.
46
"android.
bluetooth
.profile.extra.PREVIOUS_STATE";
122
* <p>Requires {@link android.Manifest.permission#
BLUETOOTH
} permission.
135
* <p>Requires {@link android.Manifest.permission#
BLUETOOTH
} permission.
147
* <p>Requires {@link android.Manifest.permission#
BLUETOOTH
} permission.
149
* @param device Remote
bluetooth
device
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothA2dp;
20
import android.
bluetooth
.BluetoothAdapter;
21
import android.
bluetooth
.BluetoothClass;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothProfile;
24
import android.
bluetooth
.BluetoothUuid;
33
* A2dpProfile handles
Bluetooth
A2DP.
BluetoothDiscoveryReceiver.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
27
*
Bluetooth
adapter starts or finishes discovery mode. This
DevicePickerFragment.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothDevice;
21
import android.
bluetooth
.BluetoothDevicePicker;
28
* BluetoothSettings is the Settings screen for
Bluetooth
configuration and
BluetoothEnabler.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
33
* BluetoothEnabler is a helper to manage the
Bluetooth
on/off checkbox
34
* preference. It turns on/off
Bluetooth
and ensures the summary of the
58
//
Bluetooth
is not supported
73
//
Bluetooth
state is not sticky, so set it manually
104
// Show toast message if
Bluetooth
is not allowed in airplane mode
PanProfile.java
17
package com.android.settings.
bluetooth
;
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothClass;
21
import android.
bluetooth
.BluetoothDevice;
22
import android.
bluetooth
.BluetoothPan;
23
import android.
bluetooth
.BluetoothProfile;
32
* PanProfile handles
Bluetooth
PAN profile (NAP and PANU).
/external/bluetooth/bluez/audio/
Android.mk
18
module-
bluetooth
-sink.c \
28
-DCONFIGDIR=\"/etc/
bluetooth
\" \
83
system/
bluetooth
/bluez-clean-headers
88
ifneq ($(wildcard system/
bluetooth
/legacy.mk),)
/external/bluetooth/bluez/compat/
pand.1
4
pand \- BlueZ
Bluetooth
PAN daemon
7
networks using
Bluetooth
.
76
The devup/devdown script will be called with
bluetooth
device as first argument
77
and
bluetooth
destination address as second argument.
/external/bluetooth/bluez/tools/
l2ping.8
23
L2ping sends a L2CAP echo request to the
Bluetooth
MAC address
32
, which must be the name of an installed
Bluetooth
device (X = 0, 1, 2, ...)
33
If not specified, the command will be sent to the first available
Bluetooth
69
The
Bluetooth
MAC address to be pinged in dotted hex notation like
/external/bluetooth/hcidump/parser/
bpa.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
37
#include <
bluetooth
/
bluetooth
.h>
38
#include <
bluetooth
/hci.h>
/external/bluetooth/bluez/lib/bluetooth/
uuid.h
3
* BlueZ -
Bluetooth
protocol stack for Linux
33
#include <
bluetooth
/
bluetooth
.h>
/external/bluetooth/bluez/plugins/
storage.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
28
#include <
bluetooth
/
bluetooth
.h>
/external/bluetooth/bluez/src/
manager.h
3
* BlueZ -
Bluetooth
protocol stack for Linux
25
#include <
bluetooth
/
bluetooth
.h>
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/
ExternalSharedPermsBTTest.java
18
import android.
bluetooth
.BluetoothAdapter;
26
/** The use of
bluetooth
below is simply to simulate an activity that tries to use
bluetooth
/packages/apps/Bluetooth/res/values/
strings_pbap.xml
4
<string name="pbap_session_key_dialog_header">
Bluetooth
session key required</string>
8
<!-- Notification title when a
Bluetooth
device wants to pair with us -->
10
<!-- Notification message when a
Bluetooth
device wants to pair with us -->
/system/bluetooth/tools/
sock_shutdown_bug_l2cap.c
23
#include <
bluetooth
/
bluetooth
.h>
24
#include <
bluetooth
/l2cap.h>
/external/bluetooth/bluez/cups/
sdp.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
34
#include <
bluetooth
/
bluetooth
.h>
35
#include <
bluetooth
/sdp.h>
36
#include <
bluetooth
/sdp_lib.h>
/external/bluetooth/bluez/test/
sdptest.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
35
#include <
bluetooth
/
bluetooth
.h>
36
#include <
bluetooth
/hci.h>
37
#include <
bluetooth
/hci_lib.h>
38
#include <
bluetooth
/sdp.h>
39
#include <
bluetooth
/sdp_lib.h>
Completed in 895 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>