ESP-IDF
hci_adv_credits_prep_to_release()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_adv_credits_prep_to_release()
hci_adv_credits_prep_to_release() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:108
int
hci_adv_credits_prep_to_release
(
uint16_t
num
)
;
Implemented in
hci_hal_h4.c:306
Arguments
Argument
num
Examples
References
from
examples
Code
Location
Referrer
int
hci_adv_credits_prep_to_release
(
uint16_t
num
)
hci_hal_h4.c:306
int
hci_adv_credits_prep_to_release
(
uint16_t
num
)
;
hci_layer.h:108
if
(
hci_adv_credits_prep_to_release
(
num
)
>=
HCI_BLE_ADV_MIN_CREDITS_TO_RELEASE
)
{
hci_hal_h4.c:391
hci_adv_credits_try_release()
hci_adv_credits_prep_to_release
(
num
)
;
hci_hal_h4.c:406
hci_adv_credits_force_release()
hci_adv_credits_prep_to_release
(
1
)
;
hci_hal_h4.c:529
hci_hal_h4_hdl_rx_adv_rpt()
hci_adv_credits_prep_to_release
(
1
)
;
hci_hal_h4.c:604
host_recv_pkt_cb()
Call Tree
from
examples
hci_adv_credits_prep_to_release()
is called by 4 functions and calls 5 functions:
hci_adv_credits_try_release()
hci_adv_credits_force_release()
hci_hal_h4_hdl_rx_adv_rpt()
host_recv_pkt_cb()
All items filtered out
hci_adv_credits_prep_to_release()
__assert_func()
osi_alarm_set()
osi_alarm_cancel()
osi_mutex_lock()
osi_mutex_unlock()
All items filtered out
Data Use
from
examples
hci_adv_credits_prep_to_release()
reads 3 variables and writes 1 variable:
hci_hal_env_t::adv_flow_monitor
hci_hal_env_t::adv_credits_to_release
hci_hal_env
All items filtered out
hci_adv_credits_prep_to_release()
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