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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.aidl 17 package android.bluetooth;
BluetoothAudioConfig.aidl 17 package android.bluetooth;
BluetoothAvrcpPlayerSettings.aidl 17 package android.bluetooth;
BluetoothDevice.aidl 17 package android.bluetooth;
BluetoothGattCharacteristic.aidl 17 package android.bluetooth;
BluetoothGattDescriptor.aidl 17 package android.bluetooth;
BluetoothGattIncludedService.aidl 17 package android.bluetooth;
BluetoothGattService.aidl 17 package android.bluetooth;
BluetoothHeadsetClientCall.aidl 16 package android.bluetooth;
BluetoothHealthAppConfiguration.aidl 17 package android.bluetooth;
OobData.aidl 17 package android.bluetooth;
IBluetoothStateChangeCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth state change callback.
IBluetoothCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth service callbacks.
IBluetoothManagerCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseData.aidl 17 package android.bluetooth.le;
AdvertiseSettings.aidl 17 package android.bluetooth.le;
ResultStorageDescriptor.aidl 17 package android.bluetooth.le;
ScanFilter.aidl 17 package android.bluetooth.le;
ScanResult.aidl 17 package android.bluetooth.le;
ScanSettings.aidl 17 package android.bluetooth.le;
  /packages/apps/Bluetooth/src/com/android/bluetooth/
IObexConnectionHandler.java 15 package com.android.bluetooth;
17 import android.bluetooth.BluetoothDevice;
18 import android.bluetooth.BluetoothSocket;
23 * Called to validate if a connection to the Bluetooth device should be accepted.
  /hardware/broadcom/libbt/conf/google/gce_x86/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
2 UartPort=/dev/bluetooth/slave
  /system/bt/service/common/bluetooth/binder/
parcel_helpers.h 23 #include <bluetooth/advertise_data.h>
24 #include <bluetooth/advertise_settings.h>
25 #include <bluetooth/gatt_identifier.h>
26 #include <bluetooth/scan_filter.h>
27 #include <bluetooth/scan_result.h>
28 #include <bluetooth/scan_settings.h>
29 #include <bluetooth/uuid.h>
37 // Helpers for converting bluetooth::AdvertiseData to/from Parcel
40 const bluetooth::AdvertiseData& data,
43 std::unique_ptr<bluetooth::AdvertiseData> CreateAdvertiseDataFromParcel
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ITestSequenceBuilder.java 1 package com.android.bluetooth.tests;
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 23 #include "service/common/bluetooth/binder/IBluetoothLowEnergy.h"
24 #include "service/common/bluetooth/binder/IBluetoothLowEnergyCallback.h"
25 #include "service/common/bluetooth/low_energy_constants.h"
29 namespace bluetooth { namespace
31 } // namespace bluetooth
40 public bluetooth::LowEnergyClient::Delegate {
42 explicit BluetoothLowEnergyBinderServer(bluetooth::Adapter* adapter);
55 const bluetooth::ScanSettings& settings,
56 const std::vector<bluetooth::ScanFilter>& filters) override;
60 const bluetooth::AdvertiseData& advertise_data
    [all...]

Completed in 1313 milliseconds

1 2 3 4 5 6 7 8 91011>>