Searched refs:BluetoothUuid (Results 1 – 15 of 15) sorted by relevance
41 BluetoothUuid serviceUuid = BluetoothUuid(serviceUuid_); in Marshalling()45 BluetoothUuid serviceUuidMask = BluetoothUuid(serviceUuidMask_); in Marshalling()49 BluetoothUuid serviceSolicitationUuid = BluetoothUuid(serviceSolicitationUuid_); in Marshalling()53 BluetoothUuid serviceSolicitationUuidMask = BluetoothUuid(serviceSolicitationUuidMask_); in Marshalling()136 std::shared_ptr<BluetoothUuid> serviceUuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadUuidFromParcel()140 serviceUuid_ = BluetoothUuid(*serviceUuid); in ReadUuidFromParcel()141 std::shared_ptr<BluetoothUuid> serviceUuidMask(parcel.ReadParcelable<BluetoothUuid>()); in ReadUuidFromParcel()145 serviceUuidMask_ = BluetoothUuid(*serviceUuidMask); in ReadUuidFromParcel()146 std::shared_ptr<BluetoothUuid> serviceSolicitationUuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadUuidFromParcel()150 serviceSolicitationUuid_ = BluetoothUuid(*serviceSolicitationUuid); in ReadUuidFromParcel()[all …]
29 class BluetoothUuid : public Parcelable, public bluetooth::Uuid {36 BluetoothUuid() = default;44 explicit BluetoothUuid(const bluetooth::Uuid &other) : bluetooth::Uuid(other) in BluetoothUuid() function53 BluetoothUuid(const BluetoothUuid &other) : bluetooth::Uuid(other) in BluetoothUuid() function61 ~BluetoothUuid() override = default;65 static BluetoothUuid *Unmarshalling(Parcel &parcel);
25 bool BluetoothUuid::Marshalling(Parcel &parcel) const in Marshalling()48 BluetoothUuid *BluetoothUuid::Unmarshalling(Parcel &parcel) in Unmarshalling()52 …BluetoothUuid *uuid = new BluetoothUuid(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, l… in Unmarshalling()
53 BluetoothUuid uuid = BluetoothUuid(uuid_); in WriteToParcel()86 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()90 uuid_ = BluetoothUuid(*uuid); in ReadFromParcel()
42 BluetoothUuid uuid(uuid_); in Marshalling()98 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()102 uuid_ = BluetoothUuid(*uuid); in ReadFromParcel()
43 BluetoothUuid uuid(uuid_); in Marshalling()93 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
53 BluetoothUuid uuid(uuid_); in Marshalling()130 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
76 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ConnectInner()108 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ListenInner()
92 BluetoothUuid btUuid = BluetoothUuid(uuid); in OnRemoteUuidChanged()
32 BluetoothUuid btUuid(callbackParam.uuid); in OnConnectionStateChanged()
32 BluetoothUuid btUuid(param.uuid); in Connect()59 BluetoothUuid btUuid(param.uuid); in Listen()105 BluetoothUuid btUuid(uuid); in RegisterClientObserver()127 BluetoothUuid btUuid(uuid); in DeregisterClientObserver()
57 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnConnectionStateChangedInner()
126 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnNotifyMsgReportFromLpDeviceInner()
122 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnRemoteNameUuidChangedInner()
456 BluetoothUuid btUuid(paramSet.uuid); in SetLpDeviceParam()491 BluetoothUuid btUuid(uuid); in RemoveLpDeviceParam()