ESP-IDF
ble_att_svr_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_start()
ble_att_svr_start() function
@svr
Syntax
Show:
Summary
Declaration
Definition
from
ble_att_priv.h:189
int
ble_att_svr_start
(
void
)
;
Implemented in
ble_att_svr.c:3259
Examples
References
from
examples
Code
Location
Referrer
ble_att_svr_start
(
void
)
ble_att_svr.c:3260
int
ble_att_svr_start
(
void
)
;
ble_att_priv.h:189
rc
=
ble_att_svr_start
(
)
;
ble_gatts.c:1656
ble_gatts_start()
Call Tree
from
examples
ble_att_svr_start()
is called by 1 function and calls 3 functions:
ble_gatts_start()
All items filtered out
ble_att_svr_start()
os_mempool_init()
bt_osi_mem_malloc()
ble_att_svr_free_start_mem()
All items filtered out
Data Use
from
examples
ble_att_svr_start()
reads 2 variables and writes 1 variable:
ble_hs_max_attrs
ble_att_svr_entry_mem
All items filtered out
ble_att_svr_start()
ble_att_svr_entry_mem
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