Bluetooth LE Stack
btstack_control_t
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
btstack_control_t
btstack_control_t struct
Syntax
Show:
Summary
Declaration
from
btstack_control.h:62
typedef
struct
{
void
(
*
init
)
(
const
void
*
config
)
;
int
(
*
on
)
(
void
)
;
int
(
*
off
)
(
void
)
;
int
(
*
sleep
)
(
void
)
;
int
(
*
wake
)
(
void
)
;
void
(
*
register_for_power_notifications
)
(
void
(
*
cb
)
(
POWER_NOTIFICATION_t
event
)
)
;
}
btstack_control_t
;
Fields
Field
Declared as
btstack_control_t::init
void
(
*
)
(
const
void
*
config
)
btstack_control_t::on
int
(
*
)
(
void
)
btstack_control_t::off
int
(
*
)
(
void
)
btstack_control_t::sleep
int
(
*
)
(
void
)
btstack_control_t::wake
int
(
*
)
(
void
)
btstack_control_t::register_for_power_notifications
void
(
*
)
(
void
(
*
cb
)
(
POWER_NOTIFICATION_t
event
)
)
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