OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hciState_Reset
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_Sequence.c
89
{
hciState_Reset
, hciState_Initialise , TRUE},
90
/* {
hciState_Reset
, hciState_Config, FALSE}, */
100
{
hciState_Reset
, hciState_Initialise, TRUE},
241
case
hciState_Reset
:
580
if( (
hciState_Reset
!= psHciContext->hci_state.cur_state )
661
if (
hciState_Reset
== psHciContext->hci_state.cur_state)
[
all
...]
phHciNfc_Generic.h
403
hciState_Reset
= 0x00U,
[
all
...]
phHciNfc.c
125
psHciContext->hci_state.cur_state =
hciState_Reset
;
[
all
...]
Completed in 284 milliseconds