Home
last modified time | relevance | path

Searched defs:aServiceId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.cpp94 void ServiceTlv::Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceDa… in Init()
H A Dmle_types.hpp656 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId()
H A Dmle.cpp1013 void Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp196 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()