Home
last modified time | relevance | path

Searched defs:srvUuid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp181 string srvUuid = characteristic.GetService()->GetUuid().ToString(); in OnCharacteristicReadResult() local
208 string srvUuid = characteristic.GetService()->GetUuid().ToString(); in OnCharacteristicWriteResult() local
232 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString(); in OnDescriptorReadResult() local
262 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString(); in OnDescriptorWriteResult() local
309 string srvUuid = characteristic.GetService()->GetUuid().ToString(); in OnCharacteristicChanged() local
H A Dohos_bt_gatt.cpp1396 UUID srvUuid; in RemoveLpDeviceParam() local
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c40 int32_t TEEC_GetApp(const TaFileInfo *taFile, const TEEC_UUID *srvUuid, TC_NS_ClientContext *cliCon… in TEEC_GetApp()