OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth
(Results
1 - 25
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.aidl
17
package android.
bluetooth
;
IBluetoothCallback.aidl
17
package android.
bluetooth
;
20
* System private API for
Bluetooth
service callbacks.
IBluetoothPbap.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* System private API for
Bluetooth
pbap service
IBluetoothA2dp.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* System private API for
Bluetooth
A2DP service
IBluetoothHeadset.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* System private API for
Bluetooth
Headset service
AtCommandHandler.java
17
package android.
bluetooth
;
19
import android.
bluetooth
.AtCommandResult;
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";
43
"android.
bluetooth
.devicepicker.action.DEVICE_SELECTED";
58
"android.
bluetooth
.devicepicker.action.LAUNCH";
/external/bluetooth/bluez/plugins/
storage.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
28
#include <
bluetooth
/
bluetooth
.h>
/external/bluetooth/bluez/audio/
bluetooth.conf
9
# "/etc/alsa/
bluetooth
.conf"
20
type
bluetooth
24
pcm.
bluetooth
{
32
type
bluetooth
/system/bluetooth/bluedroid/include/bluedroid/
bluetooth.h
22
#include <
bluetooth
/
bluetooth
.h>
24
/* Enable the
bluetooth
interface.
27
* Will block until the HCI interface and
bluetooth
daemons are ready to
33
/* Disable the
bluetooth
interface.
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java
19
import android.
bluetooth
.BluetoothA2dp;
20
import android.
bluetooth
.BluetoothAdapter;
21
import android.
bluetooth
.BluetoothClass;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothDevicePicker;
24
import android.
bluetooth
.BluetoothHeadset;
32
* Prints
Bluetooth
intents to logcat. For example:
57
// android.
bluetooth
.device.extra.DEVICE -> a.b.device.e.DEVICE
60
.replace("
bluetooth
", "b")
/external/bluetooth/bluez/rfcomm/
lexer.l
4
* BlueZ -
Bluetooth
protocol stack for Linux
36
#include <
bluetooth
/
bluetooth
.h>
37
#include <
bluetooth
/rfcomm.h>
kword.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
32
#include <
bluetooth
/
bluetooth
.h>
33
#include <
bluetooth
/rfcomm.h>
Android.mk
12
-DCONFIGDIR=\"/etc/
bluetooth
\" \
/system/bluetooth/bluedroid/
Android.mk
10
bluetooth
.c
14
system/
bluetooth
/bluez-clean-headers
/external/bluetooth/bluez/lib/
Android.mk
5
bluetooth
.c \
/system/bluetooth/tools/
sock_shutdown_bug_l2cap.c
23
#include <
bluetooth
/
bluetooth
.h>
24
#include <
bluetooth
/l2cap.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>
/frameworks/base/core/tests/coretests/src/android/bluetooth/
AtParserTest.java
17
package android.
bluetooth
;
19
import android.
bluetooth
.AtCommandHandler;
20
import android.
bluetooth
.AtCommandResult;
21
import android.
bluetooth
.AtParser;
/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/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
33
package com.android.
bluetooth
.opp;
BluetoothOppTransferInfo.java
33
package com.android.
bluetooth
.opp;
/external/bluetooth/bluez/serial/
manager.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
44
#include <
bluetooth
/
bluetooth
.h>
45
#include <
bluetooth
/hci.h>
46
#include <
bluetooth
/hci_lib.h>
47
#include <
bluetooth
/sdp.h>
48
#include <
bluetooth
/sdp_lib.h>
49
#include <
bluetooth
/rfcomm.h>
/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>
/external/bluetooth/bluez/input/
main.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
30
#include <
bluetooth
/
bluetooth
.h>
Completed in 1807 milliseconds
1
2
3
4
5
6
7
8
9
10
11