Home | History | Annotate | Download | only in src

Lines Matching defs:cur_state

223     phHciNfc_eState_t   cur_state = (phHciNfc_eState_t) 
224 psHciContext->hci_state.cur_state;
230 if( cur_state == (uint8_t) state )
239 switch (cur_state)
482 psHciContext->hci_state.cur_state );
520 psHciContext->hci_state.cur_state );
528 psHciContext->hci_state.cur_state =
539 psHciContext->hci_state.cur_state );
550 HCI_DEBUG("HCI: %s: transition=%02u, cur_state=%02u, next_state=%02u\n",
553 psHciContext->hci_state.cur_state,
580 if( (hciState_Reset != psHciContext->hci_state.cur_state )
583 psHciContext->hci_state.cur_state = (uint8_t) hciState_Initialise ;
650 psHciContext->hci_state.cur_state );
661 if (hciState_Reset == psHciContext->hci_state.cur_state)
673 else if (hciState_Config == psHciContext->hci_state.cur_state)
789 psHciContext->hci_state.cur_state = hciState_Select;
806 psHciContext->hci_state.cur_state = hciState_Select; */
917 HCI_DEBUG("HCI: %s: cur_state=%02u, next_state=%02u",
919 psHciContext->hci_state.cur_state,
930 switch (psHciContext->hci_state.cur_state)
2051 if( hciState_Disconnect == psHciContext->hci_state.cur_state)