ESP-IDF
hci_adv_credits_release()
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_adv_credits_release()
hci_adv_credits_release() function
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:325
static
int
hci_adv_credits_release
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
int
hci_adv_credits_release
(
void
)
hci_hal_h4.c:325
credits_released
=
hci_adv_credits_release
(
)
;
hci_hal_h4.c:392
hci_adv_credits_try_release()
int
credits_released
=
hci_adv_credits_release
(
)
;
hci_hal_h4.c:407
hci_adv_credits_force_release()
Call Tree
from
examples
hci_adv_credits_release()
is called by 2 functions and calls 4 functions:
hci_adv_credits_try_release()
hci_adv_credits_force_release()
All items filtered out
hci_adv_credits_release()
__assert_func()
osi_alarm_cancel()
osi_mutex_lock()
osi_mutex_unlock()
All items filtered out
Data Use
from
examples
hci_adv_credits_release()
reads 4 variables and writes 2 variables:
hci_hal_env_t::adv_flow_monitor
hci_hal_env_t::adv_credits
hci_hal_env_t::adv_credits_to_release
hci_hal_env
All items filtered out
hci_adv_credits_release()
hci_hal_env_t::adv_credits
hci_hal_env_t::adv_credits_to_release
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