/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 17 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 …]
|
D | ServiceFactory.java | 17 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;
|
D | AdapterProperties.java | 17 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 …]
|
D | BondStateMachine.java | 17 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/ |
D | GattServer.java | 21 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 …]
|
D | GattClientListener.java | 21 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/ |
D | BleManager.java | 18 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/ |
D | SimpleBleClient.java | 18 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/ |
D | com_android_bluetooth_hfp.cpp | 54 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/ |
D | AccessibilityHearingAidPreferenceControllerTest.java | 29 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/ |
D | BluetoothDetailsProfilesController.java | 17 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/ |
D | MnsService.java | 17 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/ |
D | A2dpSinkServiceTest.java | 16 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/ |
D | A2dpSinkStateMachine.java | 16 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/ |
D | ActiveDeviceManagerTest.java | 17 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 …]
|
D | SilenceDeviceManagerTest.java | 17 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/ |
D | PbapStateMachineTest.java | 17 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/ |
D | bt_binder_facade.cpp | 40 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/ |
D | AvrcpTargetService.java | 17 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/ |
D | PbapStateMachine.java | 17 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/ |
D | HidHostServiceTest.java | 16 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/ |
D | SapService.java | 1 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/ |
D | BluetoothDeviceProfilePreferenceTest.java | 17 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/ |
D | MapClientTest.java | 17 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/ |
D | AudioSwitchPreferenceController.java | 21 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;
|