ESP-IDF
+
0
/1 examples
SourceVu will show references to
make_cmd_set_evt_mask()
from the following samples and libraries:
ble_adv_scan_combined sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
make_cmd_set_evt_mask()
make_cmd_set_evt_mask() function
This function is used to control which LE events are generated by the HCI for the Host. The event mask allows the Host to control which events will interrupt it.
Syntax
Show:
Summary
Declaration
Definition
from
bt_hci_common.h:122
uint16_t
make_cmd_set_evt_mask
(
uint8_t
*
buf
,
uint8_t
*
evt_mask
)
;
Implemented in
bt_hci_common.c:11
Arguments
Argument
Description
buf
Input buffer to write which will be sent to controller.
evt_mask
8 byte data as per spec.
Return value
Size of buf after writing into it.
Examples
make_cmd_set_evt_mask()
is referenced by 1 libraries and example projects:
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