HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 276 - 300 of 863) sorted by null

<<11121314151617181920>>

  /system/bt/service/common/bluetooth/
characteristic.h 19 #include <bluetooth/descriptor.h>
20 #include <bluetooth/uuid.h>
24 namespace bluetooth { namespace
scan_filter.h 21 #include <bluetooth/uuid.h>
23 namespace bluetooth { namespace
77 } // namespace bluetooth
service.h 19 #include <bluetooth/characteristic.h>
20 #include <bluetooth/uuid.h>
24 namespace bluetooth { namespace
  /system/bt/service/
daemon.cc 31 namespace bluetooth { namespace
130 LOG(ERROR) << "Failed to set up HAL Bluetooth interfaces";
195 } // namespace bluetooth
gatt_client.cc 24 namespace bluetooth { namespace
101 } // namespace bluetooth
low_energy_advertiser.h 25 #include <bluetooth/uuid.h>
28 #include "service/common/bluetooth/advertise_data.h"
29 #include "service/common/bluetooth/advertise_settings.h"
30 #include "service/common/bluetooth/low_energy_constants.h"
31 #include "service/common/bluetooth/scan_filter.h"
32 #include "service/common/bluetooth/scan_result.h"
33 #include "service/common/bluetooth/scan_settings.h"
36 namespace bluetooth { namespace
41 // Bluetooth Low Energy GAP operations. Instances cannot be created directly and
118 // Bluetooth stack
    [all...]
low_energy_client.h 25 #include <bluetooth/uuid.h>
28 #include "service/common/bluetooth/low_energy_constants.h"
29 #include "service/common/bluetooth/scan_filter.h"
30 #include "service/common/bluetooth/scan_result.h"
31 #include "service/common/bluetooth/scan_settings.h"
34 namespace bluetooth { namespace
45 // Bluetooth Low Energy GAP operations. Instances cannot be created directly and
118 // Raw pointer to the Bluetooth Adapter.
133 // Maps bluetooth address to connection id
143 // Bluetooth stack
    [all...]
low_energy_scanner.h 25 #include <bluetooth/uuid.h>
28 #include "service/common/bluetooth/advertise_data.h"
29 #include "service/common/bluetooth/advertise_settings.h"
30 #include "service/common/bluetooth/low_energy_constants.h"
31 #include "service/common/bluetooth/scan_filter.h"
32 #include "service/common/bluetooth/scan_result.h"
33 #include "service/common/bluetooth/scan_settings.h"
36 namespace bluetooth { namespace
41 // Bluetooth Low Energy GAP operations. Instances cannot be created directly and
102 // Raw pointer to the Bluetooth Adapter
    [all...]
settings.h 24 namespace bluetooth { namespace
51 // Path to create a Unix domain socket server for Bluetooth IPC.
74 } // namespace bluetooth
  /system/bt/service/example/heart_rate/
server_main.cc 29 #include <android/bluetooth/IBluetooth.h>
35 using android::bluetooth::IBluetooth;
41 std::string kServiceName = "bluetooth-service";
50 // Handles the case where the Bluetooth process dies.
61 LOG(ERROR) << "The Bluetooth daemon has died. Aborting.";
95 sp<IBluetooth> bluetooth; local
96 status_t status = getService(String16(kServiceName.c_str()), &bluetooth);
103 // Bluetooth needs to be enabled for our demo to work.
105 bluetooth->IsEnabled(&enabled);
107 LOG(ERROR) << "Bluetooth is not enabled."
    [all...]
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 26 namespace bluetooth { namespace
31 // Handles HAL Bluetooth GATT client API calls for testing. Test code can
38 virtual bt_status_t RegisterClient(const bluetooth::Uuid& app_uuid) = 0;
47 // Handles HAL Bluetooth GATT server API calls for testing. Test code can
54 virtual bt_status_t RegisterServer(const bluetooth::Uuid& app_uuid) = 0;
80 const bluetooth::Uuid& app_uuid);
86 const bluetooth::Uuid& app_uuid);
94 const bluetooth::Uuid& app_uuid);
100 const bluetooth::Uuid& uuid,
103 const bluetooth::Uuid& uuid
    [all...]
  /system/bt/service/ipc/
ipc_manager.h 24 namespace bluetooth { namespace
26 } // namespace bluetooth
35 // system and one based on the Binder-based android.bluetooth framework.
64 explicit IPCManager(bluetooth::Adapter* adapter);
96 // The Bluetooth adapter instance. This is owned by Daemon so we keep a raw
98 bluetooth::Adapter* adapter_;
  /system/bt/stack/test/common/
stack_test_packet_utils.cc 25 namespace bluetooth { namespace
96 } // namespace bluetooth
  /system/bt/test/rootcanal/
bluetooth_hci.h 19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
31 namespace bluetooth { namespace in namespace:android::hardware
79 } // namespace bluetooth
  /system/bt/types/bluetooth/
uuid.h 25 namespace bluetooth { namespace
27 // This class is representing Bluetooth UUIDs across whole stack.
119 } // namespace bluetooth
121 inline std::ostream& operator<<(std::ostream& os, const bluetooth::Uuid& a) {
126 // Custom std::hash specialization so that bluetooth::UUID can be used as a key
131 struct hash<bluetooth::Uuid> {
132 std::size_t operator()(const bluetooth::Uuid& key) const {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 25 namespace bluetooth { namespace in namespace:android::hardware
65 } // namespace bluetooth
h4_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-h4"
28 namespace bluetooth { namespace in namespace:android::hardware
87 * with Bluetooth 2.0 supported USB dongle. After first read, either
104 } // namespace bluetooth
hci_packetizer.cc 19 #define LOG_TAG "android.hardware.bluetooth.hci_packetizer"
45 namespace bluetooth { namespace in namespace:android::hardware
94 } // namespace bluetooth
hci_packetizer.h 27 namespace bluetooth { namespace in namespace:android::hardware
52 } // namespace bluetooth
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestTaskQueue.java 16 package com.android.cts.verifier.bluetooth;
  /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;
AdvertiseSettingsTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.AdvertiseSettings;
ScanResultTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.le.ScanResult;
28 * Unit test cases for Bluetooth LE scans.
30 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanResultTest' -w
31 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
TestUtils.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.ScanRecord;
30 * Utility class for Bluetooth CTS test.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothBroadcastHelper.java 17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
54 * Bluetooth Receiver Class.

Completed in 451 milliseconds

<<11121314151617181920>>