ESP-IDF
hci_hal_env_t::adv_credits
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
hci_hal_env_t::adv_credits field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:78
int
adv_credits
;
Examples
References
from
examples
Code
Location
Referrer
int
adv_credits
;
hci_hal_h4.c:78
hci_hal_env
.
adv_credits
=
BLE_ADV_REPORT_FLOW_CONTROL_NUM
;
hci_hal_h4.c:118
hci_hal_env_init()
assert
(
hci_hal_env
.
adv_credits
>=
num
)
;
hci_hal_h4.c:301
hci_adv_credits_consumed()
hci_hal_env
.
adv_credits
-=
num
;
hci_hal_h4.c:302
hci_adv_credits_consumed()
hci_hal_env
.
adv_credits
+=
credits_released
;
hci_hal_h4.c:329
hci_adv_credits_release()
assert
(
hci_hal_env
.
adv_credits
<=
BLE_ADV_REPORT_FLOW_CONTROL_NUM
)
;
hci_hal_h4.c:331
hci_adv_credits_release()
hci_hal_env
.
adv_credits
-=
num
;
hci_hal_h4.c:344
hci_adv_credits_release_rollback()
assert
(
hci_hal_env
.
adv_credits
>=
0
)
;
hci_hal_h4.c:346
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
is written by 4 functions and is read by 3 functions:
hci_hal_env_init()
hci_adv_credits_consumed()
hci_adv_credits_release()
hci_adv_credits_release_rollback()
All items filtered out
hci_hal_env_t::adv_credits
hci_adv_credits_consumed()
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