ESP-IDF
BTM_SUCCESS_NO_SECURITY
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_SUCCESS_NO_SECURITY
BTM_SUCCESS_NO_SECURITY value
Syntax
Show:
Summary
Declaration
from
btm_api.h:67
BTM_SUCCESS_NO_SECURITY
;
Examples
References
from
examples
Code
Location
Referrer
BTM_SUCCESS_NO_SECURITY
,
/* 17 security passed, no security set */
btm_api.h:67
if
(
(
res
==
BTM_SUCCESS
)
||
(
res
==
BTM_SUCCESS_NO_SECURITY
)
)
{
btm_sec.c:1525
BTM_ConfirmReqReply()
(
*
p_callback
)
(
bd_addr
,
transport
,
p_ref_data
,
BTM_SUCCESS_NO_SECURITY
)
;
btm_sec.c:2128
btm_sec_l2cap_access_req()
if
(
status
==
BTM_SUCCESS_NO_SECURITY
)
{
l2c_link.c:293
l2c_link_sec_comp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_SUCCESS_NO_SECURITY
is read by 3 functions:
All items filtered out
BTM_SUCCESS_NO_SECURITY
BTM_ConfirmReqReply()
btm_sec_l2cap_access_req()
l2c_link_sec_comp()
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