ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_nimble_hci.c:49
const
static
char
*
TAG
=
"NimBLE"
;
Examples
References
from
examples
Code
Location
Referrer
const
static
char
*
TAG
=
"NimBLE"
;
esp_nimble_hci.c:49
ESP_LOGD
(
TAG
,
"Controller not ready to receive packets"
)
;
esp_nimble_hci.c:83
ble_hci_trans_hs_cmd_tx()
ESP_LOGD
(
TAG
,
"Controller not ready to receive packets"
)
;
esp_nimble_hci.c:117
ble_hci_trans_hs_acl_tx()
ESP_LOGD
(
TAG
,
"Failed to allocate buffer, retrying "
)
;
esp_nimble_hci.c:166
ble_hci_rx_acl()
ESP_LOGE
(
TAG
,
"%s failed to os_mbuf_append; rc = %d"
,
__func__
,
rc
)
;
esp_nimble_hci.c:173
ble_hci_rx_acl()
ESP_LOGE
(
TAG
,
"Host not enabled. Dropping the packet!"
)
;
esp_nimble_hci.c:226
host_rcv_pkt()
ESP_LOGE
(
TAG
,
"Received HCI data length at host (%d) exceeds maximum configured HCI event buffer size (%d)."
,
esp_nimble_hci.c:239
host_rcv_pkt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 4 functions:
All items filtered out
TAG
ble_hci_trans_hs_cmd_tx()
ble_hci_trans_hs_acl_tx()
ble_hci_rx_acl()
host_rcv_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