Lines Matching +full:size +full:- +full:report
36 #include "openthread-core-config.h"
73 // In case of host<->ncp<->rcp configuration, notifications shall be
89 kSpinelCmdHeaderSize = 2, ///< Size of spinel command header (in bytes).
90 kSpinelPropIdSize = 3, ///< Size of spinel property identifier (in bytes).
171 * If aDataLen is non-zero, this param MUST NOT be nullptr.
238 …* @note Per RFC 4861, the implementation should send the message with IPv6 link-local source addr…
251 * Registers or updates a host on the infrastructure network's DNS-SD module (on host).
255 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
262 * Unregisters a host on the infrastructure network's DNS-SD module (on host).
266 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
273 * Registers or updates a service on the infrastructure network's DNS-SD module (on host).
277 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
284 * Unregisters a service on the infrastructure network's DNS-SD module (on host).
288 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
295 * Registers or updates a key record on the infrastructure network's DNS-SD module (on host).
299 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
306 * Unregisters a key record on the infrastructure network's DNS-SD module (on host).
310 …* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no …
437 return sNcpInstance->InstanceToIid(static_cast<Instance *>(aInstance)); in GetNcpBaseIid()
576 // ----------------------------------------------------------------------------
578 // ----------------------------------------------------------------------------
617 // --------------------------------------------------------------------------
625 … OPENTHREAD_CONFIG_NCP_TX_BUFFER_SIZE - kSpinelCmdHeaderSize - kSpinelPropIdSize,
653 * Defines a vendor "command handler" hook to process vendor-specific spinel commands.
671 * implement mechanisms to re-send a failed/pending response or an async spinel frame.
728 …kTxBufferSize = OPENTHREAD_CONFIG_NCP_TX_BUFFER_SIZE, // Tx Buffer size (used by mTxFrameBuf…
730 kInvalidScanChannel = -1, // Invalid scan channel.