ESP-IDF
BTM_NOT_AUTHORIZED
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
BTM_NOT_AUTHORIZED
BTM_NOT_AUTHORIZED value
Syntax
Show:
Summary
Declaration
from
btm_api.h:61
BTM_NOT_AUTHORIZED
;
Examples
References
from
examples
Code
Location
Referrer
BTM_NOT_AUTHORIZED
,
/* 11 Authorization failed */
btm_api.h:61
BTM_PINCodeReply
(
p_data
->
pin_reply
.
bd_addr
,
BTM_NOT_AUTHORIZED
,
0
,
NULL
,
trusted_mask
)
;
bta_dm_act.c:1411
bta_dm_pin_reply()
tBTM_STATUS
res
=
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:1496
bta_dm_confirm()
tBTM_STATUS
res
=
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:1516
bta_dm_key_req()
tBTM_STATUS
res
=
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:1623
bta_dm_ci_rmt_oob_act()
return
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:3056
bta_dm_authorize_cback()
return
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:3129
bta_dm_pin_cback()
return
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:3274
bta_dm_sp_cback()
status
=
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:3417
bta_dm_sp_cback()
return
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:4878
bta_dm_ble_smp_cback()
status
=
BTM_NOT_AUTHORIZED
;
bta_dm_act.c:4993
bta_dm_ble_smp_cback()
BTM_BlePasskeyReply
(
p_data
->
ble_passkey_reply
.
bd_addr
,
BTM_NOT_AUTHORIZED
,
p_data
->
ble_passkey_reply
.
passkey
)
;
bta_dm_act.c:5098
bta_dm_ble_passkey_reply()
BTM_BleConfirmReply
(
p_data
->
ble_passkey_reply
.
bd_addr
,
BTM_NOT_AUTHORIZED
)
;
bta_dm_act.c:5122
bta_dm_ble_confirm_reply()
return
BTM_NOT_AUTHORIZED
;
btm_sec.c:1255
BTM_SecBondCancel()
return
BTM_NOT_AUTHORIZED
;
btm_sec.c:1270
BTM_SecBondCancel()
if
(
status
!=
BTM_NOT_AUTHORIZED
)
{
btm_sec.c:3588
btm_proc_sp_req_evt()
if
(
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_RMT_OOB_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
==
BTM_NOT_AUTHORIZED
)
{
btm_sec.c:3759
btm_rem_oob_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_NOT_AUTHORIZED
is read by 13 functions:
All items filtered out
BTM_NOT_AUTHORIZED
bta_dm_pin_reply()
bta_dm_confirm()
bta_dm_key_req()
bta_dm_ci_rmt_oob_act()
bta_dm_authorize_cback()
bta_dm_pin_cback()
bta_dm_sp_cback()
bta_dm_ble_smp_cback()
bta_dm_ble_passkey_reply()
bta_dm_ble_confirm_reply()
BTM_SecBondCancel()
btm_proc_sp_req_evt()
btm_rem_oob_req()
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