Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_defines.h76 constexpr uint16_t UUID_CLIENT_CHARACTERISTIC_CONFIGURATION = 0x2902; variable
H A Dgatt_database.cpp348 Uuid::ConvertFrom16Bits(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION)) != 1) { in CheckDescriptorsLegality()
H A Dgatt_server_profile.cpp1313 Uuid uuid = Uuid::ConvertFrom16Bits(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in AssembleDescriptorPackage()
1424 Uuid uuid = Uuid::ConvertFrom16Bits(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in AssembleAttReadByTypeRspDescPackage()
1646 Uuid uuid = Uuid::ConvertFrom16Bits(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION); in WriteDescriptorProcess()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp203 …escriptors_.push_back(Descriptor(Uuid::ConvertFrom16Bits(UUID_CLIENT_CHARACTERISTIC_CONFIGURATION), in BuildService()