ESP-IDF
bt_mesh_bta_gatts_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_bta_gatts_cb()
bt_mesh_bta_gatts_cb() function
Syntax
Show:
Summary
Declaration
from
adapter.c:560
static
void
bt_mesh_bta_gatts_cb
(
tBTA_GATTS_EVT
event
,
tBTA_GATTS
*
p_data
)
;
Arguments
Argument
event
p_data
Examples
References
from
examples
Code
Location
Referrer
static
void
bt_mesh_bta_gatts_cb
(
tBTA_GATTS_EVT
event
,
tBTA_GATTS
*
p_data
)
adapter.c:560
BTA_GATTS_AppRegister
(
&
gatts_app_uuid
,
bt_mesh_bta_gatts_cb
)
;
adapter.c:1788
bt_mesh_gatt_init()
Call Tree
from
examples
bt_mesh_bta_gatts_cb()
calls 11 functions:
All items filtered out
bt_mesh_bta_gatts_cb()
esp_log_timestamp()
esp_log_write()
future_ready()
bt_mesh_conn_cb::connected
bt_mesh_conn_cb::disconnected
bt_mesh_gatt_attr::read
bt_mesh_gatt_attr::write
BTA_GATTS_SendRsp()
BTA_GATTS_SendServiceChangeIndication()
bt_hex()
bt_mesh_gatts_find_attr_by_handle()
All items filtered out
Data Use
from
examples
bt_mesh_bta_gatts_cb()
reads 45 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
tGATT_VALUE::value
tGATTS_RSP::attr_value
tGATT_READ_REQ::handle
tGATT_READ_REQ::offset
tGATT_WRITE_REQ::handle
tGATT_WRITE_REQ::offset
tGATT_WRITE_REQ::len
tGATT_WRITE_REQ::value
tGATT_WRITE_REQ::need_rsp
tGATTS_DATA::read_req
tGATTS_DATA::write_req
::GATTS_REQ_TYPE_READ
::GATTS_REQ_TYPE_WRITE
::GATTS_REQ_TYPE_WRITE_EXEC
::GATTS_REQ_TYPE_MTU
::GATTS_REQ_TYPE_CONF
bt_mesh_conn_cb::connected
bt_mesh_conn_cb::disconnected
bt_mesh_gatt_attr::read
bt_mesh_gatt_attr::write
bt_mesh_gatt_attr::handle
tBTA_GATTS_REQ::status
tBTA_GATTS_REQ::trans_id
tBTA_GATTS_REQ::conn_id
tBTA_GATTS_REQ::p_data
tBTA_GATTS_REG_OPER::server_if
tBTA_GATTS_REG_OPER::status
tBTA_GATTS_CREATE::service_id
tBTA_GATTS_ADD_RESULT::attr_id
tBTA_GATTS_CONN::remote_bda
tBTA_GATTS_CONN::conn_id
tBTA_GATTS_CONN::reason
tBTA_GATTS::reg_oper
tBTA_GATTS::create
tBTA_GATTS::add_result
tBTA_GATTS::req_data
tBTA_GATTS::conn
bt_mesh_gatts_conn
bt_mesh_gatts_conn_cb
bt_mesh_gatts_if
bt_mesh_gatts_addr
svc_handle
gatts_future_mesh
All items filtered out
bt_mesh_bta_gatts_cb()
bt_mesh_gatt_init()
tGATT_VALUE::handle
tGATT_VALUE::len
bt_mesh_conn::handle
bt_mesh_gatts_if
svc_handle
char_handle
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