ESP-IDF
gatts_exec_write_evt_param::trans_id
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
gatts_exec_write_evt_param::trans_id
gatts_exec_write_evt_param::trans_id field
Transfer ID
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:94
uint32_t
trans_id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
trans_id
;
/*!< Transfer ID */
esp_gatts_api.h:94
param
.
exec_write
.
trans_id
=
p_data
->
req_data
.
trans_id
;
btc_gatts.c:816
btc_gatts_cb_handler()
err
=
esp_ble_gatts_send_response
(
gatts_if
,
param
->
exec_write
.
conn_id
,
param
->
exec_write
.
trans_id
,
ESP_GATT_OK
,
NULL
)
;
protocomm_ble.c:325
transport_simple_ble_exec_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gatts_exec_write_evt_param::trans_id
is written by 1 function and is read by 1 function:
btc_gatts_cb_handler()
All items filtered out
gatts_exec_write_evt_param::trans_id
transport_simple_ble_exec_write()
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