Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_ble.c251 …ATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t *msg_payload);
949 …LATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t *msg_payload) in PLATFORM_FillInHciCmdMsg() argument
955 (void)memcpy(&pbuf[4], msg_payload, msg_sz); in PLATFORM_FillInHciCmdMsg()