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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/util/
NumberUtilsTest.java 17 package com.android.bluetooth.util;
  /system/bt/btcore/include/
bdaddr.h 21 #include <hardware/bluetooth.h>
53 // Returns true if |string| represents a Bluetooth address. |string| may not be NULL.
57 // represent a Bluetooth address, |addr| is not modified and this function returns
  /system/bt/btif/include/
btif_sock_l2cap.h 10 #include <hardware/bluetooth.h>
  /system/bt/service/
bluetooth_instance.h 24 #include "service/common/bluetooth/low_energy_constants.h"
25 #include "service/common/bluetooth/uuid.h"
27 namespace bluetooth { namespace
30 // that is registered with the underlying Bluetooth stack using a UUID and has a
75 } // namespace bluetooth
settings.h 24 namespace bluetooth { namespace
51 // Path to create a Unix domain socket server for Bluetooth IPC.
71 } // namespace bluetooth
  /system/bt/service/common/bluetooth/
advertise_settings.cpp 17 #include "service/common/bluetooth/advertise_settings.h"
19 namespace bluetooth { namespace
55 } // namespace bluetooth
scan_result.cpp 17 #include "service/common/bluetooth/scan_result.h"
21 #include "service/common/bluetooth/util/address_helper.h"
24 namespace bluetooth { namespace
49 } // namespace bluetooth
scan_result.h 24 namespace bluetooth { namespace
26 // ScanResult represents a single Bluetooth LE device scan result. It
55 } // namespace bluetooth
gatt_identifier.h 22 #include <bluetooth/uuid.h>
24 namespace bluetooth { namespace
94 friend struct std::hash<bluetooth::GattIdentifier>;
113 } // namespace bluetooth
115 // Custom std::hash specialization so that bluetooth::GattIdentifier can be used
120 struct hash<bluetooth::GattIdentifier> {
121 std::size_t operator()(const bluetooth::GattIdentifier& key) const {
  /system/bt/service/test/
stub_ipc_handler_linux.cpp 26 bluetooth::Adapter* adapter,
ipc_linux_unittest.cpp 52 auto mock_daemon = new bluetooth::testing::MockDaemon();
58 bluetooth::Daemon::InitializeForTesting(mock_daemon);
59 bluetooth::hal::BluetoothInterface::InitializeForTesting(
60 new bluetooth::hal::FakeBluetoothInterface());
61 bluetooth::hal::BluetoothGattInterface::InitializeForTesting(
62 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr));
64 adapter_ = bluetooth::Adapter::Create();
72 bluetooth::hal::BluetoothGattInterface::CleanUp();
73 bluetooth::hal::BluetoothInterface::CleanUp();
74 bluetooth::Daemon::ShutDown()
    [all...]
  /system/bt/test/suite/adapter/
bluetooth_test.cpp 50 bluetooth::hal::BluetoothInterface::Initialize();
51 ASSERT_TRUE(bluetooth::hal::BluetoothInterface::IsInitialized());
52 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get();
63 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get();
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseCallbackTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.AdvertiseCallback;
20 import android.bluetooth.le.AdvertiseSettings;
  /frameworks/base/core/java/android/bluetooth/
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;
23 import android.bluetooth.OobData;
29 * System private API for talking with the Bluetooth service.
110 * {@link android.bluetooth.BluetoothActivityEnergyInfo} object placed into the Bundle with the
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;
28 import android.bluetooth.IBluetoothGattCallback;
29 import android.bluetooth.IBluetoothGattServerCallback;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
60 if (V) Log.d(TAG,"Bluetooth service connected");
79 if (V) Log.d(TAG,"Bluetooth service disconnected");
PbapClientProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothPbapClient;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
61 Log.d(TAG,"Bluetooth service connected");
82 Log.d(TAG,"Bluetooth service disconnected");
  /system/bt/service/common/bluetooth/binder/
IBluetooth.h 26 #include <bluetooth/binder/IBluetoothCallback.h>
27 #include <bluetooth/binder/IBluetoothGattClient.h>
28 #include <bluetooth/binder/IBluetoothGattServer.h>
29 #include <bluetooth/binder/IBluetoothLowEnergy.h>
30 #include <bluetooth/uuid.h>
35 // This class defines the Binder IPC interface for accessing the Bluetooth
37 // /frameworks/base/core/java/android/bluetooth/IBluetooth.aidl.
43 DECLARE_META_INTERFACE(Bluetooth);
142 virtual std::vector<bluetooth::UUID> GetUUIDs() = 0;
192 std::vector<bluetooth::UUID> GetUUIDs() override
    [all...]
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 32 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter)
74 std::vector<bluetooth::UUID> BluetoothBinderServer::GetUUIDs() {
77 return std::vector<bluetooth::UUID>();
169 const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface();
175 bluetooth::Adapter* adapter,
176 bluetooth::AdapterState prev_state,
177 bluetooth::AdapterState new_state) {
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java 31 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade;
32 import com.googlecode.android_scripting.facade.bluetooth.BluetoothAvrcpFacade;
33 import com.googlecode.android_scripting.facade.bluetooth.BluetoothConnectionFacade;
34 import com.googlecode.android_scripting.facade.bluetooth.BluetoothFacade;
35 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHfpClientFacade;
36 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHidFacade;
37 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHspFacade;
38 import com.googlecode.android_scripting.facade.bluetooth.BluetoothLeAdvertiseFacade;
39 import com.googlecode.android_scripting.facade.bluetooth.BluetoothLeScanFacade;
40 import com.googlecode.android_scripting.facade.bluetooth.BluetoothMapFacade
    [all...]
  /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...]
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 4 import android.bluetooth.BluetoothAdapter;
5 import android.bluetooth.BluetoothManager;
6 import android.bluetooth.le.AdvertiseCallback;
7 import android.bluetooth.le.AdvertiseData;
8 import android.bluetooth.le.AdvertiseSettings;
9 import android.bluetooth.le.BluetoothLeAdvertiser;
88 * Get references to system Bluetooth objects if we don't have them already.
ScannerFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.le.BluetoothLeScanner;
21 import android.bluetooth.le.ScanCallback;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanResult;
24 import android.bluetooth.le.ScanSettings;
43 * Scans for Bluetooth Low Energy Advertisements matching a filter and displays them to the user.
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 4 import android.bluetooth.BluetoothAdapter;
5 import android.bluetooth.BluetoothManager;
6 import android.bluetooth.le.AdvertiseCallback;
7 import android.bluetooth.le.AdvertiseData;
8 import android.bluetooth.le.AdvertiseSettings;
9 import android.bluetooth.le.BluetoothLeAdvertiser;
88 * Get references to system Bluetooth objects if we don't have them already.
ScannerFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.le.BluetoothLeScanner;
21 import android.bluetooth.le.ScanCallback;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanResult;
24 import android.bluetooth.le.ScanSettings;
43 * Scans for Bluetooth Low Energy Advertisements matching a filter and displays them to the user.

Completed in 1522 milliseconds

1 2 3 4 5 6 78 91011>>