ESP-IDF
tGATT_VALUE::auth_req
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
tGATT_VALUE::auth_req
tGATT_VALUE::auth_req field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:332
tGATT_AUTH_REQ
auth_req
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_AUTH_REQ
auth_req
;
/* authentication request */
gatt_api.h:332
cl_data
.
att_value
.
auth_req
=
p_data
->
api_write
.
auth_req
;
bta_gattc_act.c:1273
bta_gattc_write()
p_dest
->
attr_value
.
auth_req
=
p_src
->
attr_value
.
auth_req
;
btc_gatt_util.c:115
btc_to_bta_response()
indication
.
auth_req
=
GATT_AUTH_REQ_NONE
;
gatt_api.c:624
GATTS_HandleValueIndication()
notif
.
auth_req
=
GATT_AUTH_REQ_NONE
;
gatt_api.c:692
GATTS_HandleValueNotification()
p_clcb
->
auth_req
=
p_write
->
auth_req
;
gatt_api.c:1101
GATTC_Write()
notif
.
auth_req
=
GATT_AUTH_REQ_NONE
;
gatt_api.c:1787
GATTS_HandleMultiValueNotification()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_VALUE::auth_req
is written by 5 functions and is read by 1 function:
GATTS_HandleValueIndication()
GATTS_HandleValueNotification()
GATTS_HandleMultiValueNotification()
bta_gattc_write()
btc_to_bta_response()
All items filtered out
tGATT_VALUE::auth_req
GATTC_Write()
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