ESP-IDF
bt_event_mask_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_event_mask_t
bt_event_mask_t struct
Syntax
Show:
Summary
Declaration
from
event_mask.h:26
typedef
struct
{
uint8_t
as_array
[
8
]
;
}
bt_event_mask_t
;
Fields
Field
Declared as
bt_event_mask_t::as_array
uint8_t
[
8
]
Related Functions
Found 2 other functions taking a
bt_event_mask_t
argument:
Function
make_ble_set_event_mask()
make_set_event_mask()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
event_mask.h:26
}
bt_event_mask_t
;
event_mask.h:28
hci_packet_factory_get_interface
(
)
->
make_set_event_mask
(
(
const
bt_event_mask_t
*
)
(
"\x00\x00\x00\x00\x00\x00\x00\x00"
)
)
,
btm_devctl.c:1121
BTM_EnableTestMode()
const
bt_event_mask_t
BLE_EVENT_MASK
=
{
"\x00\x00\x00\x00\x00\xff\xff\xff"
}
;
controller.c:34
const
bt_event_mask_t
BLE_EVENT_MASK
=
{
"\x00\x00\x00\x00\x00\x00\x06\x7f"
}
;
controller.c:36
const
bt_event_mask_t
CLASSIC_EVENT_MASK
=
{
HCI_DUMO_EVENT_MASK_EXT
}
;
controller.c:40
const
bt_event_mask_t
CLASSIC_EVENT_MASK
=
{
HCI_LISBON_EVENT_MASK_EXT
}
;
controller.c:42
}
bt_event_mask_t
;
event_mask.h:28
bt_event_mask_t
static
BT_HDR
*
make_set_event_mask
(
const
bt_event_mask_t
*
event_mask
)
hci_packet_factory.c:130
make_set_event_mask()
make_set_event_mask()::event_mask
uint8_t
parameter_size
=
sizeof
(
bt_event_mask_t
)
;
hci_packet_factory.c:133
make_set_event_mask()
static
BT_HDR
*
make_ble_set_event_mask
(
const
bt_event_mask_t
*
event_mask
)
hci_packet_factory.c:192
make_ble_set_event_mask()
make_ble_set_event_mask()::event_mask
uint8_t
parameter_size
=
sizeof
(
bt_event_mask_t
)
;
hci_packet_factory.c:195
make_ble_set_event_mask()
BT_HDR
*
(
*
make_set_event_mask
)
(
const
bt_event_mask_t
*
event_mask
)
;
hci_packet_factory.h:38
BT_HDR
*
(
*
make_ble_set_event_mask
)
(
const
bt_event_mask_t
*
event_mask
)
;
hci_packet_factory.h:50
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
Instance
Scope
Location
Project
BLE_EVENT_MASK
controller.c:34
BLE_EVENT_MASK
controller.c:36
CLASSIC_EVENT_MASK
controller.c:40
CLASSIC_EVENT_MASK
controller.c:42
make_set_event_mask()::event_mask
make_set_event_mask()
hci_packet_factory.c:130
make_ble_set_event_mask()::event_mask
make_ble_set_event_mask()
hci_packet_factory.c:192
Lifecycle
from
examples
All items filtered out
All items filtered out