Home
last modified time | relevance | path

Searched refs:UUID_32BIT_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h60 UUID_32BIT_LEN = 0x04, enumerator
H A Dgatt_client_profile.cpp296 } else if (uuid.GetUuidType() == UUID_32BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()
298 (void)memcpy_s(BufferPtr(serviceUuid), UUID_32BIT_LEN, &(uuid32), UUID_32BIT_LEN); in DiscoverPrimaryServicesByServiceUuid()
401 } else if (uuid.GetUuidType() == UUID_32BIT_LEN) { in DiscoverCharacteristicByUuid()