Searched refs:bluetooth (Results 1 – 25 of 407) sorted by relevance
12345678910>>...17
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/ |
D | FacadeConfiguration.java | 21 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade; 22 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpSinkFacade; 23 import com.googlecode.android_scripting.facade.bluetooth.BluetoothAvrcpFacade; 24 import com.googlecode.android_scripting.facade.bluetooth.BluetoothConnectionFacade; 25 import com.googlecode.android_scripting.facade.bluetooth.BluetoothFacade; 26 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHfpClientFacade; 27 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHidDeviceFacade; 28 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHidFacade; 29 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHspFacade; 30 import com.googlecode.android_scripting.facade.bluetooth.BluetoothLeAdvertiseFacade; [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterPairing/ |
D | control.mouse | 9 PURPOSE = 'Test bluetooth adapter pairing and connecting to a bluetooth device.' 11 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_chameleon, suite:bluetooth_chameleon_sanity' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 19 Verify that the bluetooth adapter of the DUT could pair and connect 20 to a bluetooth device.
|
D | control.le.mouse | 9 PURPOSE = 'Test bluetooth adapter pairing and connecting to a bluetooth device.' 11 ATTRIBUTES = 'suite:bluetooth' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth, chameleon:bt_hog' 19 Verify that the bluetooth adapter of the DUT could pair and connect 20 to a bluetooth le device.
|
D | control.mouse.pairing_twice | 9 PURPOSE = 'Test bluetooth adapter pairing and connecting to a bluetooth device.' 11 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_stress' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 19 Verify that the bluetooth adapter of the DUT could pair and connect 20 to a bluetooth device.
|
D | control.le.mouse.pairing_twice | 9 PURPOSE = 'Test bluetooth adapter pairing and connecting to a bluetooth device.' 11 ATTRIBUTES = 'suite:bluetooth' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth, chameleon:bt_hog' 19 Verify that the bluetooth adapter of the DUT could pair and connect 20 to a bluetooth le device.
|
D | control.mouse.stress_100 | 9 PURPOSE = ('Stree test for 100 iterations on bluetooth adapter pairing ' 12 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_stress' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 20 Verify that the bluetooth adapter of the DUT could pair and connect 21 to a bluetooth device.
|
D | control.mouse.stress_500 | 9 PURPOSE = ('Stree test for 500 iterations on bluetooth adapter pairing ' 12 ATTRIBUTES = 'suite:bluetooth' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 20 Verify that the bluetooth adapter of the DUT could pair and connect 21 to a bluetooth device.
|
D | control.mouse.suspend_resume | 9 PURPOSE = 'Test adapter pairing and connecting to a bluetooth device after suspend/resume' 11 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_chameleon' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 19 Verify that the bluetooth adapter of the DUT could pair and connect 20 to a bluetooth device.
|
D | control.le.mouse.stress_500 | 9 PURPOSE = ('Stress test for 500 iterations on bluetooth adapter pairing ' 12 ATTRIBUTES = 'suite:bluetooth' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hog' 20 Verify that the bluetooth adapter of the DUT could pair and connect 21 to a bluetooth le device.
|
D | control.le.mouse.stress_100 | 9 PURPOSE = ('Stress test for 100 iterations on bluetooth adapter pairing ' 12 ATTRIBUTES = 'suite:bluetooth' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hog' 20 Verify that the bluetooth adapter of the DUT could pair and connect 21 to a bluetooth le device.
|
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/ |
D | control.mouse.suspend_resume | 9 PURPOSE = ('Test bluetooth adapter receiving reports from ' 10 'bluetooth HID devices.') 12 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_chameleon' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 20 Verify that the bluetooth adapter of the DUT could receive HID reports 21 sent from a connected bluetooth device correctly.
|
D | control.mouse.reboot | 9 PURPOSE = ('Test bluetooth adapter receiving reports from ' 10 'bluetooth HID devices after a reboot.') 12 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_chameleon' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 20 Verify that the bluetooth adapter of the DUT could receive HID reports 21 sent from a connected bluetooth device correctly before and after a
|
D | control.mouse | 9 PURPOSE = ('Test bluetooth adapter receiving reports from ' 10 'bluetooth HID devices.') 12 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_chameleon, suite:bluetooth_chameleon_sanity' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hid' 20 Verify that the bluetooth adapter of the DUT could receive HID reports 21 sent from a connected bluetooth device correctly.
|
D | control.le.mouse | 9 PURPOSE = ('Test bluetooth adapter receiving reports from ' 10 'bluetooth HID devices.') 12 ATTRIBUTES = 'suite:bluetooth' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:bt_hog' 20 Verify that the bluetooth adapter of the DUT could receive HID reports 21 sent from a connected bluetooth le device correctly.
|
D | control.ble_mouse | 9 PURPOSE = ('Test bluetooth adapter receiving reports from ' 12 ATTRIBUTES = 'suite:bluetooth' 15 TEST_CLASS = 'bluetooth' 17 DEPENDENCIES = 'bluetooth, chameleon:ble, nRF52' 20 Verify that the bluetooth adapter of the DUT could receive HID reports
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothAvrcpFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 21 import android.bluetooth.BluetoothAdapter; 22 import android.bluetooth.BluetoothAvrcpController; 23 import android.bluetooth.BluetoothDevice; 24 import android.bluetooth.BluetoothProfile; 25 import android.bluetooth.BluetoothUuid;
|
D | BluetoothPanFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothPan; 23 import android.bluetooth.BluetoothProfile; 24 import android.bluetooth.BluetoothUuid;
|
D | BluetoothMapFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 20 import android.bluetooth.BluetoothAdapter; 21 import android.bluetooth.BluetoothDevice; 22 import android.bluetooth.BluetoothMap; 23 import android.bluetooth.BluetoothProfile; 24 import android.bluetooth.BluetoothUuid;
|
D | BluetoothA2dpFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 20 import android.bluetooth.BluetoothA2dp; 21 import android.bluetooth.BluetoothAdapter; 22 import android.bluetooth.BluetoothCodecConfig; 23 import android.bluetooth.BluetoothCodecStatus; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/ |
D | control | 9 PURPOSE = 'Test bluetooth adapter standalone without connection.' 11 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_sanity' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth' 19 Verify that the bluetooth adapter of the DUT works properly standalone
|
D | control.stress | 9 PURPOSE = 'Stress test for bluetooth adapter standalone.' 11 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_stress' 14 TEST_CLASS = 'bluetooth' 16 DEPENDENCIES = 'bluetooth' 19 Verify that the bluetooth adapter of the DUT works properly standalone
|
/external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/ |
D | control | 6 from autotest_lib.server.cros.bluetooth import advertisements_data 11 PURPOSE = 'Test bluetooth adapter state with suspending and resuming DUT.' 13 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_sanity' 16 TEST_CLASS = 'bluetooth' 18 DEPENDENCIES = 'bluetooth'
|
D | control.stress_100 | 6 from autotest_lib.server.cros.bluetooth import advertisements_data 11 PURPOSE = 'Test bluetooth adapter state with suspending and resuming DUT.' 13 ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_stress' 16 TEST_CLASS = 'bluetooth' 18 DEPENDENCIES = 'bluetooth'
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBluetoothDevice.java | 3 import static android.bluetooth.BluetoothDevice.BOND_NONE; 7 import android.bluetooth.BluetoothDevice; 8 import android.bluetooth.BluetoothGatt; 9 import android.bluetooth.BluetoothGattCallback; 10 import android.bluetooth.IBluetooth;
|
/external/autotest/client/site_tests/dummy_Pass/ |
D | control.bluetooth | 6 NAME = "dummy_Pass.bluetooth" 9 DEPENDENCIES = "bluetooth" 17 This is a helper test that can only run on bluetooth devices, 21 job.run_test('dummy_Pass', tag='bluetooth')
|
12345678910>>...17