OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth
(Results
51 - 75
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java
17
package android.
bluetooth
.cts;
19
import android.
bluetooth
.BluetoothAdapter;
30
* Note: If the target doesn't support
Bluetooth
at all, then
33
* purport to support
Bluetooth
.
/external/bluetooth/bluez/input/
Android.mk
17
-DCONFIGDIR=\"/etc/
bluetooth
\"
manager.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
30
#include <
bluetooth
/
bluetooth
.h>
31
#include <
bluetooth
/hci.h>
32
#include <
bluetooth
/sdp.h>
33
#include <
bluetooth
/sdp_lib.h>
/external/bluetooth/bluez/plugins/
netlink.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
35
#include <
bluetooth
/
bluetooth
.h>
98
family = genl_ctrl_search_by_name(cache, "
bluetooth
");
100
error("Failed to find
Bluetooth
netlink family");
echo.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
32
#include <
bluetooth
/
bluetooth
.h>
33
#include <
bluetooth
/rfcomm.h>
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java
33
package com.android.
bluetooth
.opp;
35
import com.android.
bluetooth
.R;
BluetoothOppLiveFolder.java
33
package com.android.
bluetooth
.opp;
35
import com.android.
bluetooth
.R;
48
.parse("content://com.android.
bluetooth
.opp/live_folders/received");
BluetoothOppBatch.java
33
package com.android.
bluetooth
.opp;
38
import android.
bluetooth
.BluetoothAdapter;
39
import android.
bluetooth
.BluetoothDevice;
BluetoothOppBtEnablingActivity.java
33
package com.android.
bluetooth
.opp;
35
import com.android.
bluetooth
.R;
39
import android.
bluetooth
.BluetoothAdapter;
BluetoothOppRfcommListener.java
33
package com.android.
bluetooth
.opp;
39
import android.
bluetooth
.BluetoothAdapter;
40
import android.
bluetooth
.BluetoothServerSocket;
41
import android.
bluetooth
.BluetoothSocket;
BluetoothOppTransferAdapter.java
33
package com.android.
bluetooth
.opp;
35
import com.android.
bluetooth
.R;
37
import android.
bluetooth
.BluetoothAdapter;
38
import android.
bluetooth
.BluetoothDevice;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java
33
package com.android.
bluetooth
.pbap;
35
import android.
bluetooth
.BluetoothAdapter;
/system/bluetooth/bluedroid/
bluetooth.c
29
#include <
bluetooth
/
bluetooth
.h>
30
#include <
bluetooth
/hci.h>
31
#include <
bluetooth
/hci_lib.h>
33
#include <bluedroid/
bluetooth
.h>
64
if (sz >= 9 && memcmp(buf, "
bluetooth
", 9) == 0) {
143
LOGE("Failed to create
bluetooth
hci socket: %s (%d)",
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java
17
package com.android.settings.
bluetooth
;
20
import com.android.settings.
bluetooth
.LocalBluetoothProfileManager.Profile;
22
import android.
bluetooth
.BluetoothA2dp;
23
import android.
bluetooth
.BluetoothAdapter;
24
import android.
bluetooth
.BluetoothClass;
25
import android.
bluetooth
.BluetoothDevice;
26
import android.
bluetooth
.BluetoothHeadset;
35
* BluetoothEventRedirector receives broadcasts and callbacks from the
Bluetooth
152
//
Bluetooth
on/off broadcasts
/device/htc/passion-common/tools/
Android.mk
29
system/
bluetooth
/bluedroid/include \
30
system/
bluetooth
/bluez-clean-headers
/external/bluetooth/bluez/common/
sdp-xml.h
3
* BlueZ -
Bluetooth
protocol stack for Linux
28
#include <
bluetooth
/sdp.h>
/external/bluetooth/bluez/cups/
main.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
38
#include <
bluetooth
/
bluetooth
.h>
39
#include <
bluetooth
/sdp.h>
40
#include <
bluetooth
/sdp_lib.h>
222
uri = g_strdup_printf("
bluetooth
://%c%c%c%c%c%c%c%c%c%c%c%c",
229
printf("network %s \"Unknown\" \"%s (
Bluetooth
)\"", uri, escaped);
657
fprintf(stderr, "Usage:
bluetooth
job-id user title copies options [file]\n");
676
if (strncasecmp(uri, "
bluetooth
://", 12)) {
718
fprintf(stderr, "ERROR: Can't open
Bluetooth
connection\n")
[
all
...]
/external/bluetooth/bluez/tools/
hcisecfilter.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
32
#include <
bluetooth
/
bluetooth
.h>
33
#include <
bluetooth
/hci.h>
34
#include <
bluetooth
/hci_lib.h>
/external/bluetooth/hcidump/src/
csrsniff.c
3
* BlueZ -
Bluetooth
protocol stack for Linux
37
#include <
bluetooth
/
bluetooth
.h>
38
#include <
bluetooth
/hci.h>
39
#include <
bluetooth
/hci_lib.h>
271
printf("CSR sniffer -
Bluetooth
packet analyzer ver %s\n", VERSION);
/external/qemu/
bt-host.c
2
* Wrap a host
Bluetooth
HCI socket in a struct HCIInfo.
32
# include <
bluetooth
/
bluetooth
.h>
33
# include <
bluetooth
/hci.h>
34
# include <
bluetooth
/hci_lib.h>
63
fprintf(stderr, "qemu: error %i writing
bluetooth
packet.\n",
203
fprintf(stderr, "qemu:
bluetooth
passthrough not supported (yet)\n");
/frameworks/base/core/java/android/bluetooth/
AtCommandResult.java
17
package android.
bluetooth
;
BluetoothServerSocket.java
17
package android.
bluetooth
;
25
* A listening
Bluetooth
socket.
27
* <p>The interface for
Bluetooth
Sockets is similar to that of TCP sockets:
35
* <p>The most common type of
Bluetooth
socket is RFCOMM, which is the type
37
* transport over
Bluetooth
. It is also known as the Serial Port Profile (SPP).
56
* Requires the {@link android.Manifest.permission#
BLUETOOTH
} permission.
72
* @throws IOException On error, for example
Bluetooth
not available, or
IBluetooth.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.IBluetoothCallback;
23
* System private API for talking with the
Bluetooth
service.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java
18
import android.
bluetooth
.BluetoothAdapter;
33
/** The use of location manager and
bluetooth
below are simply to simulate an app that
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java
18
import android.
bluetooth
.BluetoothAdapter;
31
/** The use of location manager and
bluetooth
below are simply to simulate an app that
Completed in 661 milliseconds
1
2
3
4
5
6
7
8
9
10
11