Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_defines.h70 constexpr uint16_t UUID_INCLUDE_SERVICE = 0x2802; variable
H A Dgatt_cache.cpp187 isvcBlob.type_ = Uuid::ConvertFrom16Bits(UUID_INCLUDE_SERVICE); in StoredToFile()
230 } else if (item.type_ == Uuid::ConvertFrom16Bits(UUID_INCLUDE_SERVICE)) { in LoadFromFile()
H A Dgatt_client_profile.cpp328 BtUuid includeSvcUuid = {BT_UUID_16, {UUID_INCLUDE_SERVICE}}; in FindIncludedServices()
1340 BtUuid uuid = {BT_UUID_16, {UUID_INCLUDE_SERVICE}}; in FindIncludeServicesParsing()
1801 BtUuid uuid = {BT_UUID_16, {UUID_INCLUDE_SERVICE}}; in SplitReadRsp()
H A Dgatt_server_profile.cpp229 case UUID_INCLUDE_SERVICE: in SplitReadByTypeReqMessage()