Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h786 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback…
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp318 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback) in otThreadRegisterNeighborTableCallback() function
/openthread-latest/src/ncp/
Dncp_base.cpp363 otThreadRegisterNeighborTableCallback(mInstance, &NcpBase::HandleNeighborTableChanged); in NcpBase()