HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 226 - 250 of 850) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
Android.mk 22 bluetooth.default \
23 bluetooth-cli \
  /hardware/qcom/bt/msm8909/libbt-vendor/
vnd_buildcfg.mk 25 TOOL := $(TOP_DIR)external/bluetooth/bluedroid/tools/gen-buildcfg.sh
  /hardware/qcom/bt/msmcobalt/libbt-vendor/
vnd_buildcfg.mk 25 TOOL := $(TOP_DIR)external/bluetooth/bluedroid/tools/gen-buildcfg.sh
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 21 package com.android.bluetooth.btservice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 17 package com.android.bluetooth.gatt;
19 import android.bluetooth.le.ResultStorageDescriptor;
20 import android.bluetooth.le.ScanFilter;
21 import android.bluetooth.le.ScanSettings;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 16 package com.android.bluetooth.hfpclient.connserv;
18 import android.bluetooth.BluetoothDevice;
19 import android.bluetooth.BluetoothHeadsetClient;
20 import android.bluetooth.BluetoothHeadsetClientCall;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/mock/
BluetoothMockContext.java 17 package com.android.bluetooth.tests.mock;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothProgressCategory.java 17 package com.android.settings.bluetooth;
26 * A Bluetooth discovery progress category
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
28 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
29 import com.android.settingslib.bluetooth.LocalBluetoothManager;
40 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
43 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE";
150 Log.e(TAG, "Error: there's a problem starting Bluetooth");
  /packages/apps/Test/connectivity/sl4n/
base.h 24 #include <hardware/bluetooth.h>
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothInputDevice;
22 import android.bluetooth.BluetoothProfile;
56 Log.d(TAG, "Connection made to bluetooth proxy.");
  /system/bt/btcore/include/
uuid.h 21 #include <hardware/bluetooth.h>
  /system/bt/btif/include/
btif_gatt_util.h 22 #include <hardware/bluetooth.h>
btif_sm.h 30 #include <hardware/bluetooth.h>
btif_sock_thread.h 24 #include <hardware/bluetooth.h>
  /system/bt/btif/src/
btif_gatt.c 23 * Description: GATT Profile Bluetooth Interface
30 #include <hardware/bluetooth.h>
  /system/bt/service/common/bluetooth/
advertise_data.h 25 namespace bluetooth { namespace
27 // Represents a data packet for Bluetooth Low Energy advertisements. This is the
29 // frameworks/base/core/j/android/bluetooth/le/AdvertiseData.java
53 // data is in the TLV format as specified in the Bluetooth Core Specification.
79 } // namespace bluetooth
  /system/bt/service/hal/
gatt_helpers.cpp 19 namespace bluetooth { namespace
43 } // namespace bluetooth
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 17 package com.android.cts.verifier.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothGattServer;
28 import android.bluetooth.BluetoothGattServerCallback;
29 import android.bluetooth.BluetoothManager;
30 import android.bluetooth.le.BluetoothLeAdvertiser;
31 import android.bluetooth.le.AdvertiseCallback;
32 import android.bluetooth.le.AdvertiseData;
33 import android.bluetooth.le.AdvertiseSettings;
57 "com.android.cts.verifier.bluetooth.BLE_ADV_NOT_SUPPORT"
    [all...]
BleClientService.java 17 package com.android.cts.verifier.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothGatt;
27 import android.bluetooth.BluetoothGattCallback;
28 import android.bluetooth.BluetoothGattCharacteristic;
29 import android.bluetooth.BluetoothGattDescriptor;
30 import android.bluetooth.BluetoothGattService;
31 import android.bluetooth.BluetoothManager;
32 import android.bluetooth.BluetoothProfile
    [all...]
BleServerService.java 17 package com.android.cts.verifier.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothGatt;
29 import android.bluetooth.BluetoothGattCharacteristic;
30 import android.bluetooth.BluetoothGattDescriptor;
31 import android.bluetooth.BluetoothGattServer;
32 import android.bluetooth.BluetoothGattServerCallback;
33 import android.bluetooth.BluetoothGattService;
34 import android.bluetooth.BluetoothManager
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 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.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 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.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 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.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 17 package com.android.bluetooth.a2dpsink;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothAvrcpController;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.IBluetoothA2dpSink;
27 import com.android.bluetooth.a2dpsink.mbs.A2dpMediaBrowserService;
28 import com.android.bluetooth.btservice.ProfileService;
29 import com.android.bluetooth.Utils;
35 * Provides Bluetooth A2DP Sink profile, as a service in the Bluetooth application
    [all...]

Completed in 2051 milliseconds

1 2 3 4 5 6 7 8 91011>>