Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/
Dwbt.h493 int WBT_MpParentSendHook(void *sendbuf, int send_size);
/TwlSDK-5.3.1/build/libraries/wbt/common/src/
Dwbt_api.c251 int WBT_MpParentSendHook(void *sendbuf, int send_size) in WBT_MpParentSendHook() function
/TwlSDK-5.3.1/build/demos/wbt/wbt-1/src/
Dmain.c712 const u16 size = (u16)WBT_MpParentSendHook(gSendBuf, WC_PARENT_DATA_SIZE_MAX); in ParentSendCallback()