HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 26 - 50 of 611) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dpSink.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
23 * APIs for Bluetooth A2DP sink service
IBluetoothHealthCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHealthAppConfiguration;
IBluetoothAvrcpController.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * APIs for Bluetooth AVRCP controller service
IBluetoothPan.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * API for Bluetooth Pan service
IBluetoothHeadsetPhone.aidl 17 package android.bluetooth;
20 * API for Bluetooth Headset Phone Service in phone app
IBluetoothHealth.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHealthAppConfiguration;
21 import android.bluetooth.IBluetoothHealthCallback;
25 * API for Bluetooth Health service
IBluetoothProfileServiceConnection.aidl 17 package android.bluetooth;
23 * Callback for bluetooth profile connections.
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
GattServiceTest.java 2 package com.android.bluetooth.gatt;
7 import com.android.bluetooth.gatt.GattService;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java 1 package com.android.bluetooth.tests;
3 import com.android.bluetooth.map.BluetoothMapMasInstance;
ObexTestParams.java 1 package com.android.bluetooth.tests;
5 import android.bluetooth.BluetoothSocket;
SecurityTest.java 1 package com.android.bluetooth.tests;
3 import android.bluetooth.BluetoothAdapter;
4 import android.bluetooth.BluetoothDevice;
5 import android.bluetooth.BluetoothSocket;
6 import android.bluetooth.BluetoothUuid;
18 Log.e(TAG,"No Bluetooth Device!");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 17 package com.android.bluetooth.btservice;
26 import com.android.bluetooth.R;
27 import com.android.bluetooth.a2dp.A2dpService;
28 import com.android.bluetooth.a2dp.A2dpSinkService;
29 import com.android.bluetooth.avrcp.AvrcpControllerService;
30 import com.android.bluetooth.hdp.HealthService;
31 import com.android.bluetooth.hfp.HeadsetService;
32 import com.android.bluetooth.hfpclient.HeadsetClientService;
33 import com.android.bluetooth.hid.HidService;
34 import com.android.bluetooth.pan.PanService
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
24 * functionality related to a Bluetooth profile.
57 * @param device the Bluetooth device (to distinguish between PAN roles)
OppProfile.java 17 package com.android.settingslib.bluetooth;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
26 * OppProfile handles Bluetooth OPP.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
25 import com.android.settingslib.bluetooth.BluetoothEventManager;
29 * Bluetooth adapter starts or finishes discovery mode. This
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseCallback.java 17 package android.bluetooth.le;
20 * Bluetooth LE advertising callbacks, used to deliver advertising operation status.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsDataHolder.java 16 package com.android.bluetooth.map;
BluetoothMapSettings.java 16 package com.android.bluetooth.map;
17 import com.android.bluetooth.R;
18 import com.android.bluetooth.map.BluetoothMapAccountItem;
  /system/bt/btif/include/
btif_debug_conn.h 21 #include <hardware/bluetooth.h>
  /frameworks/opt/bluetooth/
Android.mk 6 src_dirs:= src/android/bluetooth/client/pbap
11 LOCAL_MODULE:= android.bluetooth.client.pbap
21 src_dirs:= src/android/bluetooth/client/map
26 LOCAL_MODULE:= android.bluetooth.client.map
  /system/bt/conf/
Android.mk 6 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
15 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
24 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
  /device/asus/flo/
init.flo.bt.sh 3 BLUETOOTH_SLEEP_PATH=/proc/bluetooth/sleep/proto
4 LOG_TAG="msm8960-bluetooth"
37 BDADDR=`/system/bin/bdAddrLoader -f /persist/bluetooth/.bdaddr -h -x`
42 setprop bluetooth.status off
66 0) logi "Bluetooth QSoC firmware download succeeded, $PWR_CLASS $BDADDR $TRANSPORT";;
67 *) failed "Bluetooth QSoC firmware download failed" $exit_code_hci_qcomm_init;
68 setprop bluetooth.status off;
72 setprop bluetooth.status on
74 logi "start bluetooth smd transport"
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanResultTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
27 * Unit test cases for Bluetooth LE scans.
29 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanResultTest' -w
30 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 17 package com.android.bluetooth.gatt;
20 import android.bluetooth.le.AdvertiseData;
21 import android.bluetooth.le.AdvertiseSettings;
26 * Helper class that represents a client for Bluetooth LE advertise operations.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothDeviceCriteria.java 17 package com.android.tv.settings.util.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;

Completed in 657 milliseconds

12 3 4 5 6 7 8 91011>>