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

1 2 3 45 6 7 8 91011>>

  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 21 #include <android/bluetooth/BnBluetoothGattServer.h>
22 #include <android/bluetooth/IBluetoothGattServerCallback.h>
27 using android::bluetooth::BnBluetoothGattServer;
28 using android::bluetooth::IBluetoothGattServerCallback;
32 namespace bluetooth { namespace
34 } // namespace bluetooth
42 public bluetooth::GattServer::Delegate {
44 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);
49 const ::android::sp<::android::bluetooth::IBluetoothGattServerCallback>&
55 const ::android::bluetooth::BluetoothGattService& service
    [all...]
bluetooth_le_advertiser_binder_server.h 23 #include <android/bluetooth/IBluetoothLeAdvertiserCallback.h>
24 #include "android/bluetooth/BnBluetoothLeAdvertiser.h"
26 #include "service/common/bluetooth/low_energy_constants.h"
33 using android::bluetooth::BnBluetoothLeAdvertiser;
34 using android::bluetooth::IBluetoothLeAdvertiserCallback;
36 namespace bluetooth { namespace
38 } // namespace bluetooth
47 explicit BluetoothLeAdvertiserBinderServer(bluetooth::Adapter* adapter);
58 const android::bluetooth::AdvertiseData& advertise_data,
59 const android::bluetooth::AdvertiseData& scan_response
    [all...]
bluetooth_le_scanner_binder_server.h 23 #include <android/bluetooth/IBluetoothLeScannerCallback.h>
24 #include "android/bluetooth/BnBluetoothLeScanner.h"
26 #include "service/common/bluetooth/low_energy_constants.h"
33 using android::bluetooth::BnBluetoothLeScanner;
34 using android::bluetooth::IBluetoothLeScannerCallback;
36 namespace bluetooth { namespace
38 } // namespace bluetooth
47 public bluetooth::LowEnergyScanner::Delegate {
49 explicit BluetoothLeScannerBinderServer(bluetooth::Adapter* adapter);
59 const android::bluetooth::ScanSettings& settings
    [all...]
bluetooth_low_energy_binder_server.h 23 #include <android/bluetooth/IBluetoothLowEnergyCallback.h>
24 #include "android/bluetooth/BnBluetoothLowEnergy.h"
26 #include "service/common/bluetooth/low_energy_constants.h"
33 using android::bluetooth::BnBluetoothLowEnergy;
34 using android::bluetooth::IBluetoothLowEnergyCallback;
36 namespace bluetooth { namespace
38 } // namespace bluetooth
47 public bluetooth::LowEnergyClient::Delegate {
49 explicit BluetoothLowEnergyBinderServer(bluetooth::Adapter* adapter);
65 // bluetooth::LowEnergyClient::Delegate overrides
    [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_;
linux_ipc_host.h 20 #include <bluetooth/uuid.h>
27 namespace bluetooth { namespace
29 } // namespace bluetooth
40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);
96 bluetooth::Adapter* adapter_;
103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidConstants.java 17 package com.android.cts.verifier.bluetooth;
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanRecordTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.ScanRecord;
27 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanRecordTest' -w
28 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /device/linaro/hikey/bluetooth/
h4_protocol.h 27 namespace bluetooth { namespace in namespace:android::hardware
58 } // namespace bluetooth
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 18 package android.bluetooth;
35 * @param config Bluetooth Health app configuration
55 * @param device The Bluetooth Device
BluetoothInputStream.java 17 package android.bluetooth;
25 * Used to write to a Bluetooth socket.
  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingCallback.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothDevice;
22 * Bluetooth LE periodic advertising callbacks, used to deliver periodic
TruncatedFilter.java 17 package android.bluetooth.le;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanRecordTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.le.ScanRecord;
30 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanRecordTest' -w
31 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
UtilsTest.java 16 package com.android.settingslib.bluetooth;
20 import android.bluetooth.BluetoothDevice;
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.h 20 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
28 namespace bluetooth { namespace in namespace:android::hardware
57 } // namespace bluetooth
h4_protocol.h 28 namespace bluetooth { namespace in namespace:android::hardware
59 } // namespace bluetooth
hci_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol"
28 namespace bluetooth { namespace in namespace:android::hardware
56 } // namespace bluetooth
mct_protocol.h 28 namespace bluetooth { namespace in namespace:android::hardware
54 } // namespace bluetooth
  /hardware/interfaces/bluetooth/a2dp/1.0/default/
BluetoothAudioOffload.h 20 #include <android/hardware/bluetooth/a2dp/1.0/IBluetoothAudioOffload.h>
26 namespace bluetooth { namespace in namespace:android::hardware
41 // Methods from ::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload follow.
42 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> startSession(
43 const sp<::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost>& hostIf,
44 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration& codecConfig) override;
45 Return<void> streamStarted(::android::hardware::bluetooth::a2dp::V1_0::Status status) override;
47 ::android::hardware::bluetooth::a2dp::V1_0::Status status) override;
56 } // namespace bluetooth
  /packages/apps/Bluetooth/jni/
bluetooth_socket_manager.cc 30 namespace bluetooth { namespace in namespace:android
121 } // namespace bluetooth
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaControllerFactory.java 17 package com.android.bluetooth.avrcp;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 16 package com.android.bluetooth.gatt;
GattServiceConfig.java 17 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetDeviceState.java 16 package com.android.bluetooth.hfp;

Completed in 312 milliseconds

1 2 3 45 6 7 8 91011>>