Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c182 if (BTM_GetSecurityFlags(bd_addr, &sec_flags) && in BTA_JvIsEncrypted()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c416 if (BTM_GetSecurityFlags(p_tcb->peer_bda, &flag)) { in gatts_db_read_attr_value_by_type()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3378 BOOLEAN BTM_GetSecurityFlags (BD_ADDR bd_addr, UINT8 *p_sec_flags);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c337 BOOLEAN BTM_GetSecurityFlags (BD_ADDR bd_addr, UINT8 *p_sec_flags) in BTM_GetSecurityFlags() function