Home
last modified time | relevance | path

Searched refs:BTM_SEC_OUT_AUTHORIZE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dprofiles_api.h50 #define BT_SEC_OUT_AUTHORIZE BTM_SEC_OUT_AUTHORIZE /* Outbound call requires authoriz…
Dbtm_api.h1200 #define BTM_SEC_OUT_AUTHORIZE 0x0008 /* Outbound call requires authorization */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c600 … ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_MITM | in btm_sec_set_security_level()
606 … ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_MITM | in btm_sec_set_security_level()
659 …sec_level &= ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OU… in btm_sec_set_security_level()
2519 if ((is_originator && (p_serv_rec->security_flags & BTM_SEC_OUT_AUTHORIZE)) || in btm_sec_mx_access_request()
5308 … && (( p_dev_rec->is_originator && (p_dev_rec->security_required & BTM_SEC_OUT_AUTHORIZE)) in btm_sec_execute_procedure()
5324 p_dev_rec->security_required &= ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_IN_AUTHORIZE | in btm_sec_execute_procedure()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c232 … if ((security & (BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_ENCRYPT) ) == 0) { in GAP_ConnOpen()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h497 #define BTM_SEC_OUT_FLAGS (BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHORIZE)