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

1 2 3 4 5 6 7 8 91011>>

  /system/bt/stack/test/common/
stack_test_packet_utils.h 22 namespace bluetooth { namespace
78 } // namespace bluetooth
  /system/bt/btif/include/
btif_hf.h 23 namespace bluetooth { namespace
49 } // namespace bluetooth
  /system/bt/service/common/bluetooth/
adapter_state.cc 17 #include "bluetooth/adapter_state.h"
19 namespace bluetooth { namespace
44 } // namespace bluetooth
advertise_data.h 25 namespace bluetooth { namespace
27 // Represents a data packet for Bluetooth Low Energy advertisements. This is the
29 // frameworks/base/core/j/android/bluetooth/le/AdvertiseData.java
51 // data is in the TLV format as specified in the Bluetooth Core Specification.
64 } // namespace bluetooth
advertise_settings.cc 17 #include "bluetooth/advertise_settings.h"
19 namespace bluetooth { namespace
47 } // namespace bluetooth
scan_result.cc 17 #include "bluetooth/scan_result.h"
22 namespace bluetooth { namespace
41 } // namespace bluetooth
scan_settings.cc 17 #include "bluetooth/scan_settings.h"
19 namespace bluetooth { namespace
55 } // namespace bluetooth
  /device/linaro/hikey/bluetooth/
service.cc 17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.hikey"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::hikey::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci; local
35 android::status_t status = bluetooth->registerAsService();
  /system/bt/include/hardware/
bluetooth_headset_callbacks.h 21 namespace bluetooth { namespace
25 * Headset related callbacks invoked from from the Bluetooth native stack
200 } // namespace bluetooth
bluetooth_headset_interface.h 22 namespace bluetooth { namespace
238 } // namespace bluetooth
  /system/bt/packet/base/
packet_builder.cc 23 namespace bluetooth { namespace
43 } // namespace bluetooth
  /system/bt/packet/tests/base/
packet_builder_test.cc 26 namespace bluetooth { namespace
71 } // namespace bluetooth
  /system/bt/service/
bluetooth_instance.h 23 #include <bluetooth/uuid.h>
25 #include "service/common/bluetooth/low_energy_constants.h"
27 namespace bluetooth { namespace
30 // that is registered with the underlying Bluetooth stack using a Uuid and has a
75 } // namespace bluetooth
daemon.h 26 namespace bluetooth { namespace
33 // handlers, global Settings, and the core Bluetooth stack.
74 } // namespace bluetooth
  /system/bt/service/common/android/bluetooth/
advertise_data.h 19 #include "bluetooth/advertise_data.h"
29 namespace bluetooth { namespace in namespace:android
31 class AdvertiseData : public Parcelable, public ::bluetooth::AdvertiseData {
34 AdvertiseData(const ::bluetooth::AdvertiseData& advertise_data) // NOLINT
35 : ::bluetooth::AdvertiseData(advertise_data){};
53 } // namespace bluetooth
advertise_settings.h 19 #include "bluetooth/advertise_settings.h"
29 namespace bluetooth { namespace in namespace:android
32 public ::bluetooth::AdvertiseSettings {
36 const ::bluetooth::AdvertiseSettings& advertise_settings) // NOLINT
37 : ::bluetooth::AdvertiseSettings(advertise_settings){};
55 } // namespace bluetooth
bluetooth_gatt_characteristic.h 19 #include "bluetooth/characteristic.h"
29 namespace bluetooth { namespace in namespace:android
32 public ::bluetooth::Characteristic {
36 const ::bluetooth::Characteristic& characteristic) // NOLINT(implicit)
37 : ::bluetooth::Characteristic(characteristic){};
54 } // namespace bluetooth
bluetooth_gatt_descriptor.h 19 #include "bluetooth/descriptor.h"
29 namespace bluetooth { namespace in namespace:android
32 public ::bluetooth::Descriptor {
36 const ::bluetooth::Descriptor& characteristic) // NOLINT(implicit)
37 : ::bluetooth::Descriptor(characteristic){};
54 } // namespace bluetooth
bluetooth_gatt_service.h 19 #include "android/bluetooth/bluetooth_gatt_included_service.h"
20 #include "bluetooth/service.h"
30 namespace bluetooth { namespace in namespace:android
32 class BluetoothGattService : public Parcelable, public ::bluetooth::Service {
35 BluetoothGattService(const ::bluetooth::Service& service)
36 : ::bluetooth::Service(service){}; // NOLINT(implicit)
39 : ::bluetooth::Service(includedService.handle(),
58 } // namespace bluetooth
scan_filter.h 19 #include "bluetooth/scan_filter.h"
29 namespace bluetooth { namespace in namespace:android
31 class ScanFilter : public Parcelable, public ::bluetooth::ScanFilter {
35 ScanFilter(const ::bluetooth::ScanFilter& scan_filter) // NOLINT
36 : ::bluetooth::ScanFilter(scan_filter){};
53 } // namespace bluetooth
scan_result.h 19 #include "bluetooth/scan_result.h"
29 namespace bluetooth { namespace in namespace:android
31 class ScanResult : public Parcelable, public ::bluetooth::ScanResult {
35 ScanResult(const ::bluetooth::ScanResult& scan_result) // NOLINT
36 : ::bluetooth::ScanResult(scan_result){};
53 } // namespace bluetooth
scan_settings.h 19 #include "bluetooth/scan_settings.h"
29 namespace bluetooth { namespace in namespace:android
31 class ScanSettings : public Parcelable, public ::bluetooth::ScanSettings {
35 ScanSettings(const ::bluetooth::ScanSettings& scan_settings) // NOLINT
36 : ::bluetooth::ScanSettings(scan_settings){};
53 } // namespace bluetooth
  /system/bt/service/hal/
bluetooth_interface.h 20 #include <hardware/bluetooth.h>
22 namespace bluetooth { namespace
25 // This class represents the HAL Bluetooth adapter interface, wrapping around
38 // The standard Bluetooth adapter management callback interface. The HAL
102 // The HAL module pointer that represents the standard Bluetooth adapter
104 // Bluetooth library, so this isn't owned by us.
123 } // namespace bluetooth
  /system/bt/service/test/
advertise_data_unittest.cc 19 #include "service/common/bluetooth/advertise_data.h"
23 namespace bluetooth { namespace
112 } // namespace bluetooth
mock_adapter.h 23 namespace bluetooth { namespace
56 } // namespace bluetooth

Completed in 184 milliseconds

1 2 3 4 5 6 7 8 91011>>