ESP-IDF
g_max_tx_time
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
g_max_tx_time
g_max_tx_time variable
Syntax
Show:
Summary
Declaration
from
ble_gap.c:322
uint16_t
g_max_tx_time
[
MYNEWT_VAL
(
BLE_MAX_CONNECTIONS
)
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
g_max_tx_time
[
MYNEWT_VAL
(
BLE_MAX_CONNECTIONS
)
+
1
]
;
ble_gap.c:322
g_max_tx_time
[
conn_handle
]
=
0
;
ble_gap.c:1581
ble_gap_conn_broken()
g_max_tx_time
[
conn_handle
]
=
event
.
data_len_chg
.
max_tx_time
;
ble_gap.c:2880
ble_gap_rx_data_len_change()
if
(
g_max_tx_time
[
conn_handle
]
==
tx_time
&&
g_max_tx_octets
[
conn_handle
]
==
tx_octets
)
{
ble_gap.c:7976
ble_gap_set_data_len()
event
.
data_len_chg
.
max_tx_time
=
g_max_tx_time
[
conn_handle
]
;
ble_gap.c:7984
ble_gap_set_data_len()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_max_tx_time
is read by 3 functions:
All items filtered out
g_max_tx_time
ble_gap_conn_broken()
ble_gap_rx_data_len_change()
ble_gap_set_data_len()
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