ESP-IDF
tBTA_GATTC::notify
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
tBTA_GATTC::notify
tBTA_GATTC::notify field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:443
tBTA_GATTC_NOTIFY
notify
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_NOTIFY
notify
;
/* notification/indication event data */
bta_gatt_api.h:443
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
notify
.
conn_id
)
;
adapter.c:1597
bt_mesh_bta_gattc_cb()
if
(
memcmp
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
p_data
->
notify
.
bda
,
BLE_MESH_ADDR_LEN
)
||
adapter.c:1616
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
data_out_handle
!=
p_data
->
notify
.
handle
||
adapter.c:1617
bt_mesh_bta_gattc_cb()
p_data
->
notify
.
is_notify
==
false
)
{
adapter.c:1618
bt_mesh_bta_gattc_cb()
p_data
->
notify
.
value
,
adapter.c:1627
bt_mesh_bta_gattc_cb()
p_data
->
notify
.
len
)
;
adapter.c:1628
bt_mesh_bta_gattc_cb()
p_data
->
notify
.
value
,
adapter.c:1638
bt_mesh_bta_gattc_cb()
p_data
->
notify
.
len
)
;
adapter.c:1639
bt_mesh_bta_gattc_cb()
tBTA_GATTC_NOTIFY
*
notify
=
&
arg
->
notify
;
btc_gattc.c:901
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC::notify
is read by 1 function:
All items filtered out
tBTA_GATTC::notify
bt_mesh_bta_gattc_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