ESP-IDF
pkt_linked_item::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pkt_linked_item::data
pkt_linked_item::data field
Syntax
Show:
Summary
Declaration
from
pkt_queue.h:22
uint8_t
data
[
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
data
[
]
;
pkt_queue.h:22
esp_ble_gap_cb_param_t
*
param
=
(
esp_ble_gap_cb_param_t
*
)
(
linked_pkt
->
data
)
;
btc_gap_ble.c:631
btc_gap_ble_adv_pkt_handler()
struct
ble_scan_result_evt_param
*
scan_rst
=
(
struct
ble_scan_result_evt_param
*
)
linked_pkt
->
data
;
btc_gap_ble.c:669
btc_process_adv_rpt_pkt()
BT_HDR
*
packet
=
(
BT_HDR
*
)
linked_pkt
->
data
;
btm_ble_gap.c:3527
btm_adv_pkt_handler()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
(
hci_hal_env
.
adv_fc_cmd_buf
->
data
)
;
hci_hal_h4.c:377
hci_adv_flow_try_send_command()
BT_HDR
*
packet
=
(
BT_HDR
*
)
linked_pkt
->
data
;
hci_hal_h4.c:490
hci_hal_h4_hdl_rx_adv_rpt()
pkt
=
(
BT_HDR
*
)
linked_pkt
->
data
;
hci_hal_h4.c:608
host_recv_pkt_cb()
pkt_linked_item_t
*
linked_pkt
=
HCI_GET_CMD_LINKED_STRUCT
(
metadata
)
;
hci_layer.c:261
transmit_command()
pkt_linked_item_t
*
linked_pkt
=
HCI_GET_CMD_LINKED_STRUCT
(
metadata
)
;
hci_layer.c:281
transmit_command_futured()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
(
wait_entry
->
data
)
;
hci_layer.c:319
event_command_ready()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
(
wait_entry
->
data
)
;
hci_layer.c:414
command_timed_out()
metadata
=
(
hci_cmd_metadata_t
*
)
(
wait_entry
->
data
)
;
hci_layer.c:455
filter_incoming_event()
metadata
=
(
hci_cmd_metadata_t
*
)
(
wait_entry
->
data
)
;
hci_layer.c:485
filter_incoming_event()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
(
wait_entry
->
data
)
;
hci_layer.c:573
get_waiting_command()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
linked_pkt
->
data
;
hcimsgs.h:62
hci_get_cmd_buf()
pkt_linked_item_t
*
linked_pkt
=
HCI_GET_CMD_LINKED_STRUCT
(
metadata
)
;
hcimsgs.h:76
hci_free_cmd_buf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pkt_linked_item::data
is read by 11 functions:
All items filtered out
pkt_linked_item::data
hci_get_cmd_buf()
hci_adv_flow_try_send_command()
hci_hal_h4_hdl_rx_adv_rpt()
host_recv_pkt_cb()
event_command_ready()
command_timed_out()
filter_incoming_event()
get_waiting_command()
btm_adv_pkt_handler()
btc_gap_ble_adv_pkt_handler()
btc_process_adv_rpt_pkt()
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