Searched refs:otNetDataGet (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | netdata.h | 146 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength);
|
/openthread-latest/src/core/api/ |
D | netdata_api.cpp | 40 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength) in otNetDataGet() function
|
/openthread-latest/src/cli/ |
D | cli_network_data.cpp | 723 error = otNetDataGet(GetInstancePtr(), false, data, &len); in OutputBinary()
|
/openthread-latest/src/ncp/ |
D | ncp_base_mtd.cpp | 740 IgnoreError(otNetDataGet(mInstance, in HandlePropertyGet() 752 IgnoreError(otNetDataGet(mInstance, in HandlePropertyGet()
|