ESP-IDF
HCI_LE_DATA_LEN_EXT_SUPPORTED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCI_LE_DATA_LEN_EXT_SUPPORTED
HCI_LE_DATA_LEN_EXT_SUPPORTED macro
Syntax
Show:
Summary
Declaration
from
hcidefs.h:1902
#define
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
x
)
(
(
x
)
[
HCI_LE_FEATURE_DATA_LEN_EXT_OFF
]
&
HCI_LE_FEATURE_DATA_LEN_EXT_MASK
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
x
)
(
(
x
)
[
HCI_LE_FEATURE_DATA_LEN_EXT_OFF
]
&
HCI_LE_FEATURE_DATA_LEN_EXT_MASK
)
hcidefs.h:1902
if
(
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
p_acl_cb
->
peer_le_features
)
)
{
btm_acl.c:962
if
(
!
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
p_acl
->
peer_le_features
)
)
{
btm_ble.c:936
if
(
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
p_acl_cb
->
peer_le_features
)
&&
btm_ble_gap.c:4365
if
(
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
controller_param
.
features_ble
.
as_array
)
)
{
controller.c:280
return
HCI_LE_DATA_LEN_EXT_SUPPORTED
(
controller_param
.
features_ble
.
as_array
)
;
controller.c:428
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