Searched refs:otBorderRouterGetNetData (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/openthread/include/openthread/ |
H A D | border_router.h | 65 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat…
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | border_router_api.cpp | 46 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat… in otBorderRouterGetNetData() function
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_network_data.cpp | 690 error = otBorderRouterGetNetData(GetInstancePtr(), false, data, &len); in OutputBinary()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base_mtd.cpp | 715 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet() 727 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet()
|