HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 1 - 25 of 3588) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/sepolicy/public/
bluetooth.te 0 # bluetooth subsystem
2 type bluetooth, domain;
  /device/linaro/hikey/bluetooth/
android.hardware.bluetooth@1.0-service.hikey.rc 1 service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service.hikey
3 user bluetooth
4 group bluetooth
  /system/bt/test/rootcanal/
android.hardware.bluetooth@1.0-service.sim.rc 1 service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service.sim
3 user bluetooth
4 group bluetooth
  /system/sepolicy/private/
bluetooth.te 0 # bluetooth subsystem
3 typeattribute bluetooth coredomain;
4 typeattribute bluetooth domain_deprecated;
6 app_domain(bluetooth)
7 net_domain(bluetooth)
10 type_transition bluetooth bluetooth_data_file:sock_file bluetooth_socket;
13 allowxperm bluetooth self:udp_socket ioctl priv_sock_ioctls;
15 wakelock_use(bluetooth);
18 allow bluetooth bluetooth_data_file:dir create_dir_perms;
19 allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms
    [all...]
bluetoothdomain.te 1 # Allow clients to use a socket provided by the bluetooth app.
2 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
  /device/asus/fugu/sepolicy/
bluetooth.te 1 allow bluetooth bluetooth_control:chr_file { rw_file_perms };
2 allow bluetooth sysfs_bluetooth:file r_file_perms;
  /device/google/dragon/sepolicy/
bluetooth.te 2 allow bluetooth sysfs_bluetooth:dir search;
3 allow bluetooth sysfs_bluetooth:file rw_file_perms;
  /device/linaro/hikey/
ueventd.common.rc 2 /dev/ttyAMA1 0660 bluetooth bluetooth
  /system/bt/service/
bluetoothtbd.rc 3 user bluetooth
4 group wakelock net_bt_admin bluetooth net_admin
  /frameworks/base/core/tests/BTtraffic/res/values/
strings.xml 2 <string name="app_name">Bluetooth Test</string>
  /frameworks/base/core/tests/SvcMonitor/res/values/
strings.xml 2 <string name="app_name">Bluetooth Test</string>
  /device/google/marlin/sepolicy/
bluetooth.te 1 # Temporarily allow access to /vendor libraries to not break bluetooth, but
3 # Bluetooth app depend on /vendor/lib64/libaptX_encoder.so
5 allow bluetooth vendor_file:file { r_file_perms execute };
  /development/samples/browseable/BluetoothChat/
_index.jd 9 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
10 (1) Scanning for other Bluetooth devices
11 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
14 (5) Transfering data over Bluetooth
  /hardware/broadcom/libbt/conf/google/gce_x86/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
2 UartPort=/dev/bluetooth/slave
  /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> (BLE) guide.</p
    [all...]
  /external/kmod/testsuite/rootfs-pristine/test-modprobe/show-depends/proc/
modules 2 bluetooth 173424 1 btusb, Live 0xffffffffa0040000
  /system/bt/service/test/
ParcelableTest.aidl 8 import android.bluetooth.AdvertiseData;
9 import android.bluetooth.AdvertiseSettings;
10 import android.bluetooth.BluetoothGattCharacteristic;
11 import android.bluetooth.BluetoothGattDescriptor;
12 import android.bluetooth.BluetoothGattIncludedService;
13 import android.bluetooth.BluetoothGattService;
14 import android.bluetooth.ScanFilter;
15 import android.bluetooth.ScanResult;
16 import android.bluetooth.ScanSettings;
17 import android.bluetooth.UUID
    [all...]
  /hardware/interfaces/bluetooth/1.0/
Android.bp 4 name: "android.hardware.bluetooth@1.0_hal",
13 name: "android.hardware.bluetooth@1.0_genc++",
15 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
17 ":android.hardware.bluetooth@1.0_hal",
20 "android/hardware/bluetooth/1.0/types.cpp",
21 "android/hardware/bluetooth/1.0/BluetoothHciAll.cpp",
22 "android/hardware/bluetooth/1.0/BluetoothHciCallbacksAll.cpp",
27 name: "android.hardware.bluetooth@1.0_genc++_headers",
29 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
31 ":android.hardware.bluetooth@1.0_hal"
    [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>
  /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...]
  /hardware/interfaces/bluetooth/1.0/default/
android.hardware.bluetooth@1.0-service.rc 1 service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
3 user bluetooth
4 group bluetooth
8 stop bluetooth-1-0
10 stop bluetooth-1-0
12 start bluetooth-1-0
14 start bluetooth-1-0
  /system/bt/service/common/
README 1 This directory contains all the "common" sources between the bluetooth daemon
2 and our client library. All source files here are under the "bluetooth"
4 Only common files should go here. All headers that go into common/bluetooth must
5 only include other headers from common/bluetooth and must use "bluetooth" as the
8 #include <bluetooth/uuid.h>
16 common/bluetooth/adapter_state.cpp should do:
18 #include "service/common/bluetooth/adapter_state.h"
  /device/google/dragon/bluetooth/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /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

Completed in 2956 milliseconds

1 2 3 4 5 6 7 8 91011>>