PROTOCOLS
Lifecycle
Defined in fuchsia.bluetooth.component/component.fidl
Protocol for querying the lifecycle of a component beyond that which is provided by zircon primitives.
GetState
Hanging Get method for querying the LifecycleState
of a component
Request
Name | Type |
---|
Response
Name | Type |
---|---|
state |
LifecycleState
|
STRUCTS
ENUMS
LifecycleState
Type: uint32
Defined in fuchsia.bluetooth.component/component.fidl
States that a component can be in.
Name | Value | Description |
---|---|---|
INITIALIZING |
0 |
|
READY |
1 |