Home
last modified time | relevance | path

Searched refs:cccValue (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp866 auto cccValue = profile_->GetAttributeEntity(valueHandle); in SetCharacteristicPermission() local
867 if (cccValue.has_value()) { in SetCharacteristicPermission()
868 cccValue.value().get().permissions_ = permission; in SetCharacteristicPermission()
1188 auto cccValue = profile_->GetAttributeEntity(ccc.second.valueHandle_); in BuildService() local
1193 cccValue.value().get().permissions_, in BuildService()
1194 cccValue.value().get().value_.value_.get(), in BuildService()
1195 cccValue.value().get().value_.length_); in BuildService()

Completed in 3 milliseconds