Lines Matching refs:IsTxPending
54 bool IsTxPending; member
107 .IsTxPending = false,
197 .IsTxPending = LmhpComplianceIsTxPending,
231 ComplianceTestState.IsTxPending = false; in LmhpComplianceInit()
244 return ComplianceTestState.IsTxPending; in LmhpComplianceIsTxPending()
249 if( ComplianceTestState.IsTxPending == true ) in LmhpComplianceProcess()
266 ComplianceTestState.IsTxPending = true; in LmhpComplianceProcess()
270 ComplianceTestState.IsTxPending = false; in LmhpComplianceProcess()
518 ComplianceTestState.IsTxPending = true; in LmhpComplianceOnMcpsIndication()
523 ComplianceTestState.IsTxPending = false; in LmhpComplianceOnMcpsIndication()
617 ComplianceTestState.IsTxPending = true; in SendBeaconRxStatusInd()