Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_api.c224 return WBT_SetPacketLength(wbti_command_work, send_packet_size, recv_packet_size); in WBT_SetPacketSize()
Dwbt_context.c1536 BOOL WBT_SetPacketLength(WBTContext * work, int own, int peer) in WBT_SetPacketLength() function
/TwlSDK-5.4/include/nitro/wbt/
Dcontext.h515 BOOL WBT_SetPacketLength(WBTContext *work, int own, int peer);
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c302 (void)WBT_SetPacketLength(context->wbt, context->new_packet, WBT_PACKET_SIZE_MIN); in WFS_CallServerPacketSendHook()