Home
last modified time | relevance | path

Searched refs:BTM_SEC_FLAG_ENCRYPTED (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c327 if (sec_flag & (BTM_SEC_FLAG_ENCRYPTED | BTM_SEC_FLAG_LKEY_KNOWN)) { in gatt_determine_sec_act()
328 if (sec_flag & BTM_SEC_FLAG_ENCRYPTED) { in gatt_determine_sec_act()
411 if ((sec_flag & BTM_SEC_FLAG_ENCRYPTED) && (sec_flag & BTM_SEC_FLAG_LKEY_KNOWN)) { in gatt_get_link_encrypt_status()
Dgatt_db.c143 !(sec_flag & BTM_SEC_FLAG_ENCRYPTED)) { in gatts_check_attr_readability()
421 if ((flag & (BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_FLAG_ENCRYPTED)) == in gatts_db_read_attr_value_by_type()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c179 if (sec_flags & BTM_SEC_FLAG_ENCRYPTED || in BTA_JvIsEncrypted()
180 le_flags & BTM_SEC_FLAG_ENCRYPTED) { in BTA_JvIsEncrypted()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h97 #define GATT_SEC_FLAG_ENCRYPTED BTM_SEC_FLAG_ENCRYPTED
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c964 if (sec_flag & (BTM_SEC_FLAG_ENCRYPTED| BTM_SEC_FLAG_LKEY_KNOWN)) in btm_ble_determine_security_act()
966 if (sec_flag & BTM_SEC_FLAG_ENCRYPTED) { in btm_ble_determine_security_act()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h590 #define BTM_SEC_ENCRYPTED BTM_SEC_FLAG_ENCRYPTED /* 0x04 */
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1156 #define BTM_SEC_FLAG_ENCRYPTED 0x04 macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1341 if (sec_flag & BTM_SEC_FLAG_ENCRYPTED) { in bta_hh_start_security()