ESP-IDF
hci_adv_flow_try_send_command()
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_flow_try_send_command()
hci_adv_flow_try_send_command() function
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:361
bool
hci_adv_flow_try_send_command
(
uint16_t
credits_released
)
;
Arguments
Argument
credits_released
Examples
References
from
examples
Code
Location
Referrer
bool
hci_adv_flow_try_send_command
(
uint16_t
credits_released
)
hci_hal_h4.c:361
if
(
!
hci_adv_flow_try_send_command
(
credits_released
)
)
{
hci_hal_h4.c:394
hci_adv_credits_try_release()
if
(
!
hci_adv_flow_try_send_command
(
credits_released
)
)
{
hci_hal_h4.c:409
hci_adv_credits_force_release()
Call Tree
from
examples
hci_adv_flow_try_send_command()
is called by 2 functions and calls 3 functions:
hci_adv_credits_try_release()
hci_adv_credits_force_release()
All items filtered out
hci_adv_flow_try_send_command()
osi_mutex_lock()
osi_mutex_unlock()
btsnd_hcic_ble_update_adv_report_flow_control()
All items filtered out
Data Use
from
examples
hci_adv_flow_try_send_command()
reads 5 variables and writes 2 variables:
pkt_linked_item::data
hci_hal_env_t::adv_fc_cmd_buf
hci_hal_env_t::cmd_buf_in_use
hci_hal_env
hci_adv_flow_cmd_free_cb()
All items filtered out
hci_adv_flow_try_send_command()
hci_cmd_metadata_t::command_free_cb
hci_hal_env_t::cmd_buf_in_use
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