Searched refs:bluetooth (Results 1 – 25 of 398) sorted by relevance
12345678910>>...16
17 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 …]
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.BluetoothDevice;24 import android.bluetooth.BluetoothHeadset;25 import android.bluetooth.BluetoothHeadsetClient;26 import android.bluetooth.BluetoothInputDevice;27 import android.bluetooth.BluetoothInputHost;[all …]
17 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 …]
17 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 …]
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 …]
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 …]
19 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 …]
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 …]
17 package com.android.settings.bluetooth;20 import android.bluetooth.BluetoothClass;21 import android.bluetooth.BluetoothDevice;22 import android.bluetooth.BluetoothProfile;36 import com.android.settingslib.bluetooth.CachedBluetoothDevice;37 import com.android.settingslib.bluetooth.HidProfile;38 import com.android.settingslib.bluetooth.LocalBluetoothManager;39 import com.android.settingslib.bluetooth.LocalBluetoothManager.BluetoothManagerCallback;40 import com.android.settingslib.bluetooth.LocalBluetoothProfile;41 import com.android.settingslib.bluetooth.Utils.ErrorListener;[all …]
17 package com.android.settings.bluetooth;19 import android.bluetooth.BluetoothDevice;20 import android.bluetooth.BluetoothProfile;30 import com.android.settingslib.bluetooth.A2dpProfile;31 import com.android.settingslib.bluetooth.CachedBluetoothDevice;32 import com.android.settingslib.bluetooth.LocalBluetoothManager;33 import com.android.settingslib.bluetooth.LocalBluetoothProfile;34 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;35 import com.android.settingslib.bluetooth.MapProfile;36 import com.android.settingslib.bluetooth.PanProfile;[all …]
17 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 …]
17 package com.android.settings.bluetooth;19 import android.bluetooth.BluetoothAdapter;20 import android.bluetooth.BluetoothDevice;32 import com.android.settingslib.bluetooth.BluetoothCallback;33 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;34 import com.android.settingslib.bluetooth.CachedBluetoothDevice;35 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;36 import com.android.settingslib.bluetooth.LocalBluetoothManager;
17 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;
16 package com.android.car.settings.bluetooth;18 import android.bluetooth.BluetoothDevice;31 import com.android.settingslib.bluetooth.CachedBluetoothDevice;32 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;33 import com.android.settingslib.bluetooth.LocalBluetoothManager;34 import com.android.settingslib.bluetooth.LocalBluetoothProfile;35 import com.android.settingslib.bluetooth.MapClientProfile;36 import com.android.settingslib.bluetooth.PanProfile;37 import com.android.settingslib.bluetooth.PbapClientProfile;
16 package com.android.car.settings.bluetooth;19 import android.bluetooth.BluetoothAdapter;20 import android.bluetooth.BluetoothClass;21 import android.bluetooth.BluetoothDevice;43 import com.android.settingslib.bluetooth.BluetoothCallback;44 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;45 import com.android.settingslib.bluetooth.CachedBluetoothDevice;46 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;47 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;48 import com.android.settingslib.bluetooth.LocalBluetoothManager;[all …]
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 …]
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.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 …]
33 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 …]
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;
1 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 …]
15 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;
17 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;
17 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 …]
15 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 …]
17 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;