Home
last modified time | relevance | path

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

123456789

/cts/tests/signature/api-check/
Dhiddenapi-filter.csv2 Landroid/bluetooth/BluetoothCodecConfig;-><init>(I)V
3 Landroid/bluetooth/BluetoothCodecConfig;-><init>(IIIIIJJJJ)V
4 Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_16:I
5 Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_24:I
6 Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_32:I
7 Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_NONE:I
8 Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_MONO:I
9 Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_NONE:I
10 Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_STEREO:I
11 Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_DEFAULT:I
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt2 package android.bluetooth {
4 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
6 …id.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice>…
7 …est.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice);
8 …id.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice>…
9bluetooth.flags.a2dp_offload_codec_extensibility") @NonNull @RequiresPermission(android.Manifest.p…
10 …fest.permission.BLUETOOTH_CONNECT) public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
11 …) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2dp.profile.act…
12 …ECT) public static final String ACTION_PLAYING_STATE_CHANGED = "android.bluetooth.a2dp.profile.act…
20 method public void closeProfileProxy(int, android.bluetooth.BluetoothProfile);
[all …]
/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesServer.java17 package com.google.snippet.bluetooth;
19 import static android.bluetooth.BluetoothGattService.SERVICE_TYPE_PRIMARY;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothGattServer;
23 import android.bluetooth.BluetoothGattServerCallback;
24 import android.bluetooth.BluetoothGattService;
25 import android.bluetooth.BluetoothManager;
26 import android.bluetooth.le.AdvertiseData;
27 import android.bluetooth.le.AdvertisingSetCallback;
28 import android.bluetooth.le.AdvertisingSetParameters;
DBluetoothGattMultiDevicesClient.java17 package com.google.snippet.bluetooth;
19 import static android.bluetooth.BluetoothDevice.TRANSPORT_LE;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothGatt;
26 import android.bluetooth.BluetoothGattCallback;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
29 import android.bluetooth.le.ScanCallback;
30 import android.bluetooth.le.ScanResult;
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityServerService.java17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothGatt;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattDescriptor;
24 import android.bluetooth.BluetoothGattServer;
25 import android.bluetooth.BluetoothGattServerCallback;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
[all …]
DBleConnectionPriorityClientService.java17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattService;
26 import android.bluetooth.BluetoothManager;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.le.BluetoothLeScanner;
[all …]
DBleScannerService.java17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothManager;
22 import android.bluetooth.le.AdvertiseSettings;
23 import android.bluetooth.le.BluetoothLeScanner;
24 import android.bluetooth.le.ScanCallback;
25 import android.bluetooth.le.ScanFilter;
26 import android.bluetooth.le.ScanRecord;
27 import android.bluetooth.le.ScanResult;
28 import android.bluetooth.le.ScanSettings;
DBleEncryptedServerService.java17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothGatt;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattDescriptor;
24 import android.bluetooth.BluetoothGattServer;
25 import android.bluetooth.BluetoothGattServerCallback;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
[all …]
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DDistanceMeasurementSessionTest.java17 package android.bluetooth.cts;
21 import static android.bluetooth.BluetoothStatusCodes.ERROR_REMOTE_OPERATION_NOT_SUPPORTED;
22 import static android.bluetooth.BluetoothStatusCodes.ERROR_TIMEOUT;
23 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
27 import android.bluetooth.BluetoothAdapter;
28 import android.bluetooth.BluetoothDevice;
29 import android.bluetooth.le.DistanceMeasurementResult;
30 import android.bluetooth.le.DistanceMeasurementSession;
DDistanceMeasurementManagerTest.java17 package android.bluetooth.cts;
21 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.le.ChannelSoundingParams;
29 import android.bluetooth.le.DistanceMeasurementManager;
30 import android.bluetooth.le.DistanceMeasurementMethod;
31 import android.bluetooth.le.DistanceMeasurementParams;
32 import android.bluetooth.le.DistanceMeasurementResult;
33 import android.bluetooth.le.DistanceMeasurementSession;
[all …]
DBluetoothGattServerCallbackTest.java17 package android.bluetooth.cts;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothGatt;
27 import android.bluetooth.BluetoothGattCharacteristic;
28 import android.bluetooth.BluetoothGattDescriptor;
29 import android.bluetooth.BluetoothGattServerCallback;
30 import android.bluetooth.BluetoothGattService;
31 import android.bluetooth.BluetoothManager;
32 import android.bluetooth.BluetoothProfile;
DDistanceMeasurementParamsTest.java17 package android.bluetooth.cts;
21 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
22 import static android.bluetooth.le.ChannelSoundingParams.CS_SECURITY_LEVEL_TWO;
23 import static android.bluetooth.le.ChannelSoundingParams.LOCATION_TYPE_OUTDOOR;
24 import static android.bluetooth.le.ChannelSoundingParams.SIGHT_TYPE_LINE_OF_SIGHT;
25 import static android.bluetooth.le.DistanceMeasurementMethod.DISTANCE_MEASUREMENT_METHOD_RSSI;
26 import static android.bluetooth.le.DistanceMeasurementParams.REPORT_FREQUENCY_HIGH;
27 import static android.bluetooth.le.DistanceMeasurementParams.REPORT_FREQUENCY_LOW;
33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothDevice;
[all …]
DLeL2capSocketTest.java16 package android.bluetooth.cts;
19 import static android.bluetooth.test_utils.TestUtils.isBleSupported;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothServerSocket;
28 import android.bluetooth.test_utils.BlockingBluetoothAdapter;
29 import android.bluetooth.test_utils.Permissions;
DChannelSoundingParamsTest.java17 package android.bluetooth.cts;
21 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
22 import static android.bluetooth.le.ChannelSoundingParams.CS_SECURITY_LEVEL_ONE;
23 import static android.bluetooth.le.ChannelSoundingParams.CS_SECURITY_LEVEL_TWO;
24 import static android.bluetooth.le.ChannelSoundingParams.LOCATION_TYPE_UNKNOWN;
25 import static android.bluetooth.le.ChannelSoundingParams.LOCATION_TYPE_OUTDOOR;
26 import static android.bluetooth.le.ChannelSoundingParams.SIGHT_TYPE_UNKNOWN;
27 import static android.bluetooth.le.ChannelSoundingParams.SIGHT_TYPE_LINE_OF_SIGHT;
34 import android.bluetooth.BluetoothAdapter;
35 import android.bluetooth.le.ChannelSoundingParams;
[all …]
DBasicBluetoothGattTest.java17 package android.bluetooth.cts;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothGatt;
26 import android.bluetooth.BluetoothGattCallback;
27 import android.bluetooth.BluetoothGattCharacteristic;
28 import android.bluetooth.BluetoothGattService;
29 import android.bluetooth.BluetoothManager;
DAdvertisingSetParametersTest.java17 package android.bluetooth.cts;
19 import static android.bluetooth.BluetoothDevice.PHY_LE_1M;
20 import static android.bluetooth.BluetoothDevice.PHY_LE_2M;
21 import static android.bluetooth.BluetoothDevice.PHY_LE_CODED;
22 import static android.bluetooth.le.AdvertisingSetParameters.INTERVAL_LOW;
23 import static android.bluetooth.le.AdvertisingSetParameters.INTERVAL_MAX;
24 import static android.bluetooth.le.AdvertisingSetParameters.INTERVAL_MEDIUM;
25 import static android.bluetooth.le.AdvertisingSetParameters.INTERVAL_MIN;
26 import static android.bluetooth.le.AdvertisingSetParameters.TX_POWER_MAX;
27 import static android.bluetooth.le.AdvertisingSetParameters.TX_POWER_MEDIUM;
[all …]
DBluetoothLeBroadcastSubgroupTest.java17 package android.bluetooth.cts;
20 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
27 import android.bluetooth.BluetoothAdapter;
28 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;
29 import android.bluetooth.BluetoothLeAudioContentMetadata;
30 import android.bluetooth.BluetoothLeBroadcastChannel;
31 import android.bluetooth.BluetoothLeBroadcastSubgroup;
32 import android.bluetooth.BluetoothProfile;
DBluetoothGattServerTest.java17 package android.bluetooth.cts;
28 import android.bluetooth.BluetoothAdapter;
29 import android.bluetooth.BluetoothDevice;
30 import android.bluetooth.BluetoothGattCharacteristic;
31 import android.bluetooth.BluetoothGattServer;
32 import android.bluetooth.BluetoothGattServerCallback;
33 import android.bluetooth.BluetoothGattService;
34 import android.bluetooth.BluetoothManager;
DBluetoothServerSocketTest.java17 package android.bluetooth.cts;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothManager;
26 import android.bluetooth.BluetoothServerSocket;
DBluetoothLeBroadcastSubgroupSettingsTest.java17 package android.bluetooth.cts;
20 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
25 import android.bluetooth.BluetoothAdapter;
26 import android.bluetooth.BluetoothLeAudioContentMetadata;
27 import android.bluetooth.BluetoothLeBroadcastSubgroupSettings;
28 import android.bluetooth.BluetoothProfile;
DBluetoothLeAdvertiserTest.java17 package android.bluetooth.cts;
22 import static android.bluetooth.le.AdvertisingSetCallback.ADVERTISE_SUCCESS;
30 import android.bluetooth.BluetoothAdapter;
31 import android.bluetooth.BluetoothGattServer;
32 import android.bluetooth.BluetoothGattServerCallback;
33 import android.bluetooth.BluetoothManager;
34 import android.bluetooth.le.AdvertisingSet;
35 import android.bluetooth.le.AdvertisingSetCallback;
36 import android.bluetooth.le.AdvertisingSetParameters;
37 import android.bluetooth.le.BluetoothLeAdvertiser;
DBluetoothLeBroadcastMetadataTest.java17 package android.bluetooth.cts;
20 import static android.bluetooth.BluetoothStatusCodes.FEATURE_SUPPORTED;
29 import android.bluetooth.BluetoothAdapter;
30 import android.bluetooth.BluetoothDevice;
31 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;
32 import android.bluetooth.BluetoothLeAudioContentMetadata;
33 import android.bluetooth.BluetoothLeBroadcastChannel;
34 import android.bluetooth.BluetoothLeBroadcastMetadata;
35 import android.bluetooth.BluetoothLeBroadcastSubgroup;
36 import android.bluetooth.BluetoothProfile;
[all …]
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/bluetooth/
DBluetoothTest.java17 package com.android.bedstead.nene.bluetooth;
43 TestApis.bluetooth().setEnabled(true); in setEnabled_true_bluetoothIsEnabled()
45 assertThat(TestApis.bluetooth().isEnabled()).isTrue(); in setEnabled_true_bluetoothIsEnabled()
52 TestApis.bluetooth().setEnabled(false); in setEnabled_false_bluetoothIsDisabled()
54 assertThat(TestApis.bluetooth().isEnabled()).isFalse(); in setEnabled_false_bluetoothIsDisabled()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/ble/
DBleAdvertiser.java20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.le.AdvertiseCallback;
22 import android.bluetooth.le.AdvertiseData;
23 import android.bluetooth.le.AdvertiseSettings;
24 import android.bluetooth.le.AdvertisingSet;
25 import android.bluetooth.le.AdvertisingSetCallback;
26 import android.bluetooth.le.AdvertisingSetParameters;
27 import android.bluetooth.le.BluetoothLeAdvertiser;
DBleScanner.java20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.le.BluetoothLeScanner;
23 import android.bluetooth.le.ScanCallback;
24 import android.bluetooth.le.ScanFilter;
25 import android.bluetooth.le.ScanResult;
26 import android.bluetooth.le.ScanSettings;

123456789