HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 126 - 150 of 758) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/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
  /packages/apps/Bluetooth/
AndroidManifest.xml 3 package="com.android.bluetooth"
6 <original-package android:name="com.android.bluetooth" />
8 <!-- Allows access to the Bluetooth Share Manager -->
16 <uses-permission android:name="android.permission.BLUETOOTH" />
28 android:authorities="com.android.bluetooth.opp"
42 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
134 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
AndroidManifest_test.xml 3 package="com.android.bluetooth"
5 <!-- Allows access to the Bluetooth Share Manager -->
13 <uses-permission android:name="android.permission.BLUETOOTH" />
31 android:authorities="com.android.bluetooth.opp"
43 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
103 <action android:name="android.bluetooth.IBluetoothPbap"/>
108 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
25 import com.android.settings.bluetooth.LocalBluetoothManager.Callback;
26 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
33 * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
DockEventReceiver.java 17 package com.android.settings.bluetooth;
19 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
22 import android.bluetooth.BluetoothA2dp;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothHeadset;
40 "com.android.settings.bluetooth.action.DOCK_SHOW_UI";
BluetoothSettings.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothClass;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothDevicePicker;
26 import android.bluetooth.BluetoothUuid;
47 * BluetoothSettings is the Settings screen for Bluetooth configuration and
163 // bluetooth manager
348 // When bluetooth is enabled (and we are in the activity, which we are),
RequestPermissionActivity.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
36 * usually started by an application wanted to start bluetooth and or discovery
41 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
42 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_DISCOVERABLE
59 * True if bluetooth wasn't enabled and RequestPermissionHelperActivity was
190 // If BT is not up yet, show "Turning on Bluetooth..."
261 Log.e(TAG, "Error: there's a problem starting bluetooth");
  /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)",
  /external/bluetooth/bluez/input/
sixpair.c 2 * gcc -g -Wall -I../src -I../lib/ -I../include -DSTORAGEDIR=\"/var/lib/bluetooth\" -o sixpair sixpair.c ../src/storage.c ../common/libhelper.a -I../common `pkg-config --libs --cflags glib-2.0 libusb-1.0` -lbluetooth
10 #include <bluetooth/bluetooth.h>
11 #include <bluetooth/sdp_lib.h>
51 g_warning ("Getting the master Bluetooth address failed");
54 g_print ("Current Bluetooth master: %02X:%02X:%02X:%02X:%02X:%02X\n",
74 g_warning ("Getting the device Bluetooth address failed");
82 g_print ("Device Bluetooth address: %s\n", address);
116 g_warning ("Setting the master Bluetooth address failed");
Android.mk 17 -DCONFIGDIR=\"/etc/bluetooth\"
Makefile.am 3 plugindir = $(libdir)/bluetooth/plugins
manager.h 3 * BlueZ - Bluetooth protocol stack for Linux
server.h 3 * BlueZ - Bluetooth protocol stack for Linux
  /packages/apps/Bluetooth/res/values-zh-rCN/
strings.xml 20 <string name="permdesc_bluetoothShareManager" msgid="8739116224907566462">"???????? Bluetooth Share ????????????????"</string>
36 <string name="incoming_file_confirm_Notification_title" msgid="2958227698135117210">"Bluetooth Share?????"</string>
39 <string name="notification_receiving" msgid="3938472603351415139">"Bluetooth Share????? %1$s"</string>
40 <string name="notification_received" msgid="7594846429703561009">"Bluetooth Share???? %1$s"</string>
41 <string name="notification_received_fail" msgid="2017422835194149214">"Bluetooth Share?????? %1$s"</string>
42 <string name="notification_sending" msgid="3118149961355869912">"Bluetooth Share????? %1$s"</string>
43 <string name="notification_sent" msgid="6345048674000520702">"Bluetooth Share???? %1$s"</string>
45 <string name="notification_sent_fail" msgid="6632995333466325127">"Bluetooth Share?????? %1$s"</string>
97 <string name="btopp_live_folder" msgid="7967791481444474554">"Bluetooth received"</string>
  /system/core/include/private/
android_filesystem_config.h 38 #define AID_BLUETOOTH 1002 /* bluetooth subsystem */
61 #define AID_NET_BT_ADMIN 3001 /* bluetooth: create any socket */
62 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */
82 { "bluetooth", AID_BLUETOOTH, },
159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" },
160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" },
161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" },
162 { 00444, AID_NET_BT, AID_NET_BT, "system/etc/bluetooth/blacklist.conf" },
163 { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" },
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
77 // Local Bluetooth adapter
98 // Get local Bluetooth adapter
101 // If the adapter is null, then Bluetooth is not supported
103 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show();
136 // Start the Bluetooth chat services
165 // Initialize the BluetoothChatService to perform bluetooth connections
187 // Stop the Bluetooth chat services
303 // When the request to enable Bluetooth return
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
48 .parse("content://com.android.bluetooth.opp/live_folders/received");
  /system/netd/
PanController.cpp 29 #include <bluedroid/bluetooth.h>
52 LOGE("Cannot start PAN services - Bluetooth not running");
57 LOGE("Cannot start PAN services - No Bluetooth support");
  /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/audio/
unix.h 3 * BlueZ - Bluetooth protocol stack for Linux
  /external/bluetooth/bluez/common/
oui.h 3 * BlueZ - Bluetooth protocol stack for Linux
  /external/bluetooth/bluez/
configure.ac 68 scripts/bluetooth.rules
  /external/bluetooth/bluez/network/
Makefile.am 3 plugindir = $(libdir)/bluetooth/plugins
manager.h 3 * BlueZ - Bluetooth protocol stack for Linux
  /external/bluetooth/bluez/plugins/
builtin.h 3 * BlueZ - Bluetooth protocol stack for Linux

Completed in 1085 milliseconds

1 2 3 4 56 7 8 91011>>