Home | History | Annotate | Download | only in binder

Lines Matching refs:bluetooth

23 #include <bluetooth/advertise_data.h>
24 #include <bluetooth/advertise_settings.h>
25 #include <bluetooth/gatt_identifier.h>
26 #include <bluetooth/scan_filter.h>
27 #include <bluetooth/scan_result.h>
28 #include <bluetooth/scan_settings.h>
29 #include <bluetooth/uuid.h>
37 // Helpers for converting bluetooth::AdvertiseData to/from Parcel
40 const bluetooth::AdvertiseData& data,
43 std::unique_ptr<bluetooth::AdvertiseData> CreateAdvertiseDataFromParcel(
46 // Helpers for converting bluetooth::AdvertiseSettings to/from Parcel
49 const bluetooth::AdvertiseSettings& settings,
52 std::unique_ptr<bluetooth::AdvertiseSettings> CreateAdvertiseSettingsFromParcel(
55 // Helpers for converting bluetooth::UUID to/from Parcel
57 void WriteUUIDToParcel(const bluetooth::UUID& uuid, android::Parcel* parcel);
59 std::unique_ptr<bluetooth::UUID> CreateUUIDFromParcel(
62 // Helpers for converting bluetooth::GattIdentifier to/from Parcel
65 const bluetooth::GattIdentifier& gatt_id,
68 std::unique_ptr<bluetooth::GattIdentifier> CreateGattIdentifierFromParcel(
71 // Helpers for converting bluetooth::ScanFilter to/from Parcel
74 const bluetooth::ScanFilter& filter,
77 std::unique_ptr<bluetooth::ScanFilter> CreateScanFilterFromParcel(
80 // Helpers for converting bluetooth::ScanSettings to/from Parcel
83 const bluetooth::ScanSettings& settings,
86 std::unique_ptr<bluetooth::ScanSettings> CreateScanSettingsFromParcel(
89 // Helpers for converting bluetooth::ScanResult to/from Parcel
92 const bluetooth::ScanResult& scan_result,
95 std::unique_ptr<bluetooth::ScanResult> CreateScanResultFromParcel(