ESP-IDF
hci_hal_env_t::adv_credits_to_release
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_hal_env_t::adv_credits_to_release
hci_hal_env_t::adv_credits_to_release field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:79
int
adv_credits_to_release
;
Examples
References
from
examples
Code
Location
Referrer
int
adv_credits_to_release
;
hci_hal_h4.c:79
hci_hal_env
.
adv_credits_to_release
=
0
;
hci_hal_h4.c:119
hci_hal_env_init()
return
hci_hal_env
.
adv_credits_to_release
;
hci_hal_h4.c:309
hci_adv_credits_prep_to_release()
int
credits_to_release
=
hci_hal_env
.
adv_credits_to_release
+
num
;
hci_hal_h4.c:313
hci_adv_credits_prep_to_release()
assert
(
hci_hal_env
.
adv_credits_to_release
<=
BLE_ADV_REPORT_FLOW_CONTROL_NUM
)
;
hci_hal_h4.c:314
hci_adv_credits_prep_to_release()
hci_hal_env
.
adv_credits_to_release
=
credits_to_release
;
hci_hal_h4.c:315
hci_adv_credits_prep_to_release()
int
credits_released
=
hci_hal_env
.
adv_credits_to_release
;
hci_hal_h4.c:328
hci_adv_credits_release()
hci_hal_env
.
adv_credits_to_release
-=
credits_released
;
hci_hal_h4.c:330
hci_adv_credits_release()
assert
(
hci_hal_env
.
adv_credits_to_release
>=
0
)
;
hci_hal_h4.c:332
hci_adv_credits_release()
if
(
hci_hal_env
.
adv_credits_to_release
==
0
)
{
hci_hal_h4.c:335
hci_adv_credits_release()
hci_hal_env
.
adv_credits_to_release
+=
num
;
hci_hal_h4.c:345
hci_adv_credits_release_rollback()
assert
(
hci_hal_env
.
adv_credits_to_release
<=
BLE_ADV_REPORT_FLOW_CONTROL_NUM
)
;
hci_hal_h4.c:347
hci_adv_credits_release_rollback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::adv_credits_to_release
is written by 4 functions and is read by 3 functions:
hci_hal_env_init()
hci_adv_credits_prep_to_release()
hci_adv_credits_release()
hci_adv_credits_release_rollback()
All items filtered out
hci_hal_env_t::adv_credits_to_release
hci_adv_credits_prep_to_release()
hci_adv_credits_release()
hci_adv_credits_release_rollback()
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