Searched defs:model_id (Results 1 - 7 of 7) sorted by relevance

/external/libweave/examples/provider/
H A Dfile_config_store.cc22 FileConfigStore::FileConfigStore(const std::string& model_id, argument
24 : model_id_{model_id},
48 settings->model_id = model_id_;
/external/libweave/src/privet/
H A Dwifi_ssid_generator.cc85 std::string model_id = gcd_->GetModelId(); local
88 CHECK_EQ(5u, model_id.size());
92 model_id.c_str(), GenerateFlagsInternal().c_str());
H A Dprivet_handler.cc532 std::string model_id = cloud_->GetModelId(); local
546 output.SetString(kInfoModelIdKey, model_id);
/external/libweave/include/weave/
H A Dsettings.h35 std::string model_id; member in struct:weave::Settings
/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c88 uint8_t model_id; member in struct:phHciNfc_IDMgmt_Info
825 p_identity_info->model_id = reg_value[i] ;
826 pHwRef->device_info.model_id = p_identity_info->model_id ;
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h357 UINT8 model_id; /* Model ID */ member in struct:__anon10242
/external/libnfc-nxp/inc/
H A DphNfcTypes.h332 uint8_t model_id; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t

Completed in 628 milliseconds