Bluetooth LE Stack
hci_dump_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
hci_dump_t
hci_dump_t struct
Syntax
Show:
Summary
Declaration
from
hci_dump.h:80
typedef
struct
{
void
(
*
reset
)
(
void
)
;
void
(
*
log_packet
)
(
uint8_t
packet_type
,
uint8_t
in
,
uint8_t
*
packet
,
uint16_t
len
)
;
void
(
*
log_message
)
(
int
log_level
,
const
char
*
format
,
va_list
argptr
)
;
#ifdef
__AVR__
\
void
(
*
log_message_P
)
(
int
log_level
,
PGM_P
*
format
,
va_list
argptr
)
;
#endif
}
hci_dump_t
;
Fields
Field
Declared as
hci_dump_t::reset
void
(
*
)
(
void
)
hci_dump_t::log_packet
void
(
*
)
(
uint8_t
packet_type
,
uint8_t
in
,
uint8_t
*
packet
,
uint16_t
len
)
hci_dump_t::log_message
void
(
*
)
(
int
log_level
,
const
char
*
format
,
va_list
argptr
)
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