Home
last modified time | relevance | path

Searched refs:utilsSoftSrcMatchSetPanId (Results 1 – 3 of 3) sorted by relevance

/external/openthread/examples/platforms/utils/
Dsoft_source_match_table.h57 void utilsSoftSrcMatchSetPanId(uint16_t aPanId);
Dsoft_source_match_table.c48 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) { sPanId = aPanId; } in utilsSoftSrcMatchSetPanId() function
/external/openthread/examples/platforms/simulation/
Dradio.c365 utilsSoftSrcMatchSetPanId(aPanid); in otPlatRadioSetPanId()