/external/sepolicy/ |
bluetooth.te | 0 # bluetooth subsystem 2 type bluetooth, domain; 3 permissive bluetooth; 4 app_domain(bluetooth) 5 unconfined_domain(bluetooth)
|
bluetoothd.te | 1 # bluetoothd - bluetooth daemon
|
/device/lge/mako/sepolicy/ |
bluetooth.te | 1 allow bluetooth smd_device:chr_file rw_file_perms;
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/apps/ |
bluetooth.html | 1 {{+partials.standard_apps_api api:apis.bluetooth/}}
|
/device/asus/grouper/sepolicy/ |
genfs_contexts | 1 genfscon proc /bluetooth/sleep/btwrite u:object_r:proc_bluetooth_writable:s0 2 genfscon proc /bluetooth/sleep/lpm u:object_r:proc_bluetooth_writable:s0
|
/frameworks/base/core/java/android/bluetooth/ |
package.html | 3 <p>Provides classes that manage Bluetooth functionality, such as scanning for 5 The Bluetooth API supports both "Classic Bluetooth" and Bluetooth Low Energy.</p> 7 <p>For more information about Classic Bluetooth, see the 8 <a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> guide. 9 For more information about Bluetooth Low Energy, see the 10 <a href="{@docRoot}guide/topics/connectivity/bluetooth-le.html"> 11 Bluetooth Low Energy</a> guide.</p [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth_pair_device_overlay.html | 1 <div id="bluetooth-pairing" class="page" hidden> 4 <div id="bluetooth-pairing-message-area" class="content-area"> 5 <div id="bluetooth-pairing-message-contents"> 6 <div id="bluetooth-pairing-instructions"></div> 7 <div id="bluetooth-pairing-passkey-display" hidden></div> 8 <div id="bluetooth-pairing-passkey-entry" hidden> 9 <input id="bluetooth-passkey" maxlength="6" type="text"> 11 <div id="bluetooth-pairing-pincode-entry" hidden> 12 <input id="bluetooth-pincode" maxlength="16" type="text"> 17 <button id="bluetooth-pair-device-cancel-button" type="reset [all...] |
bluetooth_add_device_overlay.html | 1 <div id="bluetooth-options" class="page" hidden> 4 <div class="settings-list bluetooth-device-list content-area"> 5 <list id="bluetooth-unpaired-devices-list"></list> 6 <div id="bluetooth-unpaired-devices-list-empty-placeholder" 7 class="bluetooth-empty-list-label" hidden> 12 <button id="bluetooth-add-device-cancel-button" type="reset" 15 <button id="bluetooth-add-device-apply-button" type="submit" 18 <span id="bluetooth-scanning-label" 21 <div id="bluetooth-scanning-icon" class="inline-spinner"></div>
|
bluetooth.css | 5 .bluetooth-device-list { 10 .bluetooth-device[notconnectable] { 14 .bluetooth-device[connected] { 18 #bluetooth-options .bluetooth-device-list { 22 #bluetooth-options .button-strip { 26 #bluetooth-options .button-strip #bluetooth-scanning-label { 31 #bluetooth-scanning-label { 36 #bluetooth-scanning-icon [all...] |
/development/apps/BluetoothDebug/ |
AndroidManifest.xml | 3 <uses-permission android:name="android.permission.BLUETOOTH" /> 6 <application android:label="Bluetooth Debug" > 9 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> 10 <action android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" /> 11 <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" /> 12 <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" /> 13 <action android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" /> 15 <action android:name="android.bluetooth.device.action.FOUND" /> 16 <action android:name="android.bluetooth.device.action.DISAPPEARED" /> 17 <action android:name="android.bluetooth.device.action.CLASS_CHANGED" / [all...] |
/development/samples/BluetoothChat/ |
_index.html | 2 two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth 5 <li>Scanning for other Bluetooth devices</li> 6 <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li> 9 <li>Transfering data over Bluetooth</li>
|
/external/chromium_org/device/ |
device_tests.gyp | 18 'bluetooth/bluetooth.gyp:device_bluetooth', 19 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', 24 'bluetooth/bluetooth_adapter_mac_unittest.mm', 25 'bluetooth/bluetooth_adapter_win_unittest.cc', 26 'bluetooth/bluetooth_device_win_unittest.cc', 27 'bluetooth/bluetooth_chromeos_unittest.cc', 28 'bluetooth/bluetooth_profile_chromeos_unittest.cc', 29 'bluetooth/bluetooth_service_record_mac_unittest.mm' [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
bluetooth_custom_bindings.js | 5 // Custom binding for the Bluetooth API. 7 var binding = require('binding').Binding.create('bluetooth'); 20 var bluetooth = {}; 28 bluetooth.deviceDiscoveredHandler = null; 29 bluetooth.onDeviceDiscovered = new Event('bluetooth.onDeviceDiscovered'); 31 bluetooth.onDeviceDiscovered.removeListener( 32 bluetooth.deviceDiscoveredHandler); 33 bluetooth.deviceDiscoveredHandler = null; 39 if (bluetooth.deviceDiscoveredHandler != null) [all...] |
/development/samples/browseable/BluetoothLeGatt/ |
_index.jd | 8 <p>This sample demonstrates how to use the Bluetooth Low Energy Generic 10 information about using Android's suppport for Bluetooth Low Energy, see 11 <a href="{@docRoot}guide/topics/connectivity/bluetooth-le.html">Bluetooth Low
|
/hardware/broadcom/libbt/conf/asus/grouper/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/moto/wingray/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo4g/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/maguro/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/docs/source.android.com/src/devices/ |
bluetooth.jd | 1 page.title=Bluetooth 28 <p>Android provides a default Bluetooth stack, BlueDroid, that is divided into two layers: The Bluetooth Embedded System (BTE), which implements the core 29 Bluetooth functionality and the Bluetooth Application Layer (BTA), which communicates 30 with Android framework applications. A Bluetooth system service communicates with the Bluetooth stack through JNI and with applications through 31 Binder IPC. The system service provides developers access to various Bluetooth profiles. The following 32 diagram shows the general structure of the Bluetooth stack: 40 href="http://developer.android.com/reference/android/bluetooth/package-summary.html">android.bluetooth</a [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_strings.gyp | 11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth', 18 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings', 25 '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
|
/development/samples/BluetoothHDP/ |
_index.jd | 1 page.tags="Bluetooth", "HDP", "Health" 5 <p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create 6 applications that use Bluetooth to communicate with health devices that support 7 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and 9 specialization codes, refer to <strong>Bluetooth Assigned Numbers</strong> at <a 10 href="http://www.bluetooth.org">www.bluetooth.org</a>. Note that these values 14 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
|
/device/lge/mako/ |
ueventd.mako.rc | 1 /dev/smd3 0660 bluetooth bluetooth 2 /dev/smd2 0660 bluetooth bluetooth 3 /dev/uinput 0660 system bluetooth 4 /dev/ttyHS0 0600 bluetooth bluetooth 5 /dev/ttyMSM0 0600 bluetooth bluetooth
|
/external/chromium_org/chrome/common/extensions/ |
DEPS | 3 "+device/bluetooth", # For BluetoothPermission
|
/development/samples/BluetoothLeGatt/ |
_index.jd | 1 page.tags="Bluetooth", "LE", "SMART" 6 a Bluetooth SMART (Low Energy) device. This feature is available on
|