Home
last modified time | relevance | path

Searched refs:BTM_AUTH_SP_NO (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/common/include/common/
Dbt_target.h907 #define BTM_DEFAULT_AUTH_REQ BTM_AUTH_SP_NO
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h844 #define BTA_AUTH_SP_NO BTM_AUTH_SP_NO /* 0 MITM Protection Not Required - Single Profile/no…
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1428 #define BTM_AUTH_SP_NO 0 /* MITM Protection Not Required - Single Profile/non-bonding macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3363 BTM_SEC_OUT_MITM) ? BTM_AUTH_SP_YES : BTM_AUTH_SP_NO; in btm_io_capabilities_req()