Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c460 cmd->peer_bmp = (u16)(1 << aid); in WBTi_NotifySystemCallback()
1026 int peer_bmp = (1 << aid); in WBTi_NotifyCompletionCallback() local
1028 current->peer_bmp = (u16)peer_bmp; /* For debugging */ in WBTi_NotifyCompletionCallback()
1029 if ((current->target_bmp & peer_bmp) != 0) in WBTi_NotifyCompletionCallback()
1032 current->target_bmp &= ~peer_bmp; in WBTi_NotifyCompletionCallback()
1365 work->system_cmd.peer_bmp = 0; in WBT_ResetContext()
1450 current->peer_bmp = (u16)bit; in WBT_CancelCommand()
1458 current->peer_bmp = (u16)bit; in WBT_CancelCommand()
/TwlSDK-5.4/include/nitro/
Dwbt.h244 u16 peer_bmp; member
/TwlSDK-5.4/build/demos/wbt/wbt-1/src/
Dbt.c228 …int peer_aid = WBT_AidbitmapToAid(uc->peer_bmp); /* AID of communications partner stati… in bt_callback()
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c57 const int aid = (int)MATH_CTZ(uc->peer_bmp); in WFSi_WBTCallback()