Home
last modified time | relevance | path

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

12345678910>>...15

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java17 package com.android.bluetooth.btservice;
21 import android.bluetooth.BluetoothProfile;
28 import com.android.bluetooth.R;
29 import com.android.bluetooth.a2dp.A2dpService;
30 import com.android.bluetooth.a2dpsink.A2dpSinkService;
31 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
32 import com.android.bluetooth.hdp.HealthService;
33 import com.android.bluetooth.hfp.HeadsetService;
34 import com.android.bluetooth.hfpclient.HeadsetClientService;
35 import com.android.bluetooth.hid.HidService;
[all …]
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.BluetoothDevice;
24 import android.bluetooth.BluetoothHeadset;
25 import android.bluetooth.BluetoothHeadsetClient;
26 import android.bluetooth.BluetoothInputDevice;
27 import android.bluetooth.BluetoothInputHost;
[all …]
DBondStateMachine.java17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.BluetoothDevice;
23 import com.android.bluetooth.a2dp.A2dpService;
24 import com.android.bluetooth.hid.HidService;
25 import com.android.bluetooth.hfp.HeadsetService;
26 import com.android.bluetooth.a2dpsink.A2dpSinkService;
27 import com.android.bluetooth.hfpclient.HeadsetClientService;
[all …]
DPhonePolicy.java17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothSap;
25 import android.bluetooth.BluetoothUuid;
26 import android.bluetooth.IBluetooth;
38 import com.android.bluetooth.a2dp.A2dpService;
[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/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleServer.java19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothGatt;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattServer;
24 import android.bluetooth.BluetoothGattServerCallback;
25 import android.bluetooth.BluetoothGattService;
26 import android.bluetooth.BluetoothManager;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.le.AdvertiseCallback;
[all …]
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/Settings/src/com/android/settings/bluetooth/
DUtils.java17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
30 import com.android.settingslib.bluetooth.LocalBluetoothManager;
31 import com.android.settingslib.bluetooth.LocalBluetoothManager.BluetoothManagerCallback;
32 import com.android.settingslib.bluetooth.Utils.ErrorListener;
40 static final boolean V = com.android.settingslib.bluetooth.Utils.V; // verbose logging
41 static final boolean D = com.android.settingslib.bluetooth.Utils.D; // regular logging
141 com.android.settingslib.bluetooth.Utils.setErrorListener(mErrorListener);
DDeviceProfilesSettings.java17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
41 import com.android.settingslib.bluetooth.A2dpProfile;
42 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
43 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
44 import com.android.settingslib.bluetooth.LocalBluetoothManager;
45 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
46 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
47 import com.android.settingslib.bluetooth.MapProfile;
[all …]
DDeviceListPreferenceFragment.java17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
28 import com.android.settingslib.bluetooth.BluetoothCallback;
29 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;
30 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
31 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
32 import com.android.settingslib.bluetooth.LocalBluetoothManager;
DBluetoothSummaryUpdater.java17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
27 import com.android.settingslib.bluetooth.BluetoothCallback;
28 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
29 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
30 import com.android.settingslib.bluetooth.LocalBluetoothManager;
/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/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/pbap/
DBluetoothPbapService.java33 package com.android.bluetooth.pbap;
41 import android.bluetooth.BluetoothAdapter;
42 import android.bluetooth.BluetoothDevice;
43 import android.bluetooth.BluetoothPbap;
44 import android.bluetooth.BluetoothProfile;
45 import android.bluetooth.BluetoothServerSocket;
46 import android.bluetooth.BluetoothSocket;
47 import android.bluetooth.BluetoothUuid;
48 import android.bluetooth.IBluetoothPbap;
64 import com.android.bluetooth.BluetoothObexTransport;
[all …]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
DPhonePolicyTest.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.BluetoothHeadset;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
41 import com.android.bluetooth.hfp.HeadsetService;
42 import com.android.bluetooth.a2dp.A2dpService;
43 import com.android.bluetooth.btservice.PhonePolicy;
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothProfileLineItem.java17 package com.android.car.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothProfile;
26 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
27 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
28 import com.android.settingslib.bluetooth.MapProfile;
29 import com.android.settingslib.bluetooth.PanProfile;
30 import com.android.settingslib.bluetooth.PbapServerProfile;
DBluetoothDetailActivity.java16 package com.android.car.settings.bluetooth;
18 import android.bluetooth.BluetoothDevice;
33 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
34 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
35 import com.android.settingslib.bluetooth.LocalBluetoothManager;
36 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
37 import com.android.settingslib.bluetooth.MapProfile;
38 import com.android.settingslib.bluetooth.PanProfile;
39 import com.android.settingslib.bluetooth.PbapServerProfile;
DBluetoothDeviceListAdapter.java16 package com.android.car.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
42 import com.android.settingslib.bluetooth.BluetoothCallback;
43 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;
44 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
45 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
46 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
47 import com.android.settingslib.bluetooth.LocalBluetoothManager;
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java1 package com.android.bluetooth.sap;
11 import android.bluetooth.BluetoothAdapter;
12 import android.bluetooth.BluetoothDevice;
13 import android.bluetooth.BluetoothProfile;
14 import android.bluetooth.BluetoothSap;
15 import android.bluetooth.BluetoothServerSocket;
16 import android.bluetooth.BluetoothSocket;
17 import android.bluetooth.BluetoothUuid;
18 import android.bluetooth.IBluetoothSap;
32 import com.android.bluetooth.R;
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothCodecConfig;
21 import android.bluetooth.BluetoothCodecStatus;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
25 import android.bluetooth.IBluetoothA2dp;
33 import com.android.bluetooth.avrcp.Avrcp;
34 import com.android.bluetooth.btservice.ProfileService;
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java15 package com.android.bluetooth.map;
25 import com.android.bluetooth.BluetoothObexTransport;
26 import com.android.bluetooth.IObexConnectionHandler;
27 import com.android.bluetooth.ObexServerSockets;
28 import com.android.bluetooth.map.BluetoothMapContentObserver.Msg;
29 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
30 import com.android.bluetooth.sdp.SdpManager;
32 import android.bluetooth.BluetoothAdapter;
33 import android.bluetooth.BluetoothDevice;
34 import android.bluetooth.BluetoothSocket;
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java17 package com.android.bluetooth.a2dpsink;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.IBluetoothA2dpSink;
27 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
28 import com.android.bluetooth.a2dpsink.mbs.A2dpMediaBrowserService;
30 import com.android.bluetooth.btservice.ProfileService;
31 import com.android.bluetooth.Utils;
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java15 package com.android.bluetooth.sdp;
17 import android.bluetooth.BluetoothDevice;
18 import android.bluetooth.SdpMasRecord;
19 import android.bluetooth.SdpMnsRecord;
20 import android.bluetooth.SdpOppOpsRecord;
21 import android.bluetooth.SdpPseRecord;
22 import android.bluetooth.SdpSapsRecord;
23 import android.bluetooth.SdpRecord;
31 import com.android.bluetooth.Utils;
32 import com.android.bluetooth.btservice.AbstractionLayer;
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java17 package com.android.bluetooth.gatt;
19 import android.bluetooth.le.AdvertiseData;
20 import android.bluetooth.le.IPeriodicAdvertisingCallback;
21 import android.bluetooth.le.PeriodicAdvertisingReport;
22 import android.bluetooth.le.ScanRecord;
23 import android.bluetooth.le.ScanResult;
28 import com.android.bluetooth.Utils;
29 import com.android.bluetooth.btservice.AdapterService;

12345678910>>...15