Bluetooth LE Stack
btstack_chipset_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_chipset_t
btstack_chipset_t struct
Syntax
Show:
Summary
Declaration
from
btstack_chipset.h:65
typedef
struct
{
const
char
*
name
;
void
(
*
init
)
(
const
void
*
transport_config
)
;
btstack_chipset_result_t
(
*
next_command
)
(
uint8_t
*
hci_cmd_buffer
)
;
void
(
*
set_baudrate_command
)
(
uint32_t
baudrate
,
uint8_t
*
hci_cmd_buffer
)
;
void
(
*
set_bd_addr_command
)
(
bd_addr_t
addr
,
uint8_t
*
hci_cmd_buffer
)
;
}
btstack_chipset_t
;
Fields
Field
Declared as
Description
btstack_chipset_t::name
const
char
*
chipset driver name.
btstack_chipset_t::init
void
(
*
)
(
const
void
*
transport_config
)
init driver allows to reset init script index.
btstack_chipset_t::next_command
btstack_chipset_result_t
(
*
)
(
uint8_t
*
hci_cmd_buffer
)
support custom init sequences after RESET command.
btstack_chipset_t::set_baudrate_command
void
(
*
)
(
uint32_t
baudrate
,
uint8_t
*
hci_cmd_buffer
)
provide UART Baud Rate change command.
btstack_chipset_t::set_bd_addr_command
void
(
*
)
(
bd_addr_t
addr
,
uint8_t
*
hci_cmd_buffer
)
provide Set BD Addr command.
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