/external/bluetooth/bluez/src/ |
dbus-hci.c | 3 * BlueZ - Bluetooth protocol stack for Linux 39 #include <bluetooth/bluetooth.h> 40 #include <bluetooth/hci.h> 41 #include <bluetooth/hci_lib.h> 42 #include <bluetooth/sdp.h>
|
sdpd-request.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 39 #include <bluetooth/l2cap.h> 40 #include <bluetooth/sdp.h> 41 #include <bluetooth/sdp_lib.h>
|
security.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/sdp.h>
|
storage.c | 3 * BlueZ - Bluetooth protocol stack for Linux 43 #include <bluetooth/bluetooth.h> 44 #include <bluetooth/sdp.h> 45 #include <bluetooth/sdp_lib.h>
|
/external/bluetooth/bluez/test/ |
l2test.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/l2cap.h>
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 17 package com.android.settings.bluetooth; 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothClass; 22 import android.bluetooth.BluetoothDevice; 36 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile; 47 * CachedBluetoothDevice represents a remote Bluetooth device. It contains 314 "Cannot use CachedBluetoothDevice without Bluetooth hardware"); [all...] |
/external/bluetooth/bluez/audio/ |
source.c | 3 * BlueZ - Bluetooth protocol stack for Linux 33 #include <bluetooth/bluetooth.h> 34 #include <bluetooth/sdp.h>
|
headset.c | 3 * BlueZ - Bluetooth protocol stack for Linux 42 #include <bluetooth/bluetooth.h> 43 #include <bluetooth/hci.h> 44 #include <bluetooth/hci_lib.h> 45 #include <bluetooth/sco.h> 46 #include <bluetooth/rfcomm.h> 47 #include <bluetooth/sdp.h> 48 #include <bluetooth/sdp_lib.h> [all...] |
/external/bluetooth/hcidump/parser/ |
rfcomm.c | 3 * BlueZ - Bluetooth protocol stack for Linux 39 #include <bluetooth/bluetooth.h>
|
l2cap.c | 3 * BlueZ - Bluetooth protocol stack for Linux 39 #include <bluetooth/bluetooth.h> 40 #include <bluetooth/hci.h> 41 #include <bluetooth/l2cap.h>
|
lmp.c | 3 * BlueZ - Bluetooth protocol stack for Linux 33 #include <bluetooth/bluetooth.h> 34 #include <bluetooth/hci.h> 35 #include <bluetooth/hci_lib.h>
|
capi.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 108 return "Bluetooth Device Management";
|
/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.BluetoothHeadset; 31 import android.bluetooth.BluetoothSocket; 32 import android.bluetooth.BluetoothUuid; 33 import android.bluetooth.IBluetooth; 34 import android.bluetooth.IBluetoothCallback; 92 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; 169 Log.w(TAG, "Bluetooth daemons already running - runtime restart? ") [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 33 package com.android.bluetooth.opp; 35 import com.android.bluetooth.R;
|
BluetoothOppReceiveFileInfo.java | 33 package com.android.bluetooth.opp;
|
/external/bluetooth/bluez/tools/ |
bccmd.c | 3 * BlueZ - Bluetooth protocol stack for Linux 34 #include <bluetooth/bluetooth.h> 35 #include <bluetooth/hci.h> 36 #include <bluetooth/hci_lib.h> 320 printf("Bluetooth clock: 0x%04x (%d)\n", clock, clock); 1076 { "clock", cmd_clock, "", "Get local Bluetooth clock" },
|
csr.c | 3 * BlueZ - Bluetooth protocol stack for Linux 38 #include <bluetooth/bluetooth.h> 39 #include <bluetooth/hci.h> 40 #include <bluetooth/hci_lib.h> 622 return "Bluetooth address"; 684 return "Initial value of Bluetooth clock"; 718 return "Bluetooth address + link key 0"; 720 return "Bluetooth address + link key 1"; 722 return "Bluetooth address + link key 2" [all...] |
hciattach.c | 3 * BlueZ - Bluetooth protocol stack for Linux 48 #include <bluetooth/bluetooth.h> 49 #include <bluetooth/hci.h> 50 #include <bluetooth/hci_lib.h> 1045 /* COM One Platinium Bluetooth PC Card */ 1048 /* TDK Bluetooth PC Card and IBM Bluetooth PC Card II */ 1051 /* Socket Bluetooth CF Card (Rev G) */ 1054 /* 3Com Bluetooth Card (Version 3.0) * [all...] |
/external/bluetooth/hcidump/src/ |
hcidump.c | 3 * BlueZ - Bluetooth protocol stack for Linux 42 #include <bluetooth/bluetooth.h> 43 #include <bluetooth/hci.h> 44 #include <bluetooth/hci_lib.h> 1001 printf("HCI sniffer - Bluetooth packet analyzer ver %s\n", VERSION);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 17 package android.bluetooth; 34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you 38 * <p>This class is really just a thin wrapper for a Bluetooth hardware 40 * are performed on the remote Bluetooth hardware address, using the 55 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission. 78 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. 83 "android.bluetooth.device.action.FOUND"; 90 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. 95 "android.bluetooth.device.action.DISAPPEARED"; 98 * Broadcast Action: Bluetooth class of a remote device has changed [all...] |
BluetoothHeadset.java | 17 package android.bluetooth; 30 * The Android Bluetooth API is not finalized, and *will* change. Use at your 33 * Public API for controlling the Bluetooth Headset Service. This includes both 34 * Bluetooth Headset and Handsfree (v1.5) profiles. The Headset service will 37 * BluetoothHeadset is a proxy object for controlling the Bluetooth Headset 50 * Android only supports one connected Bluetooth Headset at a time. 61 "android.bluetooth.headset.action.STATE_CHANGED"; 68 "android.bluetooth.headset.action.AUDIO_STATE_CHANGED"; 70 "android.bluetooth.headset.extra.STATE"; 72 "android.bluetooth.headset.extra.PREVIOUS_STATE" [all...] |
/frameworks/base/services/java/com/android/server/am/ |
BatteryStatsService.java | 19 import android.bluetooth.BluetoothHeadset;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 16 package com.android.bluetooth.pbap; 39 * VCard composer especially for Call Log used in Bluetooth. 254 // when connected over bluetooth)
|
/external/bluetooth/bluez/common/ |
sdp-xml.c | 3 * BlueZ - Bluetooth protocol stack for Linux 36 #include <bluetooth/sdp.h> 37 #include <bluetooth/sdp_lib.h>
|
/frameworks/base/core/jni/ |
Android.mk | 190 system/bluetooth/bluez-clean-headers
|