Home
last modified time | relevance | path

Searched refs:UUID_PRIMARY_SERVICE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp178 svcBlob.type_ = (svc.second.isPrimary_ ? Uuid::ConvertFrom16Bits(UUID_PRIMARY_SERVICE) in StoredToFile()
222 if (item.type_ == Uuid::ConvertFrom16Bits(UUID_PRIMARY_SERVICE) || in LoadFromFile()
225 … GattCache::Service((item.type_ == Uuid::ConvertFrom16Bits(UUID_PRIMARY_SERVICE)) ? true : false, in LoadFromFile()
H A Dgatt_defines.h68 constexpr uint16_t UUID_PRIMARY_SERVICE = 0x2800; variable
H A Dgatt_client_profile.cpp241 BtUuid primarySvcUuid = {BT_UUID_16, {UUID_PRIMARY_SERVICE}}; in DiscoverAllPrimaryServices()
267 BtUuid primarySvcUuid = {BT_UUID_16, {UUID_PRIMARY_SERVICE}}; in DiscoverAllPrimaryServicesInter()
287 parameter.attType = UUID_PRIMARY_SERVICE; in DiscoverPrimaryServicesByServiceUuid()
1238 BtUuid primarySvcUuid = {BT_UUID_16, {UUID_PRIMARY_SERVICE}}; in DiscoverAllPrimaryServiceParsing()
1305 parameter.attType = UUID_PRIMARY_SERVICE; in DiscoverPrimaryServiceByUuidParsing()
H A Dgatt_server_profile.cpp1177 …tService(attHandle) != nullptr && uuid.operator==(Uuid::ConvertFrom16Bits(UUID_PRIMARY_SERVICE))) { in FindServiceByHandle()
1454 pairs[num].uuid.uuid16 = UUID_PRIMARY_SERVICE; in AssembleAttFindInforRspSvcPackage()