ESP-IDF
btm_adv_pkt_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btm_adv_pkt_handler()
btm_adv_pkt_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
btm_ble_gap.c:87
static
void
btm_adv_pkt_handler
(
void
*
arg
)
;
Implemented in
btm_ble_gap.c:3513
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
btm_adv_pkt_handler
(
void
*
arg
)
btm_ble_gap.c:3513
static
void
btm_adv_pkt_handler
(
void
*
arg
)
;
btm_ble_gap.c:87
p_cb
->
adv_rpt_ready
=
osi_event_create
(
btm_adv_pkt_handler
,
NULL
)
;
btm_ble_gap.c:4582
btm_ble_init()
Call Tree
from
examples
btm_adv_pkt_handler()
calls 9 functions:
All items filtered out
btm_adv_pkt_handler()
__assert_func()
free()
pkt_queue_dequeue()
pkt_queue_length()
hci_adv_credits_try_release()
btu_task_post()
btm_ble_process_adv_pkt()
btm_ble_process_adv_discard_evt()
btm_ble_process_direct_adv_pkt()
All items filtered out
Data Use
from
examples
btm_adv_pkt_handler()
reads 6 variables and writes 1 variable:
BT_HDR::offset
BT_HDR::data
pkt_linked_item::data
SIG_BTU_t::SIG_BTU_HCI_ADV_RPT_MSG
tBTM_BLE_CB::adv_rpt_queue
btm_cb
All items filtered out
btm_adv_pkt_handler()
btm_ble_init()
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
btm_adv_pkt_handler()
allocates 1 types:
pkt_linked_item
All items filtered out
btm_adv_pkt_handler()
All items filtered out