Home
last modified time | relevance | path

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

12345678910>>...30

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothProfile;
27 import com.android.bluetooth.R;
28 import com.android.bluetooth.a2dp.A2dpService;
29 import com.android.bluetooth.a2dpsink.A2dpSinkService;
30 import com.android.bluetooth.avrcp.AvrcpTargetService;
31 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
32 import com.android.bluetooth.gatt.GattService;
33 import com.android.bluetooth.hearingaid.HearingAidService;
34 import com.android.bluetooth.hfp.HeadsetService;
[all …]
DServiceFactory.java17 package com.android.bluetooth.btservice;
19 import com.android.bluetooth.a2dp.A2dpService;
20 import com.android.bluetooth.avrcp.AvrcpTargetService;
21 import com.android.bluetooth.hearingaid.HearingAidService;
22 import com.android.bluetooth.hfp.HeadsetService;
23 import com.android.bluetooth.hid.HidDeviceService;
24 import com.android.bluetooth.hid.HidHostService;
25 import com.android.bluetooth.pan.PanService;
DAdapterProperties.java17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothA2dpSink;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothAvrcpController;
23 import android.bluetooth.BluetoothClass;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothHeadset;
26 import android.bluetooth.BluetoothHeadsetClient;
27 import android.bluetooth.BluetoothHearingAid;
[all …]
DBondStateMachine.java17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.BluetoothProtoEnums;
24 import android.bluetooth.OobData;
31 import com.android.bluetooth.Utils;
32 import com.android.bluetooth.a2dp.A2dpService;
33 import com.android.bluetooth.a2dpsink.A2dpSinkService;
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothGatt;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattServer;
27 import android.bluetooth.BluetoothGattServerCallback;
28 import android.bluetooth.BluetoothGattService;
29 import android.bluetooth.BluetoothManager;
30 import android.bluetooth.BluetoothProfile;
[all …]
DGattClientListener.java21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothGatt;
24 import android.bluetooth.BluetoothGattCallback;
25 import android.bluetooth.BluetoothGattCharacteristic;
26 import android.bluetooth.BluetoothGattDescriptor;
27 import android.bluetooth.BluetoothGattService;
28 import android.bluetooth.BluetoothProfile;
29 import android.bluetooth.le.BluetoothLeScanner;
30 import android.bluetooth.le.ScanCallback;
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java18 import static android.bluetooth.BluetoothProfile.GATT_SERVER;
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.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattServer;
27 import android.bluetooth.BluetoothGattServerCallback;
28 import android.bluetooth.BluetoothGattService;
[all …]
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java18 import android.bluetooth.BluetoothDevice;
19 import android.bluetooth.BluetoothGatt;
20 import android.bluetooth.BluetoothGattCallback;
21 import android.bluetooth.BluetoothGattCharacteristic;
22 import android.bluetooth.BluetoothGattService;
23 import android.bluetooth.BluetoothManager;
24 import android.bluetooth.BluetoothProfile;
25 import android.bluetooth.le.BluetoothLeScanner;
26 import android.bluetooth.le.ScanCallback;
27 import android.bluetooth.le.ScanFilter;
[all …]
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp54 static bluetooth::headset::Interface* sBluetoothHfpInterface = nullptr;
74 class JniHeadsetCallbacks : bluetooth::headset::Callbacks {
76 static bluetooth::headset::Callbacks* GetInstance() { in GetInstance()
77 static bluetooth::headset::Callbacks* instance = new JniHeadsetCallbacks(); in GetInstance()
82 bluetooth::headset::bthf_connection_state_t state, in ConnectionStateCallback()
97 void AudioStateCallback(bluetooth::headset::bthf_audio_state_t state, in AudioStateCallback()
112 void VoiceRecognitionCallback(bluetooth::headset::bthf_vr_state_t state, in VoiceRecognitionCallback()
158 void VolumeControlCallback(bluetooth::headset::bthf_volume_type_t type, in VolumeControlCallback()
214 void NoiseReductionCallback(bluetooth::headset::bthf_nrec_t nrec, in NoiseReductionCallback()
226 nrec == bluetooth::headset::BTHF_NREC_START, in NoiseReductionCallback()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceControllerTest.java29 import android.bluetooth.BluetoothAdapter;
30 import android.bluetooth.BluetoothDevice;
31 import android.bluetooth.BluetoothHearingAid;
32 import android.bluetooth.BluetoothManager;
33 import android.bluetooth.BluetoothProfile;
40 import com.android.settings.bluetooth.Utils;
43 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
44 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
45 import com.android.settingslib.bluetooth.HearingAidProfile;
46 import com.android.settingslib.bluetooth.LocalBluetoothManager;
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothProfile;
31 import com.android.settingslib.bluetooth.A2dpProfile;
32 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
33 import com.android.settingslib.bluetooth.LocalBluetoothManager;
34 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
35 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
36 import com.android.settingslib.bluetooth.MapProfile;
37 import com.android.settingslib.bluetooth.PanProfile;
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMnsService.java17 package com.android.bluetooth.mapclient;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothServerSocket;
21 import android.bluetooth.BluetoothSocket;
25 import com.android.bluetooth.BluetoothObexTransport;
26 import com.android.bluetooth.IObexConnectionHandler;
27 import com.android.bluetooth.ObexServerSockets;
28 import com.android.bluetooth.sdp.SdpManager;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java16 package com.android.bluetooth.a2dpsink;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
30 import com.android.bluetooth.R;
31 import com.android.bluetooth.TestUtils;
32 import com.android.bluetooth.btservice.AdapterService;
33 import com.android.bluetooth.btservice.storage.DatabaseManager;
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java16 package com.android.bluetooth.a2dpsink;
18 import android.bluetooth.BluetoothA2dpSink;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
27 import com.android.bluetooth.BluetoothMetricsProto;
28 import com.android.bluetooth.Utils;
29 import com.android.bluetooth.btservice.MetricsLogger;
30 import com.android.bluetooth.btservice.ProfileService;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DActiveDeviceManagerTest.java17 package com.android.bluetooth.btservice;
21 import android.bluetooth.BluetoothA2dp;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothHeadset;
25 import android.bluetooth.BluetoothHearingAid;
26 import android.bluetooth.BluetoothProfile;
35 import com.android.bluetooth.R;
36 import com.android.bluetooth.TestUtils;
37 import com.android.bluetooth.a2dp.A2dpService;
[all …]
DSilenceDeviceManagerTest.java17 package com.android.bluetooth.btservice;
21 import android.bluetooth.BluetoothA2dp;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothHeadset;
25 import android.bluetooth.BluetoothProfile;
36 import com.android.bluetooth.TestUtils;
37 import com.android.bluetooth.a2dp.A2dpService;
38 import com.android.bluetooth.hfp.HeadsetService;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java17 package com.android.bluetooth.pbap;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothSocket;
33 import com.android.bluetooth.R;
34 import com.android.bluetooth.TestUtils;
35 import com.android.bluetooth.btservice.AdapterService;
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp40 using android::bluetooth::IBluetooth;
41 using android::bluetooth::IBluetoothLowEnergy;
151 bluetooth::AdvertiseSettings::Mode adv_mode; in BtBinderSetAdvSettings()
154 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_POWER; in BtBinderSetAdvSettings()
157 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_BALANCED; in BtBinderSetAdvSettings()
160 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_LATENCY; in BtBinderSetAdvSettings()
172 bluetooth::AdvertiseSettings::TxPowerLevel adv_tx_power_level; in BtBinderSetAdvSettings()
175 bluetooth::AdvertiseSettings::TxPowerLevel::TX_POWER_LEVEL_ULTRA_LOW; in BtBinderSetAdvSettings()
178 bluetooth::AdvertiseSettings::TxPowerLevel::TX_POWER_LEVEL_LOW; in BtBinderSetAdvSettings()
181 bluetooth::AdvertiseSettings::TxPowerLevel::TX_POWER_LEVEL_MEDIUM; in BtBinderSetAdvSettings()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java17 package com.android.bluetooth.avrcp;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.IBluetoothAvrcpTarget;
32 import com.android.bluetooth.BluetoothMetricsProto;
33 import com.android.bluetooth.Utils;
34 import com.android.bluetooth.a2dp.A2dpService;
35 import com.android.bluetooth.btservice.MetricsLogger;
36 import com.android.bluetooth.btservice.ProfileService;
37 import com.android.bluetooth.btservice.ServiceFactory;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java17 package com.android.bluetooth.pbap;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothPbap;
26 import android.bluetooth.BluetoothProfile;
27 import android.bluetooth.BluetoothSocket;
36 import com.android.bluetooth.BluetoothMetricsProto;
37 import com.android.bluetooth.BluetoothObexTransport;
38 import com.android.bluetooth.IObexConnectionHandler;
39 import com.android.bluetooth.ObexRejectServer;
40 import com.android.bluetooth.R;
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java16 package com.android.bluetooth.hid;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
30 import com.android.bluetooth.R;
31 import com.android.bluetooth.TestUtils;
32 import com.android.bluetooth.btservice.AdapterService;
33 import com.android.bluetooth.btservice.storage.DatabaseManager;
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java1 package com.android.bluetooth.sap;
6 import android.bluetooth.BluetoothAdapter;
7 import android.bluetooth.BluetoothDevice;
8 import android.bluetooth.BluetoothProfile;
9 import android.bluetooth.BluetoothSap;
10 import android.bluetooth.BluetoothServerSocket;
11 import android.bluetooth.BluetoothSocket;
12 import android.bluetooth.BluetoothUuid;
13 import android.bluetooth.IBluetoothSap;
26 import com.android.bluetooth.BluetoothMetricsProto;
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDeviceProfilePreferenceTest.java17 package com.android.car.settings.bluetooth;
19 import static android.bluetooth.BluetoothProfile.STATE_CONNECTED;
20 import static android.bluetooth.BluetoothProfile.STATE_DISCONNECTED;
29 import android.bluetooth.BluetoothAdapter;
30 import android.bluetooth.BluetoothDevice;
35 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
36 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
37 import com.android.settingslib.bluetooth.PanProfile;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java17 package com.android.bluetooth.mapclient;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
31 import com.android.bluetooth.R;
32 import com.android.bluetooth.TestUtils;
33 import com.android.bluetooth.btservice.AdapterService;
34 import com.android.bluetooth.btservice.storage.DatabaseManager;
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java21 import android.bluetooth.BluetoothDevice;
40 import com.android.settings.bluetooth.Utils;
43 import com.android.settingslib.bluetooth.A2dpProfile;
44 import com.android.settingslib.bluetooth.BluetoothCallback;
45 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
46 import com.android.settingslib.bluetooth.HeadsetProfile;
47 import com.android.settingslib.bluetooth.HearingAidProfile;
48 import com.android.settingslib.bluetooth.LocalBluetoothManager;
49 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;

12345678910>>...30