ESP-IDF
bt_mesh_gatts_find_attr_by_handle()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gatts_find_attr_by_handle()
bt_mesh_gatts_find_attr_by_handle() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.c:82
static
struct
bt_mesh_gatt_attr
*
bt_mesh_gatts_find_attr_by_handle
(
uint16_t
handle
)
;
Implemented in
adapter.c:705
Arguments
Argument
handle
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_gatt_attr
*
bt_mesh_gatts_find_attr_by_handle
(
uint16_t
handle
)
adapter.c:705
static
struct
bt_mesh_gatt_attr
*
bt_mesh_gatts_find_attr_by_handle
(
uint16_t
handle
)
;
adapter.c:82
struct
bt_mesh_gatt_attr
*
attr
=
bt_mesh_gatts_find_attr_by_handle
(
p_data
->
req_data
.
p_data
->
read_req
.
handle
)
;
adapter.c:572
bt_mesh_bta_gatts_cb()
struct
bt_mesh_gatt_attr
*
attr
=
bt_mesh_gatts_find_attr_by_handle
(
p_data
->
req_data
.
p_data
->
write_req
.
handle
)
;
adapter.c:596
bt_mesh_bta_gatts_cb()
Call Tree
from
examples
bt_mesh_gatts_find_attr_by_handle()
is called by 1 function and calls 2 functions:
bt_mesh_bta_gatts_cb()
All items filtered out
bt_mesh_gatts_find_attr_by_handle()
sys_slist_peek_head()
sys_slist_peek_next()
All items filtered out
Data Use
from
examples
bt_mesh_gatts_find_attr_by_handle()
reads 4 variables:
bt_mesh_gatt_service::attrs
bt_mesh_gatt_service::attr_count
bt_mesh_gatt_service::node
bt_mesh_gatt_attr::handle
All items filtered out
bt_mesh_gatts_find_attr_by_handle()
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