Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c166 work->ack_bitmap |= (1 << aid); in WFSi_WBTCallback()
189 work->ack_bitmap |= (1 << aid); in WFSi_WBTCallback()
293 context->ack_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
313 else if (context->ack_bitmap) in WFS_CallServerPacketSendHook()
315 int bitmap = context->ack_bitmap; in WFS_CallServerPacketSendHook()
390 context->ack_bitmap &= ~bitmap; in WFS_CallServerPacketSendHook()
451 context->ack_bitmap = 0; in WFS_InitServer()
/TwlSDK-5.4/include/nitro/wfs/
Dserver.h85 int ack_bitmap; /* Waiting for a response from the server */ member