ESP-IDF
ble_att_svr_access_fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_access_fn
ble_att_svr_access_fn
Handles a host attribute request.
Syntax
Show:
Summary
Declaration
from
ble_att_priv.h:143
typedef
int
ble_att_svr_access_fn
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
uint8_t
op
,
uint16_t
offset
,
struct
os_mbuf
*
*
om
,
void
*
arg
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
int
ble_att_svr_access_fn
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
ble_att_priv.h:143
ble_att_svr_access_fn
*
cb
,
void
*
cb_arg
)
;
ble_att_priv.h:149
ble_att_svr_register()
ble_att_svr_register()::cb
ble_att_svr_access_fn
*
ha_cb
;
ble_att_priv.h:167
ble_att_svr_entry
ble_att_svr_entry::ha_cb
ble_att_svr_access_fn
*
cb
,
void
*
cb_arg
)
ble_att_svr.c:127
ble_att_svr_register()
ble_att_svr_register()::cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ble_att_svr_register()::cb
ble_att_svr_register()
ble_att_priv.h:149
ble_att_svr_entry::ha_cb
ble_att_svr_entry
ble_att_priv.h:167
ble_att_svr_register()::cb
ble_att_svr_register()
ble_att_svr.c:127
Lifecycle
from
examples
All items filtered out
All items filtered out