Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread_ftd.h713 typedef void (*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo… typedef
728 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback…
/external/openthread/src/core/thread/
Dneighbor_table.hpp60 typedef otNeighborTableCallback Callback;
/external/openthread/src/core/api/
Dthread_ftd_api.cpp334 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback) in otThreadRegisterNeighborTableCallback()