NimBLE_Security sample
gatt_svc_init()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
gatt_svc_init()
gatt_svc_init() function
Syntax
Show:
Summary
Declaration
Definition
from
gatt_svc.h:21
int
gatt_svc_init
(
void
)
;
Implemented in
gatt_svc.c:257
Examples
References
from
examples
Code
Location
Referrer
int
gatt_svc_init
(
void
)
{
gatt_svc.c:257
int
gatt_svc_init
(
void
)
;
gatt_svc.h:21
rc
=
gatt_svc_init
(
)
;
main.c:129
app_main()
Call Tree
from
examples
gatt_svc_init()
is called by 1 function and calls 3 functions:
app_main()
All items filtered out
gatt_svc_init()
ble_gatts_add_svcs()
ble_gatts_count_cfg()
ble_svc_gatt_init()
All items filtered out
Data Use
from
examples
gatt_svc_init()
reads 1 variable:
gatt_svr_svcs
All items filtered out
gatt_svc_init()
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