ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
protocomm_ble.c:33
static
const
char
*
TAG
=
"protocomm_ble"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"protocomm_ble"
;
protocomm_ble.c:33
ESP_LOGD
(
TAG
,
"%s:"
,
msg
)
;
protocomm_ble.c:113
hexdump()
ESP_LOG_BUFFER_HEX_LEVEL
(
TAG
,
buf
,
len
,
ESP_LOG_DEBUG
)
;
protocomm_ble.c:114
hexdump()
ESP_LOGD
(
TAG
,
"Inside read w/ session - %d on param %d %d"
,
protocomm_ble.c:143
transport_simple_ble_read()
ESP_LOGD
(
TAG
,
"Reading attr value first time"
)
;
protocomm_ble.c:146
transport_simple_ble_read()
ESP_LOGD
(
TAG
,
"Subsequent read request for attr value"
)
;
protocomm_ble.c:152
transport_simple_ble_read()
ESP_LOGE
(
TAG
,
"Send response error in read"
)
;
protocomm_ble.c:176
transport_simple_ble_read()
ESP_LOGD
(
TAG
,
"prepare write, handle = %d, value len = %d, offset = %d"
,
protocomm_ble.c:183
prepare_write_event_env()
ESP_LOGE
(
TAG
,
"%s , failed to allocate prepare buf"
,
__func__
)
;
protocomm_ble.c:198
prepare_write_event_env()
ESP_LOGE
(
TAG
,
"Send response error in prep write"
)
;
protocomm_ble.c:234
prepare_write_event_env()
ESP_LOGD
(
TAG
,
"Inside write with session - %d on attr handle = %d \nlen = %d, is_prep = %d"
,
protocomm_ble.c:254
transport_simple_ble_write()
ESP_LOGE
(
TAG
,
"Error appending to prepare buffer"
)
;
protocomm_ble.c:260
transport_simple_ble_write()
ESP_LOGD
(
TAG
,
"is_prep not set"
)
;
protocomm_ble.c:264
transport_simple_ble_write()
ESP_LOGE
(
TAG
,
"Failed to set the session attribute value"
)
;
protocomm_ble.c:276
transport_simple_ble_write()
ESP_LOGE
(
TAG
,
"Send response error in write"
)
;
protocomm_ble.c:281
transport_simple_ble_write()
ESP_LOGE
(
TAG
,
"Invalid content received, killing connection"
)
;
protocomm_ble.c:286
transport_simple_ble_write()
ESP_LOGD
(
TAG
,
"Inside exec_write w/ session - %d"
,
param
->
exec_write
.
conn_id
)
;
protocomm_ble.c:299
transport_simple_ble_exec_write()
ESP_LOGE
(
TAG
,
"Invalid content received, killing connection"
)
;
protocomm_ble.c:312
transport_simple_ble_exec_write()
ESP_LOGE
(
TAG
,
"Send response error in exec write"
)
;
protocomm_ble.c:327
transport_simple_ble_exec_write()
ESP_LOGD
(
TAG
,
"Inside disconnect w/ session - %d"
,
param
->
disconnect
.
conn_id
)
;
protocomm_ble.c:337
transport_simple_ble_disconnect()
ESP_LOGI
(
TAG
,
"Protocomm layer has already stopped"
)
;
protocomm_ble.c:341
transport_simple_ble_disconnect()
ESP_LOGE
(
TAG
,
"error closing the session after disconnect"
)
;
protocomm_ble.c:350
transport_simple_ble_disconnect()
ESP_LOGE
(
TAG
,
"Failed to post transport disconnection event"
)
;
protocomm_ble.c:359
transport_simple_ble_disconnect()
ESP_LOGD
(
TAG
,
"Inside BLE connect w/ conn_id - %d"
,
param
->
connect
.
conn_id
)
;
protocomm_ble.c:369
transport_simple_ble_connect()
ESP_LOGI
(
TAG
,
"Protocomm layer has already stopped"
)
;
protocomm_ble.c:373
transport_simple_ble_connect()
ESP_LOGE
(
TAG
,
"error creating the session"
)
;
protocomm_ble.c:382
transport_simple_ble_connect()
ESP_LOGE
(
TAG
,
"Failed to post transport pairing event"
)
;
protocomm_ble.c:391
transport_simple_ble_connect()
ESP_LOGE
(
TAG
,
"Failed to assign memory to gatt_db"
)
;
protocomm_ble.c:432
populate_gatt_db()
ESP_LOGE
(
TAG
,
"Protocomm BLE already started"
)
;
protocomm_ble.c:518
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Error allocating memory for storing BLE device name"
)
;
protocomm_ble.c:525
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Error allocating internal protocomm structure"
)
;
protocomm_ble.c:542
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Error allocating internal name UUID table"
)
;
protocomm_ble.c:550
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Error allocating internal name UUID entry"
)
;
protocomm_ble.c:562
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Ran out of memory for BLE config"
)
;
protocomm_ble.c:586
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"Invalid GATT database count"
)
;
protocomm_ble.c:619
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"simple_ble_start failed w/ error code 0x%x"
,
err
)
;
protocomm_ble.c:627
protocomm_ble_start()
ESP_LOGD
(
TAG
,
"Waiting for client to connect ......"
)
;
protocomm_ble.c:634
protocomm_ble_start()
ESP_LOGE
(
TAG
,
"BLE stop failed"
)
;
protocomm_ble.c:661
protocomm_ble_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 10 functions:
All items filtered out
TAG
hexdump()
transport_simple_ble_read()
prepare_write_event_env()
transport_simple_ble_write()
transport_simple_ble_exec_write()
transport_simple_ble_disconnect()
transport_simple_ble_connect()
populate_gatt_db()
protocomm_ble_start()
protocomm_ble_stop()
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