OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
501 - 525
of
3136
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java
17
package com.googlecode.android_scripting.facade.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
32
* Blindly confirm
bluetooth
connection/bonding requests.
37
Log.d("
Bluetooth
pairing intent received: " + action);
/frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.aidl
17
package android.
bluetooth
;
BluetoothAudioConfig.aidl
17
package android.
bluetooth
;
BluetoothAvrcpPlayerSettings.aidl
17
package android.
bluetooth
;
BluetoothDevice.aidl
17
package android.
bluetooth
;
BluetoothGattCallbackWrapper.java
17
package android.
bluetooth
;
19
import android.
bluetooth
.le.AdvertiseSettings;
20
import android.
bluetooth
.le.ScanResult;
21
import android.
bluetooth
.BluetoothGattService;
BluetoothGattCharacteristic.aidl
17
package android.
bluetooth
;
BluetoothGattDescriptor.aidl
17
package android.
bluetooth
;
BluetoothGattIncludedService.aidl
17
package android.
bluetooth
;
BluetoothGattService.aidl
17
package android.
bluetooth
;
BluetoothHeadsetClientCall.aidl
16
package android.
bluetooth
;
BluetoothHealthAppConfiguration.aidl
17
package android.
bluetooth
;
OobData.aidl
17
package android.
bluetooth
;
/frameworks/base/core/java/android/bluetooth/le/
AdvertiseData.aidl
17
package android.
bluetooth
.le;
AdvertiseSettings.aidl
17
package android.
bluetooth
.le;
ResultStorageDescriptor.aidl
17
package android.
bluetooth
.le;
ScanFilter.aidl
17
package android.
bluetooth
.le;
ScanResult.aidl
17
package android.
bluetooth
.le;
ScanSettings.aidl
17
package android.
bluetooth
.le;
/frameworks/base/core/tests/BTtraffic/
AndroidManifest.xml
5
<uses-permission android:name="android.permission.
BLUETOOTH
"/>
README
1
This is a tool to generate classic
Bluetooth
traffic with specified period and package size.
3
used to measure the CPU usage from the Java layer
Bluetooth
code and the underlying system service
4
com.android.
bluetooth
.
9
3.
Bluetooth
has to be turned on on both side.
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothUuidTest.java
17
package android.
bluetooth
;
27
* To run this test, use adb shell am instrument -e class 'android.
bluetooth
.BluetoothUuidTest' -w
28
* 'com.android.
bluetooth
.tests/android.
bluetooth
.BluetoothTestRunner'
/frameworks/base/docs/html/training/managing-audio/
audio-output.jd
33
feature
Bluetooth
connectivity and support for A2DP audio. </p>
41
being routed to the device speaker, wired headset, or attached
Bluetooth
device as shown in the
46
// Adjust output for
Bluetooth
.
59
<p>When a headset is unplugged, or a
Bluetooth
device disconnected, the audio stream
/frameworks/base/media/packages/BluetoothMidiService/
AndroidManifest.xml
7
<uses-permission android:name="android.permission.
BLUETOOTH
"/>
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java
17
package com.android.settingslib.
bluetooth
;
19
import android.
bluetooth
.BluetoothA2dp;
20
import android.
bluetooth
.BluetoothAdapter;
21
import android.
bluetooth
.BluetoothClass;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothProfile;
24
import android.
bluetooth
.BluetoothUuid;
60
if (V) Log.d(TAG,"
Bluetooth
service connected");
79
if (V) Log.d(TAG,"
Bluetooth
service disconnected");
Completed in 271 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>