Home
last modified time | relevance | path

Searched refs:bluetooth (Results 1 – 25 of 124) sorted by relevance

12345

/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
DFacadeConfiguration.java31 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade;
32 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpSinkFacade;
33 import com.googlecode.android_scripting.facade.bluetooth.BluetoothAvrcpFacade;
34 import com.googlecode.android_scripting.facade.bluetooth.BluetoothConnectionFacade;
35 import com.googlecode.android_scripting.facade.bluetooth.BluetoothFacade;
36 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHidFacade;
37 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHspFacade;
38 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHfpClientFacade;
39 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade;
40 import com.googlecode.android_scripting.facade.bluetooth.BluetoothLeAdvertiseFacade;
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothAvrcpFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothAvrcpController;
26 import android.bluetooth.BluetoothDevice;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.BluetoothUuid;
DBluetoothMapFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothA2dpFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothA2dp;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothA2dpSinkFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothA2dpSink;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothHspFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothHfpClientFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothHeadsetClient;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothHidFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
DBluetoothLeAdvertiseFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.le.AdvertiseCallback;
26 import android.bluetooth.le.AdvertiseData;
27 import android.bluetooth.le.AdvertiseData.Builder;
28 import android.bluetooth.le.AdvertiseSettings;
29 import android.bluetooth.le.BluetoothLeAdvertiser;
57 private android.bluetooth.le.AdvertiseSettings.Builder mAdvertiseSettingsBuilder;
77 mAdvertiseSettingsBuilder = new android.bluetooth.le.AdvertiseSettings.Builder(); in BluetoothLeAdvertiseFacade()
121 mAdvertiseSettingsBuilder = new android.bluetooth.le.AdvertiseSettings.Builder(); in bleBuildAdvertiseSettings()
DBluetoothBroadcastHelper.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
DGattServerFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothGatt;
29 import android.bluetooth.BluetoothGattServer;
30 import android.bluetooth.BluetoothManager;
31 import android.bluetooth.BluetoothGattCharacteristic;
32 import android.bluetooth.BluetoothGattServerCallback;
33 import android.bluetooth.BluetoothGattDescriptor;
34 import android.bluetooth.BluetoothGattService;
[all …]
DBluetoothLeScanFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.le.BluetoothLeScanner;
29 import android.bluetooth.le.ScanCallback;
30 import android.bluetooth.le.ScanFilter;
31 import android.bluetooth.BluetoothAdapter.LeScanCallback;
32 import android.bluetooth.le.ScanFilter.Builder;
33 import android.bluetooth.le.ScanResult;
34 import android.bluetooth.le.ScanSettings;
[all …]
DBluetoothDiscoveryHelper.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell,router:panther'
21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification"
8 SUITE = 'bluetooth,bluetooth_qualification'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
27 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/client/site_tests/dummy_Pass/
Dcontrol.bluetooth6 NAME = "dummy_Pass.bluetooth"
9 DEPENDENCIES = "bluetooth"
18 This is a helper test that can only run on bluetooth devices,
22 job.run_test('dummy_Pass', tag='bluetooth')
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification"
8 SUITE = 'bluetooth,bluetooth_qualification'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
36 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification"
8 SUITE = 'bluetooth,bluetooth_qualification'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
54 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dcontrol7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification"
8 SUITE = 'bluetooth,bluetooth_qualification'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
55 from autotest_lib.server.cros.bluetooth import bluetooth_tester
/external/autotest/test_suites/
Dcontrol.bluetooth6 NAME = "bluetooth"
8 CRITERIA = "All tests with SUITE=bluetooth must pass."
25 args_dict['name'] = 'bluetooth'

12345