ESP-IDF
tBTM_SEC_DEV_REC::ext_conn_params
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_SEC_DEV_REC::ext_conn_params
tBTM_SEC_DEV_REC::ext_conn_params field
Syntax
Show:
Summary
Declaration
from
btm_int.h:699
tBTM_EXT_CONN_PARAMS
ext_conn_params
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_EXT_CONN_PARAMS
ext_conn_params
;
btm_int.h:699
p_dev_rec
->
ext_conn_params
.
phy_mask
=
p_data
->
api_conn
.
phy_mask
;
bta_gattc_act.c:528
bta_gattc_open()
memcpy
(
&
p_dev_rec
->
ext_conn_params
.
phy_1m_conn_params
,
&
p_data
->
api_conn
.
phy_1m_conn_params
,
sizeof
(
tBTA_BLE_CONN_PARAMS
)
)
;
bta_gattc_act.c:530
bta_gattc_open()
memcpy
(
&
p_dev_rec
->
ext_conn_params
.
phy_2m_conn_params
,
&
p_data
->
api_conn
.
phy_2m_conn_params
,
sizeof
(
tBTA_BLE_CONN_PARAMS
)
)
;
bta_gattc_act.c:533
bta_gattc_open()
memcpy
(
&
p_dev_rec
->
ext_conn_params
.
phy_coded_conn_params
,
&
p_data
->
api_conn
.
phy_coded_conn_params
,
sizeof
(
tBTA_BLE_CONN_PARAMS
)
)
;
bta_gattc_act.c:536
bta_gattc_open()
memcpy
(
&
p_dev_rec
->
ext_conn_params
,
params
,
sizeof
(
tBTM_EXT_CONN_PARAMS
)
)
;
btm_ble_5_gap.c:1094
BTM_BleSetPreferExtenedConnParams()
if
(
p_dev_rec
->
ext_conn_params
.
phy_mask
==
BLE_PHY_NO_PREF
)
{
l2c_ble.c:1027
l2cble_init_direct_conn()
aux_conn
.
init_phy_mask
=
p_dev_rec
->
ext_conn_params
.
phy_mask
;
l2c_ble.c:1034
l2cble_init_direct_conn()
memcpy
(
&
aux_conn
.
params
[
0
]
,
&
p_dev_rec
->
ext_conn_params
.
phy_1m_conn_params
,
sizeof
(
tHCI_ExtConnParams
)
)
;
l2c_ble.c:1035
l2cble_init_direct_conn()
memcpy
(
&
aux_conn
.
params
[
1
]
,
&
p_dev_rec
->
ext_conn_params
.
phy_2m_conn_params
,
sizeof
(
tHCI_ExtConnParams
)
)
;
l2c_ble.c:1036
l2cble_init_direct_conn()
memcpy
(
&
aux_conn
.
params
[
2
]
,
&
p_dev_rec
->
ext_conn_params
.
phy_coded_conn_params
,
sizeof
(
tHCI_ExtConnParams
)
)
;
l2c_ble.c:1037
l2cble_init_direct_conn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_DEV_REC::ext_conn_params
is read by 2 functions:
All items filtered out
tBTM_SEC_DEV_REC::ext_conn_params
l2cble_init_direct_conn()
bta_gattc_open()
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