OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_state
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_Sequence.c
224
psHciContext->
hci_state
.cur_state;
457
if( NFC_FSM_IN_PROGRESS == psHciContext->
hci_state
.transition )
482
psHciContext->
hci_state
.cur_state );
484
psHciContext->
hci_state
.transition );
486
psHciContext->
hci_state
.next_state );
491
psHciContext->
hci_state
.next_state = (uint8_t) next_state;
492
psHciContext->
hci_state
.transition = NFC_FSM_IN_PROGRESS;
495
psHciContext->
hci_state
.next_state );
517
psHciContext->
hci_state
.transition );
520
psHciContext->
hci_state
.cur_state )
[
all
...]
phHciNfc_Generic.c
[
all
...]
phHciNfc.c
125
psHciContext->
hci_state
.cur_state = hciState_Reset;
266
psHciContext->
hci_state
.next_state = (uint8_t) hciState_Release;
832
&& ( hciState_Connect == psHciContext->
hci_state
.cur_state)
840
psHciContext->
hci_state
.cur_state = hciState_Disconnect;
[
all
...]
phHciNfc_Generic.h
606
volatile phNfc_sState_t
hci_state
;
member in struct:phHciNfc_sContext
[
all
...]
Completed in 933 milliseconds