ESP-IDF
ble_att_svr_entry::ha_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_att_svr_entry::ha_cb
ble_att_svr_entry::ha_cb field
Syntax
Show:
Summary
Declaration
from
ble_att_priv.h:167
ble_att_svr_access_fn
*
ha_cb
;
Examples
References
from
examples
Code
Location
Referrer
ble_att_svr_access_fn
*
ha_cb
;
ble_att_priv.h:167
entry
->
ha_cb
=
cb
;
ble_att_svr.c:140
ble_att_svr_register()
rc
=
entry
->
ha_cb
(
conn_handle
,
entry
->
ha_handle_id
,
ble_att_svr.c:462
ble_att_svr_read()
rc
=
entry
->
ha_cb
(
conn_handle
,
entry
->
ha_handle_id
,
ble_att_svr.c:588
ble_att_svr_write()
Call Tree
from
examples
ble_att_svr_entry::ha_cb
is called by 2 functions:
ble_att_svr_read()
ble_att_svr_write()
All items filtered out
ble_att_svr_entry::ha_cb
All items filtered out
Data Use
from
examples
ble_att_svr_entry::ha_cb
is written by 1 function:
ble_att_svr_register()
All items filtered out
ble_att_svr_entry::ha_cb
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