Home
last modified time | relevance | path

Searched refs:UUID128Bit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.h44 using UUID128Bit = std::array<uint8_t, UUID128_BYTES_TYPE>; variable
163 static Uuid ConvertFrom128Bits(const UUID128Bit &uuid);
197 UUID128Bit ConvertTo128Bits() const;
272 explicit Uuid(const UUID128Bit uuid) : uuid_(uuid) {}; in Uuid()
H A Dbt_uuid.cpp128 UUID128Bit le; in ConvertFromBytesLE()
152 Uuid Uuid::ConvertFrom128Bits(const UUID128Bit &uuid) in ConvertFrom128Bits()
181 UUID128Bit le; in ConvertToBytesLE()
189 Uuid::UUID128Bit Uuid::ConvertTo128Bits() const in ConvertTo128Bits()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dparcel_bt_uuid.cpp26 bluetooth::Uuid::UUID128Bit uuid128 = uuid.ConvertTo128Bits(); in WriteToParcel()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_defs.h94 const Uuid::UUID128Bit DEFAULT_UUID_MASK = {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1442 bluetooth::Uuid::UUID128Bit uuidCheck = {0}; in Parser128BitUuidFromEir()