HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 101 - 125 of 536) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.le.AdvertiseSettings;
21 import android.bluetooth.le.AdvertiseData;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanSettings;
24 import android.bluetooth.le.ResultStorageDescriptor;
27 import android.bluetooth.IBluetoothGattCallback;
28 import android.bluetooth.IBluetoothGattServerCallback;
IBluetooth.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetoothCallback;
20 import android.bluetooth.IBluetoothStateChangeCallback;
21 import android.bluetooth.BluetoothActivityEnergyInfo;
22 import android.bluetooth.BluetoothDevice;
27 * System private API for talking with the Bluetooth service.
IBluetoothHeadsetClient.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHeadsetClientCall;
24 * API for Bluetooth Headset Client service (HFP HF Role)
BluetoothGattCallback.java 17 package android.bluetooth;
BluetoothInputStream.java 17 package android.bluetooth;
25 * Used to write to a Bluetooth socket.
BluetoothOutputStream.java 17 package android.bluetooth;
25 * Used to read from a Bluetooth socket.
BluetoothProfile.java 18 package android.bluetooth;
23 * Public APIs for the Bluetooth Profiles.
35 * Bluetooth device.
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
43 * Bluetooth device.
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
156 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
169 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
181 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
183 * @param device Remote bluetooth device
    [all...]
IBluetoothHeadset.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * API for Bluetooth Headset service
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerService.java 17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothManager;
22 import android.bluetooth.le.AdvertiseSettings;
23 import android.bluetooth.le.BluetoothLeScanner;
24 import android.bluetooth.le.ScanCallback;
25 import android.bluetooth.le.ScanFilter;
26 import android.bluetooth.le.ScanSettings;
27 import android.bluetooth.le.ScanRecord;
28 import android.bluetooth.le.ScanResult
    [all...]
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...]
BleAdvertiserTestActivity.java 17 package com.android.cts.verifier.bluetooth;
BleScannerTestActivity.java 17 package com.android.cts.verifier.bluetooth;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothA2dp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHeadset;
24 import android.bluetooth.BluetoothProfile;
38 "com.android.settings.bluetooth.action.DOCK_SHOW_UI";
HidProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothProfile;
32 * HidProfile handles Bluetooth HID profile.
55 if (V) Log.d(TAG,"Bluetooth service connected");
74 if (V) Log.d(TAG,"Bluetooth service disconnected");
PanProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothPan;
23 import android.bluetooth.BluetoothProfile;
33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
56 if (V) Log.d(TAG,"Bluetooth service connected");
62 if (V) Log.d(TAG,"Bluetooth service disconnected");
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestPushMessage.java 17 package android.bluetooth.client.map;
26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
27 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestGetMessagesListing.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
20 import android.bluetooth.client.map.utils.ObexAppParameters;
21 import android.bluetooth.client.map.utils.ObexTime;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardListing.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
22 import android.bluetooth.client.pbap.BluetoothPbapVcardListing;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 15 package com.android.bluetooth.map;
22 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
23 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
  /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...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt.c 24 * Description: GATT Profile Bluetooth Interface
28 #include <hardware/bluetooth.h>
  /hardware/qcom/bt/libbt-vendor/
Android.mk 23 BDROID_DIR:= external/bluetooth/bluedroid
vnd_buildcfg.mk 25 TOOL := $(TOP_DIR)external/bluetooth/bluedroid/tools/gen-buildcfg.sh

Completed in 1114 milliseconds

1 2 3 45 6 7 8 91011>>