ESP-IDF
ble_hs_max_services
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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_hs_max_services
ble_hs_max_services variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:102
extern
uint16_t
ble_hs_max_services
;
Implemented in
ble_hs.c:99
Examples
References
from
examples
Code
Location
Referrer
uint16_t
ble_hs_max_services
;
ble_hs.c:99
extern
uint16_t
ble_hs_max_services
;
ble_hs_priv.h:102
if
(
idx
>=
ble_hs_max_services
)
{
ble_gatts.c:1429
ble_gatts_register_svcs()
ble_hs_max_services
=
0
;
ble_gatts.c:1623
ble_gatts_stop()
if
(
ble_hs_max_services
>
0
)
{
ble_gatts.c:1671
ble_gatts_start()
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
(
struct
ble_gatts_svc_entry
)
)
;
ble_gatts.c:1674
ble_gatts_start()
nimble_platform_mem_malloc
(
ble_hs_max_services
*
sizeof
*
ble_gatts_svc_entries
)
;
ble_gatts.c:1678
ble_gatts_start()
rc
=
os_mempool_init
(
&
ble_gatts_svc_entry_pool
,
ble_hs_max_services
,
ble_gatts.c:1687
ble_gatts_start()
ble_hs_max_services
+=
res
.
svcs
;
ble_gatts.c:3225
ble_gatts_count_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_max_services
is written by 2 functions and is read by 3 functions:
ble_gatts_stop()
ble_gatts_count_cfg()
All items filtered out
ble_hs_max_services
ble_gatts_register_svcs()
ble_gatts_start()
ble_gatts_count_cfg()
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