Searched refs:bluetooth (Results 1 - 25 of 223) sorted by relevance

123456789

/system/bt/service/common/android/bluetooth/
H A DAdvertiseData.aidl17 package android.bluetooth;
19 parcelable AdvertiseData cpp_header "android/bluetooth/advertise_data.h";
H A DAdvertiseSettings.aidl17 package android.bluetooth;
19 parcelable AdvertiseSettings cpp_header "android/bluetooth/advertise_settings.h";
H A DBluetoothGattCharacteristic.aidl17 package android.bluetooth;
19 parcelable BluetoothGattCharacteristic cpp_header "android/bluetooth/bluetooth_gatt_characteristic.h";
H A DBluetoothGattDescriptor.aidl17 package android.bluetooth;
19 parcelable BluetoothGattDescriptor cpp_header "android/bluetooth/bluetooth_gatt_descriptor.h";
H A DBluetoothGattIncludedService.aidl17 package android.bluetooth;
19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_service.h";
H A DBluetoothGattService.aidl17 package android.bluetooth;
19 parcelable BluetoothGattService cpp_header "android/bluetooth/bluetooth_gatt_service.h";
H A DScanFilter.aidl17 package android.bluetooth;
19 parcelable ScanFilter cpp_header "android/bluetooth/scan_filter.h";
H A DScanResult.aidl17 package android.bluetooth;
19 parcelable ScanResult cpp_header "android/bluetooth/scan_result.h";
H A DScanSettings.aidl17 package android.bluetooth;
19 parcelable ScanSettings cpp_header "android/bluetooth/scan_settings.h";
H A DUUID.aidl17 package android.bluetooth;
19 parcelable UUID cpp_header "android/bluetooth/uuid.h";
H A DIBluetoothCallback.aidl17 package android.bluetooth;
H A DIBluetoothGattClientCallback.aidl17 package android.bluetooth;
H A DIBluetooth.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothCallback;
20 import android.bluetooth.IBluetoothLowEnergy;
21 import android.bluetooth.IBluetoothLeAdvertiser;
22 import android.bluetooth.IBluetoothLeScanner;
23 import android.bluetooth.IBluetoothGattClient;
24 import android.bluetooth.IBluetoothGattServer;
26 import android.bluetooth.UUID;
H A DIBluetoothGattClient.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothGattClientCallback;
H A DIBluetoothLeAdvertiserCallback.aidl17 package android.bluetooth;
19 import android.bluetooth.AdvertiseSettings;
H A DIBluetoothLeScannerCallback.aidl17 package android.bluetooth;
19 import android.bluetooth.ScanResult;
H A DIBluetoothLowEnergyCallback.aidl17 package android.bluetooth;
19 import android.bluetooth.ScanResult;
20 import android.bluetooth.AdvertiseSettings;
H A DIBluetoothLeAdvertiser.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLeAdvertiserCallback;
21 import android.bluetooth.AdvertiseData;
22 import android.bluetooth.AdvertiseSettings;
H A DIBluetoothLeScanner.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLeScannerCallback;
20 import android.bluetooth.ScanFilter;
21 import android.bluetooth.ScanSettings;
H A DIBluetoothLowEnergy.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLowEnergyCallback;
21 import android.bluetooth.AdvertiseData;
22 import android.bluetooth.AdvertiseSettings;
/system/bt/service/ipc/binder/
H A Dbluetooth_le_scanner_binder_server.h23 #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
[all...]
H A Dbluetooth_le_advertiser_binder_server.h23 #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
[all...]
/system/bt/service/example/heart_rate/
H A Dconstants.h19 #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/test/rootcanal/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.sim"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci; local
35 android::status_t status = bluetooth->registerAsService();
/system/bt/vendor_libs/linux/interface/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.btlinux"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::btlinux::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci; local
35 android::status_t status = bluetooth->registerAsService();

Completed in 216 milliseconds

123456789