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

12 3 4 5 6 7 8 91011>>

  /system/bt/service/example/heart_rate/
constants.h 19 #include <bluetooth/uuid.h>
31 const bluetooth::UUID kCCCDescriptorUUID("2902");
32 const bluetooth::UUID kHRServiceUUID("180D");
33 const bluetooth::UUID kHRMeasurementUUID("2A37");
34 const bluetooth::UUID kBodySensorLocationUUID("2A38");
35 const bluetooth::UUID kHRControlPointUUID("2A39");
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 22 #include "service/common/bluetooth/binder/IBluetoothGattServer.h"
23 #include "service/common/bluetooth/binder/IBluetoothGattServerCallback.h"
26 namespace bluetooth { namespace
28 } // namespace bluetooth
36 public bluetooth::GattServer::Delegate {
38 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);
47 int server_id, bool is_primary, const bluetooth::UUID& uuid,
48 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
50 int server_id, const bluetooth::UUID& uuid,
52 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override
    [all...]
bluetooth_gatt_client_binder_server.h 22 #include "service/common/bluetooth/binder/IBluetoothGattClient.h"
23 #include "service/common/bluetooth/binder/IBluetoothGattClientCallback.h"
26 namespace bluetooth { namespace
28 } // namespace bluetooth
37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
55 std::shared_ptr<bluetooth::GattClient> GetGattClient(int client_id);
59 bluetooth::BLEStatus status,
61 bluetooth::BluetoothInstance* instance) override;
63 bluetooth::Adapter* adapter_; // weak
interface_with_instances_base.h 25 #include "service/common/bluetooth/uuid.h"
52 bluetooth::BluetoothInstanceFactory* factory);
72 std::shared_ptr<bluetooth::BluetoothInstance> GetInstance(
78 bluetooth::BLEStatus status,
79 const bluetooth::UUID& uuid,
80 std::unique_ptr<bluetooth::BluetoothInstance> instance);
86 bluetooth::BLEStatus status,
88 bluetooth::BluetoothInstance* instance) = 0;
95 RemoteCallbackMap<bluetooth::UUID, android::IInterface> pending_callbacks_;
101 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
InsecureClientActivity.java 17 package com.android.cts.verifier.bluetooth;
InsecureServerActivity.java 17 package com.android.cts.verifier.bluetooth;
SecureClientActivity.java 17 package com.android.cts.verifier.bluetooth;
SecureServerActivity.java 17 package com.android.cts.verifier.bluetooth;
  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * System private API for Bluetooth pbap service
IBluetoothManager.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
20 import android.bluetooth.IBluetoothGatt;
21 import android.bluetooth.IBluetoothManagerCallback;
22 import android.bluetooth.IBluetoothProfileServiceConnection;
23 import android.bluetooth.IBluetoothStateChangeCallback;
26 * System private API for talking with the Bluetooth service.
IBluetoothHealthCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHealthAppConfiguration;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 17 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
IResultLogger.java 1 package com.android.bluetooth.tests;
  /system/bt/service/
switches.h 21 namespace bluetooth { namespace
42 } // namespace bluetooth
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothDevicePicker;
24 import android.bluetooth.BluetoothHeadset;
32 * Prints Bluetooth intents to logcat. For example:
57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE
60 .replace("bluetooth", "b")
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
peripheral.mk 18 BCM43340_BT_SRC := hardware/bsp/intel/peripheral/bluetooth/bcm43340
19 BCM43340_BT_FIRMWARE := vendor/bsp/intel/peripheral/bluetooth/bcm43340_firmware
24 $(BCM43340_BT_SRC)/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
26 #BCM bluetooth
  /system/bt/test/suite/gatt/
gatt_test.h 24 // This class represents the Bluetooth GATT testing framework and provides
27 public bluetooth::hal::BluetoothGattInterface::ClientObserver,
28 public bluetooth::hal::BluetoothGattInterface::ServerObserver {
47 // SetUp initializes the Bluetooth interfaces and the GATT Interface as well
51 // TearDown cleans up the Bluetooth and GATT interfaces and destroys the
55 // bluetooth::hal::BluetoothGattInterface::ClientObserver overrides
57 bluetooth::hal::BluetoothGattInterface* /* unused */,
60 bluetooth::hal::BluetoothGattInterface* /* unused */,
63 bluetooth::hal::BluetoothGattInterface* /* unused */,
66 // bluetooth::hal::BluetoothGattInterface::ServerObserver override
    [all...]
  /external/libweave/examples/provider/
bluez_client.h 8 #include <weave/provider/bluetooth.h>
13 // Example of weave::Bluetooth implemented with bluez.
14 class BluetoothImpl : public provider::Bluetooth {
  /external/libweave/include/weave/provider/test/
mock_bluetooth.h 8 #include <weave/provider/bluetooth.h>
14 class MockBluetooth : public Bluetooth {
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.h 27 #include <bluetooth/binder/IBluetoothGattServerCallback.h>
28 #include <bluetooth/gatt_identifier.h>
33 // This class defines the Binder IPC interface for interacting with Bluetooth
68 int server_if, bool is_primary, const bluetooth::UUID& uuid,
69 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
71 int server_if, const bluetooth::UUID& uuid,
73 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
75 int server_if, const bluetooth::UUID& uuid, int permissions,
76 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
89 const bluetooth::GattIdentifier& characteristic_id
    [all...]
IBluetoothLowEnergy.h 23 #include <bluetooth/advertise_data.h>
24 #include <bluetooth/advertise_settings.h>
25 #include <bluetooth/scan_filter.h>
26 #include <bluetooth/scan_settings.h>
27 #include <bluetooth/binder/IBluetoothLowEnergyCallback.h>
32 // This class defines the Binder IPC interface for interacting with Bluetooth
83 const bluetooth::ScanSettings& settings,
84 const std::vector<bluetooth::ScanFilter>& filters) = 0;
89 const bluetooth::AdvertiseData& advertise_data,
90 const bluetooth::AdvertiseData& scan_response
    [all...]
  /system/bt/service/ipc/
ipc_handler.h 24 namespace bluetooth { namespace
26 } // namespace bluetooth
34 IPCHandler(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
47 bluetooth::Adapter* adapter() const { return adapter_; }
54 bluetooth::Adapter* adapter_;
  /system/bt/service/test/
adapter_unittest.cpp 21 #include "service/common/bluetooth/util/address_helper.h"
25 namespace bluetooth { namespace
60 class TestObserver final : public bluetooth::Adapter::Observer {
62 TestObserver(bluetooth::Adapter* adapter)
64 prev_state_(bluetooth::ADAPTER_STATE_INVALID),
65 cur_state_(bluetooth::ADAPTER_STATE_INVALID),
75 bluetooth::AdapterState prev_state() const { return prev_state_; }
76 bluetooth::AdapterState cur_state() const { return cur_state_; }
86 // bluetooth::Adapter::Observer override:
87 void OnAdapterStateChanged(bluetooth::Adapter* adapter
    [all...]
  /frameworks/base/media/java/android/media/midi/
IBluetoothMidiService.aidl 19 import android.bluetooth.BluetoothDevice;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
GattServiceTest.java 2 package com.android.bluetooth.gatt;
7 import com.android.bluetooth.gatt.GattService;

Completed in 921 milliseconds

12 3 4 5 6 7 8 91011>>