Bluetooth LE Stack
HCI_STATE
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
HCI_STATE
HCI_STATE enum
Syntax
Show:
Summary
Declaration
from
hci_cmd.h:71
enum
{
HCI_STATE_OFF
=
0
,
HCI_STATE_INITIALIZING
,
HCI_STATE_WORKING
,
HCI_STATE_HALTING
,
HCI_STATE_SLEEPING
,
HCI_STATE_FALLING_ASLEEP
}
;
Values
Value
Declared as
HCI_STATE::HCI_STATE_OFF
=
0
HCI_STATE::HCI_STATE_INITIALIZING
HCI_STATE::HCI_STATE_WORKING
HCI_STATE::HCI_STATE_HALTING
HCI_STATE::HCI_STATE_SLEEPING
HCI_STATE::HCI_STATE_FALLING_ASLEEP
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out