ESP-IDF
ble_gatts_svc_defs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_svc_defs
ble_gatts_svc_defs variable
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:70
static
const
struct
ble_gatt_svc_def
*
*
ble_gatts_svc_defs
;
Examples
References
from
examples
Code
Location
Referrer
static
const
struct
ble_gatt_svc_def
*
*
ble_gatts_svc_defs
;
ble_gatts.c:70
nimble_platform_mem_free
(
ble_gatts_svc_defs
)
;
ble_gatts.c:1577
ble_gatts_free_svc_defs()
ble_gatts_svc_defs
=
NULL
;
ble_gatts.c:1578
ble_gatts_free_svc_defs()
rc
=
ble_gatts_register_svcs
(
ble_gatts_svc_defs
[
i
]
,
ble_gatts.c:1700
ble_gatts_start()
p
=
nimble_platform_mem_malloc
(
sizeof
*
ble_gatts_svc_defs
)
;
ble_gatts.c:2850
ble_gatts_add_dynamic_svcs()
ble_gatts_svc_defs
=
p
;
ble_gatts.c:2857
ble_gatts_add_dynamic_svcs()
ble_gatts_svc_defs
[
0
]
=
svcs
;
ble_gatts.c:2858
ble_gatts_add_dynamic_svcs()
rc
=
ble_gatts_register_svcs
(
ble_gatts_svc_defs
[
0
]
,
ble_gatts.c:2859
ble_gatts_add_dynamic_svcs()
p
=
realloc
(
ble_gatts_svc_defs
,
ble_gatts.c:3022
ble_gatts_add_svcs()
(
ble_gatts_num_svc_defs
+
1
)
*
sizeof
*
ble_gatts_svc_defs
)
;
ble_gatts.c:3023
ble_gatts_add_svcs()
ble_gatts_svc_defs
=
p
;
ble_gatts.c:3029
ble_gatts_add_svcs()
ble_gatts_svc_defs
[
ble_gatts_num_svc_defs
]
=
svcs
;
ble_gatts.c:3030
ble_gatts_add_svcs()
if
(
ble_gatts_svc_defs
!=
NULL
)
{
ble_gatts.c:3043
ble_gatts_free_svcs()
free
(
ble_gatts_svc_defs
)
;
ble_gatts.c:3045
ble_gatts_free_svcs()
ble_gatts_svc_defs
=
NULL
;
ble_gatts.c:3047
ble_gatts_free_svcs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_svc_defs
is written by 4 functions and is read by 5 functions:
ble_gatts_free_svc_defs()
ble_gatts_add_dynamic_svcs()
ble_gatts_add_svcs()
ble_gatts_free_svcs()
All items filtered out
ble_gatts_svc_defs
ble_gatts_free_svc_defs()
ble_gatts_start()
ble_gatts_add_dynamic_svcs()
ble_gatts_add_svcs()
ble_gatts_free_svcs()
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