Searched defs:aBlockLength (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_coap.cpp | 1113 uint16_t aBlockLength, in BlockwiseReceiveHook() 1122 uint16_t aBlockLength, in BlockwiseReceiveHook() 1142 uint16_t *aBlockLength, in BlockwiseTransmitHook() 1148 otError Coap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bo… in BlockwiseTransmitHook()
|
H A D | cli_coap_secure.cpp | 990 uint16_t aBlockLength, in BlockwiseReceiveHook() 1000 uint16_t aBlockLength, in BlockwiseReceiveHook() 1020 uint16_t *aBlockLength, in BlockwiseTransmitHook() 1026 …cure::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMo… in BlockwiseTransmitHook()
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap.hpp | 221 uint16_t aBlockLength, in HandleBlockReceive() 228 …Error HandleBlockTransmit(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore… in HandleBlockTransmit()
|