Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dprofiles_api.h49 #define BT_SEC_IN_ENCRYPT BTM_SEC_IN_ENCRYPT /* Inbound call requires encryptio…
Dbtm_api.h1139 #define BTM_SEC_IN_ENCRYPT 0x0004 /* Inbound call requires encryption */ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c611 sec_level &= ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE in btm_sec_set_security_level()
645 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()
652 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()
669 if (sec_level & BTM_SEC_IN_ENCRYPT) { in btm_sec_set_security_level()
1408 p_dev_rec->security_required |= (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT); in BTM_SetEncryption()
2150 …ecurity_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT)) && (p_dev_… in btm_sec_l2cap_access_req()
2231 …ecurity_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT)) && btm_dev… in btm_sec_l2cap_access_req()
2234 …(((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHORIZE)) && ((btm_… in btm_sec_l2cap_access_req()
2276 security_required |= (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT); in btm_sec_l2cap_access_req()
2498 …((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT)) && ((btm_d… in btm_sec_mx_access_request()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h485 #define BTM_SEC_IN_FLAGS (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHORIZE)
490 #define BTM_SEC_IN_LEVEL4_FLAGS (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | \
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h172 #define BTA_SEC_ENCRYPT (BTM_SEC_IN_ENCRYPT | BTM_SEC_OUT_ENCRYPT) /* Encryption …