Home
last modified time | relevance | path

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

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