OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
1 - 25
of
3136
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/bsp/intel/soc/edison/
ueventd.edison.rc
2
/dev/rfkill 0660
bluetooth
bluetooth
3
/dev/ttyMFD0 0660
bluetooth
net_bt_stack
/system/sepolicy/
bluetooth.te
0
#
bluetooth
subsystem
2
type
bluetooth
, domain, domain_deprecated;
3
app_domain(
bluetooth
)
4
net_domain(
bluetooth
)
6
wakelock_use(
bluetooth
);
9
allow
bluetooth
bluetooth_data_file:dir create_dir_perms;
10
allow
bluetooth
bluetooth_data_file:notdevfile_class_set create_file_perms;
13
type_transition
bluetooth
bluetooth_data_file:sock_file bluetooth_socket;
14
allow
bluetooth
bluetooth_socket:sock_file create_file_perms;
16
#
bluetooth
factory file accesses
[
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/lge/bullhead/sepolicy/
bluetooth.te
1
allow
bluetooth
sysfs:file rw_file_perms;
2
allow
bluetooth
sysfs_usb:file w_file_perms;
4
allow
bluetooth
ttyHS0_device:chr_file rw_file_perms;
5
allow
bluetooth
start_hci_filter:unix_stream_socket connectto;
7
set_prop(
bluetooth
, wc_transport_prop)
10
allow
bluetooth
persist_file:dir search;
11
allow
bluetooth
persist_file:file r_file_perms;
/device/google/marlin/sepolicy/
bluetooth.te
1
allow
bluetooth
wcnss_filter:unix_stream_socket connectto;
3
set_prop(
bluetooth
, wc_prop)
6
allowxperm
bluetooth
self:udp_socket ioctl priv_sock_ioctls;
/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/htc/flounder/sepolicy/
bluetooth.te
2
allow
bluetooth
sysfs:file write;
3
allow
bluetooth
sysfs_usb:file write;
genfs_contexts
1
genfscon proc /
bluetooth
/sleep/lpm u:object_r:proc_bluetooth_writable:s0
2
genfscon proc /
bluetooth
/sleep/btwrite u:object_r:proc_bluetooth_writable:s0
/packages/services/Car/car_product/sepolicy/
bluetooth.te
2
set_prop(
bluetooth
, wc_transport_prop)
5
allow
bluetooth
serial_device:chr_file rw_file_perms;
8
allow
bluetooth
start_hci_filter:unix_stream_socket connectto;
11
allow
bluetooth
persist_file:file rw_file_perms;
14
allow
bluetooth
bt_firmware_file:file r_file_perms;
17
r_dir_file(
bluetooth
, sysfs_bt_power);
18
allow
bluetooth
sysfs_bt_power:file w_file_perms;
/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
/device/moto/shamu/sepolicy/
bluetooth.te
3
allow
bluetooth
sysfs:file rw_file_perms;
4
allow
bluetooth
sysfs_usb:file w_file_perms;
genfs_contexts
1
genfscon proc /
bluetooth
/sleep/lpm u:object_r:proc_bluetooth_writable:s0
2
genfscon proc /
bluetooth
/sleep/btwrite u:object_r:proc_bluetooth_writable:s0
/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
...]
/device/linaro/hikey/
ueventd.hikey.rc
2
/dev/ttyAMA1 0660
bluetooth
net_bt_stack
/system/bt/service/
bluetoothtbd.rc
3
user
bluetooth
/system/bt/service/common/bluetooth/binder/
parcel_helpers.h
23
#include <
bluetooth
/advertise_data.h>
24
#include <
bluetooth
/advertise_settings.h>
25
#include <
bluetooth
/gatt_identifier.h>
26
#include <
bluetooth
/scan_filter.h>
27
#include <
bluetooth
/scan_result.h>
28
#include <
bluetooth
/scan_settings.h>
29
#include <
bluetooth
/uuid.h>
37
// Helpers for converting
bluetooth
::AdvertiseData to/from Parcel
40
const
bluetooth
::AdvertiseData& data,
43
std::unique_ptr<
bluetooth
::AdvertiseData> CreateAdvertiseDataFromParcel
[
all
...]
/hardware/bsp/intel/peripheral/bluetooth/bcm43340/
bt_bcm43340.rc
2
#
BLUETOOTH
CONFIGURATION - BROADCOM SPECIFIC
6
mkdir /config/bt 0770 system
bluetooth
13
#
Bluetooth
16
chown
bluetooth
net_bt_stack /sys/class/rfkill/rfkill0/state
17
chown
bluetooth
net_bt_stack /sys/class/rfkill/rfkill0/type
/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>
/hardware/ril/rild/
rild.rc
4
socket sap_uim_socket1 stream 660
bluetooth
bluetooth
/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"
Completed in 838 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>