ESP-IDF
bt_mesh_gattc_get_free_conn_count()
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
bt_mesh_gattc_get_free_conn_count()
bt_mesh_gattc_get_free_conn_count() function
Syntax
Show:
Summary
Declaration
from
adapter.h:761
uint8_t
bt_mesh_gattc_get_free_conn_count
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_gattc_get_free_conn_count
(
void
)
adapter.c:1160
uint8_t
bt_mesh_gattc_get_free_conn_count
(
void
)
;
adapter.h:761
if
(
bt_mesh_gattc_get_free_conn_count
(
)
==
0
)
{
prov_pvnr.c:3045
bt_mesh_provisioner_prov_adv_recv()
Call Tree
from
examples
bt_mesh_gattc_get_free_conn_count()
is called by 1 function:
bt_mesh_provisioner_prov_adv_recv()
All items filtered out
bt_mesh_gattc_get_free_conn_count()
All items filtered out
Data Use
from
examples
bt_mesh_gattc_get_free_conn_count()
reads 4 variables:
bt_mesh_conn::handle
gattc_prov_info::conn
gattc_prov_info::service_uuid
bt_mesh_gattc_info
All items filtered out
bt_mesh_gattc_get_free_conn_count()
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