HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 251 - 275 of 850) sorted by null

<<11121314151617181920>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothTestActivity.java 17 package com.android.cts.verifier.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
41 Toast.makeText(this, "bluetooth not supported", Toast.LENGTH_SHORT);
51 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
53 "com.android.cts.verifier.bluetooth.BleScannerTestActivity");
55 "com.android.cts.verifier.bluetooth.BleClientTestActivity");
57 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
60 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
62 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
64 "com.android.cts.verifier.bluetooth.BleScannerTestActivity")
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseSettingsTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.AdvertiseSettings;
ScanSettingsTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.ScanSettings;
25 * Test for Bluetooth LE {@link ScanSettings}.
TestUtils.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.ScanRecord;
30 * Utility class for Bluetooth CTS test.
  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 7 from autotest_lib.server.cros.bluetooth import bluetooth_device
8 from autotest_lib.server.cros.bluetooth import bluetooth_tester
12 """Base class for Bluetooth tests.
15 collection of Bluetooth tests that sets the following properties, depending
26 It is not mandatory to use this base class for Bluetooth tests, it is for
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListing.java 17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
  /packages/apps/Bluetooth/src/com/android/bluetooth/
BluetoothObexTransport.java 16 package com.android.bluetooth;
18 import android.bluetooth.BluetoothSocket;
29 * Generic Obex Transport class, to be used in OBEX based Bluetooth
ObexRejectServer.java 15 package com.android.bluetooth;
22 import android.bluetooth.BluetoothSocket;
SignedLongLong.java 17 package com.android.bluetooth;
21 import com.android.bluetooth.map.BluetoothMapUtils;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothProfile;
21 import android.bluetooth.BluetoothUuid;
22 import android.bluetooth.IBluetoothA2dp;
28 import com.android.bluetooth.avrcp.Avrcp;
29 import com.android.bluetooth.btservice.ProfileService;
30 import com.android.bluetooth.Utils;
37 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
NowPlaying.java 17 package com.android.bluetooth.avrcp;
21 import com.android.bluetooth.Utils;
31 * Provides Bluetooth AVRCP Controller profile, as a service in the Bluetooth application.
RemoteMediaPlayers.java 17 package com.android.bluetooth.avrcp;
21 import com.android.bluetooth.Utils;
31 * Provides Bluetooth AVRCP Controller profile, as a service in the Bluetooth application.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileObserver.java 1 package com.android.bluetooth.btservice;
3 import android.bluetooth.BluetoothAdapter;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageEmail.java 15 package com.android.bluetooth.map;
26 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothAdapter;
68 // Don't forward intent unless device has bluetooth and bluetooth is enabled.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexTransport.java 17 package com.android.bluetooth.pbapclient;
19 import android.bluetooth.BluetoothSocket;
BluetoothPbapRequestPullVcardEntry.java 17 package com.android.bluetooth.pbapclient;
23 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
  /packages/apps/Bluetooth/tests/
Android.mk 13 # LOCAL_SRC_FILES := src/com/android/bluetooth/tests/BluetoothMapContentTest.java
17 LOCAL_INSTRUMENTATION_FOR := Bluetooth
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothTestUtils.java 1 package com.android.bluetooth.tests;
4 import android.bluetooth.BluetoothAdapter;
36 Log.i(TAG, "Bluetooth enabled...");
MapObexTestServer.java 1 package com.android.bluetooth.tests;
11 import android.bluetooth.BluetoothAdapter;
17 import com.android.bluetooth.map.BluetoothMapAccountItem;
18 import com.android.bluetooth.map.BluetoothMapContentObserver;
19 import com.android.bluetooth.map.BluetoothMapMasInstance;
20 import com.android.bluetooth.map.BluetoothMapObexServer;
21 import com.android.bluetooth.map.BluetoothMapUtils;
22 import com.android.bluetooth.map.BluetoothMnsObexClient;
SeqStep.java 1 package com.android.bluetooth.tests;
12 import com.android.bluetooth.tests.TestSequencer.OPTYPE;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AccessoryUtils.java 19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
IBluetoothMapService.aidl 21 import android.bluetooth.BluetoothDevice;
28 * Bluetooth Message service provides the API for Car to send and receive messages by using the MAP
29 * protocol over Bluetooth. The current set of functions that may be achieved are:
30 * A) Send SMS/MMS over bluetooth.
45 // @callback - Callback to receive events from Bluetooth MAP protocol.
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattClient.h 25 #include <bluetooth/binder/IBluetoothGattClientCallback.h>
26 #include <bluetooth/gatt_identifier.h>
31 // This class defines the Binder IPC interface for interacting with Bluetooth

Completed in 378 milliseconds

<<11121314151617181920>>