ESP-IDF
bt_mesh_gatts_conn
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_gatts_conn
bt_mesh_gatts_conn variable
Syntax
Show:
Summary
Declaration
from
adapter.c:74
static
struct
bt_mesh_conn
bt_mesh_gatts_conn
[
BLE_MESH_MAX_CONN
]
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_conn
bt_mesh_gatts_conn
[
BLE_MESH_MAX_CONN
]
;
adapter.c:74
if
(
(
len
=
attr
->
read
(
&
bt_mesh_gatts_conn
[
index
]
,
attr
,
buf
,
100
,
adapter.c:581
bt_mesh_bta_gatts_cb()
if
(
(
len
=
attr
->
write
(
&
bt_mesh_gatts_conn
[
index
]
,
attr
,
adapter.c:605
bt_mesh_bta_gatts_cb()
bt_mesh_gatts_conn
[
index
]
.
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
conn
.
conn_id
)
;
adapter.c:663
bt_mesh_bta_gatts_cb()
(
bt_mesh_gatts_conn_cb
->
connected
)
(
&
bt_mesh_gatts_conn
[
index
]
,
0
)
;
adapter.c:664
bt_mesh_bta_gatts_cb()
bt_mesh_gatts_conn
[
index
]
.
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
conn
.
conn_id
)
;
adapter.c:682
bt_mesh_bta_gatts_cb()
(
bt_mesh_gatts_conn_cb
->
disconnected
)
(
&
bt_mesh_gatts_conn
[
index
]
,
p_data
->
conn
.
reason
)
;
adapter.c:683
bt_mesh_bta_gatts_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gatts_conn
is read by 1 function:
All items filtered out
bt_mesh_gatts_conn
bt_mesh_bta_gatts_cb()
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